document.write( "Question 205035: I would like some help with this problem:\r
\n" );
document.write( "\n" );
document.write( "The admission to the Coney Island Amusement Park is $1.80 for children, and $5.00 for adults. On Saturday, 2,500 people went to the amusement park and $6,050 was collected. How many children and adults attended the amusement park? \n" );
document.write( "
Algebra.Com's Answer #154778 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The admission to the Coney Island Amusement Park is $1.80 for children, and $5.00 for adults. On Saturday, 2,500 people went to the amusement park and $6,050 was collected. How many children and adults attended the amusement park? \n" ); document.write( "-------------- \n" ); document.write( "c + a = 2500 (2500 children + adults) \n" ); document.write( "180c + 500a = 605000 (total admission charge) \n" ); document.write( "a = 2500 - c (from eqn 1) \n" ); document.write( "Sub into eqn 2 \n" ); document.write( "180c + 500(2500-c) = 605000 \n" ); document.write( "180c + 1250000-500c = 605000 \n" ); document.write( "-320c = - 645000 \n" ); document.write( "c = 2015.625 children \n" ); document.write( "a = 484.375 \n" ); document.write( "------------- \n" ); document.write( "I would expect integers, I suspect a typo. \n" ); document.write( " |