document.write( "Question 26423: A fraternity charters a bus for a ski trip at a cost of $360. When 6 more students join the trip, each person's cost decreases by $2. How many students were in the original group of travelers?\r
\n" );
document.write( "\n" );
document.write( "This is my work.\r
\n" );
document.write( "\n" );
document.write( "6(x-2)(x-2)=360
\n" );
document.write( "6x squared -24x + 24 -360=0 \n" );
document.write( "
Algebra.Com's Answer #14265 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let original number of students be \"x\" \n" ); document.write( "Their individual cost is 360/x \n" ); document.write( "If six more join there are now \"x+6\" \n" ); document.write( "Individual cost for this expanded group would be 360/(x+6) \n" ); document.write( "But this last individual cost is $2 less than the original individual cost. \n" ); document.write( "EQUATION: \n" ); document.write( " Original indiv. cost - New indiv cost = $2 \n" ); document.write( "360/x - 360/(x+6)= 2 \n" ); document.write( "1/x -1/(x+6)= 1/180 \n" ); document.write( "6/[x(x+6)] = 1/180 \n" ); document.write( "x^2+6x-1080=0 \n" ); document.write( "(x+36)(x-30)=0 \n" ); document.write( "x=30 (size of original group)\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |