document.write( "Question 912964: For a Saturday matinee, adult tickets cost $7.50 and kids under 12 pay only $4.00. If 90 tickets are sold for a total of $535. How many of the tickets were adult tickets and how many were sold to kids under 12?\r
\n" );
document.write( "\n" );
document.write( "__________ adult tickets\r
\n" );
document.write( "\n" );
document.write( "__________ kids tickets
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #554213 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! adult tickets: x \n" ); document.write( "kids tickets: (90-x) \n" ); document.write( "$7.50x + $4(90-x) = $535 \n" ); document.write( " x = (535 - 360)/3.50 = 50, adult tickets. kids 40 tickets \n" ); document.write( "and...checking \n" ); document.write( "$375 + $160 = $535 \n" ); document.write( " \n" ); document.write( " |