document.write( "Question 840862: 3 large popcorns and 2 small drinks at the movie theatre cost $21.00. 2 large popcorn and 4 small drinks costs $22.00. What is the cost of 1 small drink? \n" ); document.write( "
Algebra.Com's Answer #506467 by hamsanash1981@gmail.com(151)\"\" \"About 
You can put this solution on YOUR website!
let popcorns be x and small drinks be y
\n" ); document.write( "then, 3x+2y = 21 ---1
\n" ); document.write( "2x + 4y = 22 ---2\r
\n" ); document.write( "\n" ); document.write( "Solving equation 1 and 2 we have\r
\n" ); document.write( "\n" ); document.write( "6x + 4y = 42
\n" ); document.write( "6x +12y = 66
\n" ); document.write( "============
\n" ); document.write( "8y = 24
\n" ); document.write( "y = 3\r
\n" ); document.write( "\n" ); document.write( "therefore the small drink cost $3.00
\n" ); document.write( "
\n" );