document.write( "Question 48220This question is from textbook College Algebra
\n" );
document.write( ": The admission fee at an amusement park is $1.50 for children and $4.00 for adults. On a certain day, 2200 people entered the park, and the admission fees collected totaled $5,050. How many children and how many adults were admitted?\r
\n" );
document.write( "\n" );
document.write( "Thank you so very much! \n" );
document.write( "
Algebra.Com's Answer #31902 by stanbon(75887) ![]() You can put this solution on YOUR website! The admission fee at an amusement park is $1.50 for children and $4.00 for adults. On a certain day, 2200 people entered the park, and the admission fees collected totaled $5,050. How many children and how many adults were admitted?\r \n" ); document.write( "\n" ); document.write( "$1.50 ticket DATA: \n" ); document.write( "# of tickets used = x ; value of these tickets = 1.5x dollars \n" ); document.write( "----------------------- \n" ); document.write( "$4.00 ticket DATA: \n" ); document.write( "# of tickets used = 2200-x ; value of these tickets = 4(2200-x)=8800-4x dollars \n" ); document.write( "--------------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "value + value = $5,050 \n" ); document.write( "1.5x + 8800-4x = 5050 \n" ); document.write( "-2.5x = -3750 \n" ); document.write( "x=1500 ( # of $1.50 tickets = # of children admitted) \n" ); document.write( "2200-1500 = 700 (# of adults admitted)\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |