document.write( "Question 960709: For a Saturday matinee, adult tickets cost $6.50 and kids under 12 pay only $5.00. If 100 tickets are sold for a total of $560, how many of the tickets were adult tickets and how many were sold to kids under 12? \n" ); document.write( "
Algebra.Com's Answer #587120 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
For a Saturday matinee, adult tickets cost $6.50 and kids under 12 pay only $5.00. If 100 tickets are sold for a total of $560, how many of the tickets were adult tickets and how many were sold to kids under 12?
\n" ); document.write( "***
\n" ); document.write( "let x=number of tickets sold to kids under 12
\n" ); document.write( "100-x=number of tickets sold to adults
\n" ); document.write( "5x+6.5(100-x)=560
\n" ); document.write( "5x+650-6.5x=560
\n" ); document.write( "1.5x=90
\n" ); document.write( "x=60
\n" ); document.write( "100-x=40
\n" ); document.write( "how many tickets were sold to kids under 12? 60
\n" ); document.write( "how many of the tickets were adult tickets?=40
\n" ); document.write( "
\n" );