document.write( "Question 1060307: The Jurassic Zoo charges $15 for each adult admission and $3 for each child. The total bill for the 75 people from a school trip was $477. How many adults and how many children went to the zoo? \n" ); document.write( "
Algebra.Com's Answer #675283 by addingup(3677)![]() ![]() You can put this solution on YOUR website! a+c = 75 subtract c from both sides: \n" ); document.write( "a = 75-c \n" ); document.write( "and \n" ); document.write( "15a+3c = 477 \n" ); document.write( "substitute for a: \n" ); document.write( "15(75-c)+3c = 477 \n" ); document.write( "1125-15c+3c = 477 \n" ); document.write( "-12c = -648 \n" ); document.write( "c = 54 this is the number of children that went to the zoo. \n" ); document.write( "And 75-54 = 21 adults \n" ); document.write( "--------------------------- \n" ); document.write( "Check: \n" ); document.write( "54*3 = 162 \n" ); document.write( "21*15 = 315 \n" ); document.write( "Total= 477 Correct \n" ); document.write( " \n" ); document.write( " |