document.write( "Question 1162085: For a Saturday matinee, adult tickets cost $7.00 and kids under 12 pay only $4.50. If 79 tickets are sold for a total of $428.00, how many of the tickets were adult tickets and how many were sold to kids under 12? \n" ); document.write( "
Algebra.Com's Answer #785787 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
A=x
\n" ); document.write( "C=79-x
\n" ); document.write( "7x+4.50(79-x)=428
\n" ); document.write( "7x+355.50-4.50x=428
\n" ); document.write( "2.5x=72.50
\n" ); document.write( "x=29 adult tickets ($203)
\n" ); document.write( "79-x=50 child tickets ($225)
\n" ); document.write( "
\n" );