document.write( "Question 1025626: The zoo charges $14 for each adult ticket and $3 for each child. The total bill for 196 people was $1039. How many adults and how many children went. \n" ); document.write( "
Algebra.Com's Answer #640913 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The zoo charges $14 for each adult ticket and $3 for each child. The total bill for 196 people was $1039. How many adults and how many children went. \n" ); document.write( "------- \n" ); document.write( "Quantity Eq:: a + c = 196 \n" ); document.write( "Value Eq:::: 14a+3c = 1039 \n" ); document.write( "-------------------------------- \n" ); document.write( "Modify for elimination:: \n" ); document.write( "3a + 3c = 3*196 \n" ); document.write( "14a + 3c = 1039 \n" ); document.write( "------------------------- \n" ); document.write( "Subtract and solve for \"a\":: \n" ); document.write( "11a = 451 \n" ); document.write( "a = 41 (# of adults) \n" ); document.write( "c = 196-41 = 155 (# of children) \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------- \n" ); document.write( " |