document.write( "Question 770939: The admission fee at an amusement park is $1.50 for children and $4 for adults. On a certain day, 376 people entered the park, and the admission fees collected totaled 1,064.00 dollars. How many children and how many adults were admitted? \n" ); document.write( "
Algebra.Com's Answer #469857 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The admission fee at an amusement park is $1.50 for children and $4 for adults. On a certain day, 376 people entered the park, and the admission fees collected totaled 1,064.00 dollars. How many children and how many adults were admitted?
\n" ); document.write( "***
\n" ); document.write( "let x=number of adults admitted
\n" ); document.write( "376-x=number of children admitted
\n" ); document.write( "4x+1.5(376-x)=1064
\n" ); document.write( "4x+564-1.5x=1064
\n" ); document.write( "2.5x=1064-564=500
\n" ); document.write( "x=200
\n" ); document.write( "376-x=176
\n" ); document.write( "number of adults admitted=200
\n" ); document.write( "number of children admitted=176
\n" ); document.write( "
\n" );