document.write( "Question 1097308: The Surf club at a college in California wants to charter a bus for a surf trip in Mexico. It costs $2600 to rent the bus and each student will pay $370 for lodging, meals, and surfboard rentals. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A) Let C(n) be the total cost for n students going on the trip. Find an equation for C: C(n)= \r
\n" );
document.write( "\n" );
document.write( "B) Let M(n) be the mean (or average) cost per student (in dollars per student) if n students go on the trip. Find an equation for M:
\n" );
document.write( "M(n)= \r
\n" );
document.write( "\n" );
document.write( "C) What is the mean cost if 6 students go? Mean cost = \r
\n" );
document.write( "\n" );
document.write( "D) The surf trip will be cancelled unless the mean cost per student is less than $453. What is the minimum number of students needed to go on the trip so it won't be cancelled? Your answer should be an integer. \n" );
document.write( "
Algebra.Com's Answer #711717 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! C(n)=2600+370(n) \n" ); document.write( "M(n)=C(n)/n=(2600+370(n))/n \n" ); document.write( "Mean for 6 is cost/6 or 2600+2220 divided by 6, 4820/6=$813.33. \n" ); document.write( "453=(2600+370n)/n \n" ); document.write( "453n=2600+370n \n" ); document.write( "83n=2600 \n" ); document.write( "n=31.32 and round up to 32 students, where the cost will be 2600+32(370)=14440 \n" ); document.write( "divide that by 32 to get $451.25 \n" ); document.write( " |