document.write( "Question 1105384: The Jurassic Zoo charges ​$6 for each adult admission and ​$4 for each child. The total bill for the 101 people from a school trip was ​$444. How many adults and how many children went to the​ zoo?   \n" ); document.write( "
Algebra.Com's Answer #720202 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
A+c=101, count equation
\n" ); document.write( "6A+4c=444, money equation
\n" ); document.write( "-4A-4c=-404
\n" ); document.write( "2A=40
\n" ); document.write( "A=20, so c=81
\n" ); document.write( "20 adults ($120)
\n" ); document.write( "81 children ($324)
\n" ); document.write( "adds to $444
\n" ); document.write( "
\n" );