document.write( "Question 954154: The charge for admission to local amusement park is $2.25 for adults and .75 for children. There are twice as many children as adults admitted to the park and the total receipt for admission is $375. Find the number of adults and the number of children who visited the park. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I'm not really sure how to get the equations. I struggle with these a lot \n" );
document.write( "
Algebra.Com's Answer #582725 by macston(5194)![]() ![]() You can put this solution on YOUR website! A=adults; C=children \n" ); document.write( "C=2A \n" ); document.write( "$2.25A+$0.75C=$375 Substitute for C. \n" ); document.write( "$2.25A+$0.75(2A)=$375 \n" ); document.write( "$2.25A+$1.50A=$375 \n" ); document.write( "$3.75A=$375 Divide each side by $3.75 \n" ); document.write( "A=100 ANSWER 1: There were 100 adults. \n" ); document.write( "C=2A=2(100)=200 ANSWER 2: There were 200 children. \n" ); document.write( "CHECK: \n" ); document.write( "$2.25A+$0.75C=$375 \n" ); document.write( "$2.25(100)+$0.75(200)=$375 \n" ); document.write( "$225+$150=$375 \n" ); document.write( "$375=$375 \n" ); document.write( " |