document.write( "Question 1000971: A family of four goes to a movie theater and spends $32.50. They buy 2 child tickets for $4.50 each and 2 adult tickets. They also buy 3 boxes of popcorn for $2.50 per box. How much is one adult ticket?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #618293 by fractalier(6550) You can put this solution on YOUR website! Call its cost, x. \n" ); document.write( "Then we can write \n" ); document.write( "2(4.50)+2x+3(2.50)=32.50 \n" ); document.write( "9 + 2x + 7.50 = 32.50 \n" ); document.write( "16.50 + 2x = 32.50 \n" ); document.write( "2x = 16 \n" ); document.write( "x = $8 \n" ); document.write( " |