document.write( "Question 1091329: The eSummer School class want to go to WONDERLAND for their end of summer trip.
\n" );
document.write( "It cost $800 to rent a bus and $12 per student for admission to the park.
\n" );
document.write( "Let n represent the number of students who go on the trip
\n" );
document.write( "Let C represent total cost of the trip\r
\n" );
document.write( "\n" );
document.write( "If the total cost of the trip is $1280 how many students attended the trip? \n" );
document.write( "
Algebra.Com's Answer #705689 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The equation is cost of bus $800 plus $12n, where n is the number of students. This equals 1280. \n" ); document.write( "$800+12n=$1280 \n" ); document.write( "subtract $800 from both sides \n" ); document.write( "12n=$480 \n" ); document.write( "n=40 students \n" ); document.write( " \n" ); document.write( " |