document.write( "Question 1197468: the admission fee at a amusement park is $8.00 for children and $12.00 for adult on a certain day 244 people entered to the park and the admission fees collected totaled $2,512.00 how many childrens and how many adults were admitted \n" ); document.write( "
Algebra.Com's Answer #830745 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Hi \r\n" ); document.write( "$8.00 for children, $12.00 for adult\r\n" ); document.write( "244 people, $2512 in admissions collected\r\n" ); document.write( "Let x represent number of Adults attending:\r\n" ); document.write( "12x + 8(244-x) = 2512\r\n" ); document.write( " x = (2512- 1952)/4 = 145 Adult attending, \r\n" ); document.write( " 99 Children attending \n" ); document.write( " \n" ); document.write( " |