document.write( "Question 455370: The ski club at a community college plans to spend $1250 to charter a bus for a ski trip. The cost will be split evenly among the students who sign up for the trip. Each student will also pay $350 for food, lodging, and ski lift tickets.\r
\n" );
document.write( "\n" );
document.write( "a. LetC(n)bethetotalcost(indollars)fornstudentsgoingon the trip. Find an equation of C.
\n" );
document.write( "I got.... C(n) = 350n+1250\r
\n" );
document.write( "\n" );
document.write( "b. LetM(n) be the mean cost per student (in dollars per student) if n students go on the trip. Find an equation of M.
\n" );
document.write( "I got.... M(n) = 350n+1250 / n\r
\n" );
document.write( "\n" );
document.write( "c. What is the mean cost per student if 30 students go?
\n" );
document.write( "I got.... M(n) = 350 (30) +1250 / 30 = $391.67\r
\n" );
document.write( "\n" );
document.write( "d. The ski trip will be cancelled unless the mean cost per stu- dent is $400 or less. What is the minimum number of students needed to go on the trip?\r
\n" );
document.write( "\n" );
document.write( "This one I do not get... Could you please assist? \n" );
document.write( "
Algebra.Com's Answer #312646 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The ski club at a community college plans to spend $1250 to charter a bus for a ski trip. The cost will be split evenly among the students who sign up for the trip. Each student will also pay $350 for food, lodging, and ski lift tickets. \n" ); document.write( " \n" ); document.write( "a. LetC(n)bethetotalcost(indollars)fornstudentsgoingon the trip. Find an equation of C. \n" ); document.write( "I got.... C(n) = 350n+1250 \n" ); document.write( "------------------------------------- \n" ); document.write( "b. LetM(n) be the mean cost per student (in dollars per student) if n students go on the trip. Find an equation of M. \n" ); document.write( "I got.... M(n) = (350n+1250)/n \n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "c. What is the mean cost per student if 30 students go? \n" ); document.write( "I got.... M(30) = (350(30) +1250)/30 = $391.67 \n" ); document.write( "---------------------------------------------------------- \n" ); document.write( "d. The ski trip will be cancelled unless the mean cost per student is $400 or less. What is the minimum number of students needed to go on the trip? \n" ); document.write( "---- \n" ); document.write( "Solve (350n+1250)/n <= 400 \n" ); document.write( "350n+1250 <= 400n \n" ); document.write( "50n >= 1250 \n" ); document.write( "n >= 25 students \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================== \n" ); document.write( " |