document.write( "Question 647079: A college charters a bus for $1700 to take a group to a museum. When six more students join the trip, the cost per student drops by $7.50. How many students are in the original group? \n" ); document.write( "
Algebra.Com's Answer #406184 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A college charters a bus for $1700 to take a group to a museum. \n" ); document.write( " When six more students join the trip, the cost per student drops by $7.50. \n" ); document.write( " How many students are in the original group? \n" ); document.write( ": \n" ); document.write( "Let n = number to students in the original group \n" ); document.write( "then \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "(n+6) = no. when six more students join \n" ); document.write( "and \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Original cost - six more cost = 7.50 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "multiply by n(n+6), results: \n" ); document.write( "1700(n+6) - 1700n = 7.5n(n+6) \n" ); document.write( "1700n + 10200 - 1700n = 7.5n^2 + 45n \n" ); document.write( ": \n" ); document.write( "Combine as a quadratic equation \n" ); document.write( "7.5n^2 + 45n - 10200 = 0 \n" ); document.write( ": \n" ); document.write( "simplify, divide thru by 7.5 \n" ); document.write( "n^2 + 6n - 1360 = 0 \n" ); document.write( ": \n" ); document.write( "You can use the quadratic formula, but this will factor to: \n" ); document.write( "(n+40)(n-34) = 0 \n" ); document.write( ": \n" ); document.write( "the positive solution \n" ); document.write( "n = 34 original students \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this, find the actual cost for each scenario \n" ); document.write( "1700/34 = $50.00 \n" ); document.write( "1700/40 = $42.50, a $7.50 difference \n" ); document.write( " |