document.write( "Question 688938: Prices for the movie were $4.00 for children and $8.00 for adults. The total amount of ticket sales was $1176. There were 172 tickets sold.How many adults and children bought tickets?
\n" );
document.write( "c=children and a=adults
\n" );
document.write( "What I tried:
\n" );
document.write( "4c+8a=1176
\n" );
document.write( "c+a=172\r
\n" );
document.write( "\n" );
document.write( "I'm confused on how to solve the number for children tickets I keep getting -40, but I don't think that is right because you can't sell -40 tickets. \n" );
document.write( "
Algebra.Com's Answer #425750 by checkley79(3341) ![]() You can put this solution on YOUR website! 4c+8a=1176 \n" ); document.write( "c+a=172 \n" ); document.write( "c=172-a \n" ); document.write( "4(172-a)+8a=1176 \n" ); document.write( "688-4a+8a=1176 \n" ); document.write( "4a=1176-688 \n" ); document.write( "4a=488 \n" ); document.write( "a=488/4 \n" ); document.write( "a=122 ans. for the number of adult tickets sold. \n" ); document.write( "c+122=172 \n" ); document.write( "c=172-122 \n" ); document.write( "c=50 ans. for the number of children tickets sold. \n" ); document.write( "Proof: \n" ); document.write( "4*50+8*122=1176 \n" ); document.write( "200+976=1176 \n" ); document.write( "1176=1176 \n" ); document.write( " |