document.write( "Question 160273: The admission fee at small fair is $1.50 for children and $4.00 for adults. On a certain day, 2,200 people enter the fair and $5050 is collected. How many children and how many adults attended? \n" ); document.write( "
Algebra.Com's Answer #118218 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The admission fee at small fair is $1.50 for children and $4.00 for adults. On a certain day, 2,200 people enter the fair and $5050 is collected. How many children and how many adults attended? \n" ); document.write( ". \n" ); document.write( "Let A = number of adults \n" ); document.write( "then because a total of 2200 people entered: \n" ); document.write( "2200-A = number of children \n" ); document.write( ". \n" ); document.write( "Since the total collected was 5050: \n" ); document.write( "5050 = 4A + 1.50(2200-A) \n" ); document.write( "5050 = 4A + 3300 - 1.50A \n" ); document.write( "5050 = 2.5A + 3300 \n" ); document.write( "1750 = 2.5A \n" ); document.write( "700 = A (number of adults) \n" ); document.write( ". \n" ); document.write( "number of children: \n" ); document.write( "2200-A = 2200-700 = 1500 \n" ); document.write( " \n" ); document.write( " |