document.write( "Question 709190: a group of students are on sightseeing tour.the total fare is 120$ and is shared equally among the students. if 2 more students join the tour , each will now pay 2$ less. find the original number of students in the group. \n" ); document.write( "
Algebra.Com's Answer #436442 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a group of students are on sightseeing tour. \n" ); document.write( "the total fare is 120$ and is shared equally among the students. \n" ); document.write( " if 2 more students join the tour , each will now pay 2$ less. \n" ); document.write( " find the original number of students in the group. \n" ); document.write( ": \n" ); document.write( "Let n = original number of students \n" ); document.write( "then \n" ); document.write( "(n+2) = two more students \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "multiply n(n+2) \n" ); document.write( "120(n+2) - 120n = 2n(n+2) \n" ); document.write( "120n + 240 - 120n = 2n^2 + 4n \n" ); document.write( "a quadratic equation \n" ); document.write( "0 = 2n^2 + 4n - 240 \n" ); document.write( "simplifies to \n" ); document.write( "n^2 + 2n - 120 \n" ); document.write( "Factors to \n" ); document.write( "(n+12)(n-10) = 0 \n" ); document.write( "The positive solution \n" ); document.write( "n = 10 is the original number of students \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "You can check this yourself \n" ); document.write( "120/10 - 120/12 \n" ); document.write( " |