document.write( "Question 1019503: A college charters a bus for $1500 to take a group of students to see a Broadway production. When 10 more students join the trip, the cost per student decreases by $12.50. How many students were in the original group?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #635451 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A college charters a bus for $1500 to take a group of students to see a Broadway production. \n" ); document.write( " When 10 more students join the trip, the cost per student decreases by $12.50. \n" ); document.write( " How many students were in the original group? \n" ); document.write( ": \n" ); document.write( "let x = the original no. of students \n" ); document.write( "then \n" ); document.write( "(x+10) = the actual no. that went on the trip \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "and \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Original cost - actual cost = $12.50 \n" ); document.write( " \n" ); document.write( "multiply equation by x(x+10) \n" ); document.write( "x(x+10)* \n" ); document.write( "Cancel the denominators \n" ); document.write( "1500(x+10) - 1500x = 12.5x(x+10) \n" ); document.write( "1500x + 15000 - 1500x = 12.5x^2 + 125x \n" ); document.write( "Combine on the right to form a quadratic equation \n" ); document.write( "0 = 12.5x^2 + 125x - 15000 \n" ); document.write( "Simplify, divide equation by 12.5 \n" ); document.write( "x^2 + 10x - 1200 = 0 \n" ); document.write( "You can use the quadratic formula; a=1; b=10; c=-1200, but this will factor to \n" ); document.write( "(x + 40(x - 30) = 0 \n" ); document.write( "The positive solution is what we want here \n" ); document.write( "x = 30 students in the original group \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this by finding the cost per student for each scenario \n" ); document.write( "1500/30 = $50.00; original cost \n" ); document.write( "1500/40 = $37.50; actual cost \n" ); document.write( "--------------------- \n" ); document.write( "saving: $12.50 \n" ); document.write( " \n" ); document.write( " |