document.write( "Question 1162720: The Jurassic Zoo charges $12 for each adult admission and $3 for each child. The total bill for the 251 people from a school trip was $1455. How many adults and how many children went to the zoo?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #786541 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x adults \n" ); document.write( "251-x children \n" ); document.write( "12x+3(251-x)=1455 \n" ); document.write( "12x+753-3x=1455 \n" ); document.write( "9x=702 \n" ); document.write( "x=78 adults ($936) \n" ); document.write( "251-x=173 children ($519) \n" ); document.write( " |