document.write( "Question 1103213: The Extreme Rock Climbing Club planned a climbing expedition. The total cost was $2000, which was to be divided equally among the members going. Prior to the trip, 5 members decided not to go. If the cost per person increased by $20, how many people went on the expedition?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #717915 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! The Extreme Rock Climbing Club planned a climbing expedition. The total cost was $2000, which was to be divided equally among the members going. Prior to the trip, 5 members decided not to go. If the cost per person increased by $20, how many people went on the expedition? \n" ); document.write( "----- \n" ); document.write( "Original cost per person:: 2000/x \n" ); document.write( "-------------- \n" ); document.write( "Changed cost per person:: 2000/(x-5) \n" ); document.write( "--------------------------- \n" ); document.write( "Equation:: changed - original = 20 \n" ); document.write( "2000/(x-5) - 2000/x = 20 \n" ); document.write( "2000x - 2000x + 2000*5 = 20x(x-5) \n" ); document.write( "10000 = 20x^2-100 \n" ); document.write( "---- \n" ); document.write( "500 = x^2 - 5x \n" ); document.write( "------------------ \n" ); document.write( "x^2 - 5x - 500 = 0\r \n" ); document.write( "\n" ); document.write( "(x+20)*(x-25) = 0 \n" ); document.write( "----- \n" ); document.write( "Only positive root makes sense ====> x = 25. \n" ); document.write( "-----\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "SOLVED.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |