document.write( "Question 1180229: The Extreme Rock Climbing Club planned a climbing expedition. The total cost was $4600, 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 $46, how many people went on the expedition? \n" ); document.write( "
Algebra.Com's Answer #809861 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The Extreme Rock Climbing Club planned a climbing expedition. The total cost was $4600,\r \n" ); document.write( "\n" ); document.write( " which was to be divided equally among the members going. \n" ); document.write( "let the number of people opted to go be x\r \n" ); document.write( "\n" ); document.write( "cost per person = 4600/x\r \n" ); document.write( "\n" ); document.write( " Prior to the trip, 5 members decided not to go.\r \n" ); document.write( "\n" ); document.write( "5 members opted out \n" ); document.write( "(x-5) go to the trip\r \n" ); document.write( "\n" ); document.write( "4600/(x-5) -4600/x = 46 \r \n" ); document.write( "\n" ); document.write( "multiply the terms by x(x-5)\r \n" ); document.write( "\n" ); document.write( "4600x -4600(x-5) = x(x-5)*46\r \n" ); document.write( "\n" ); document.write( "4600 -4600x +18400 = 46x^2 -230x\r \n" ); document.write( "\n" ); document.write( "46x^2-230x -23000 =0\r \n" ); document.write( "\n" ); document.write( "divide by 23\r \n" ); document.write( "\n" ); document.write( "2x^2-10x-1000=0\r \n" ); document.write( "\n" ); document.write( "(x+20)(x-25)=0\r \n" ); document.write( "\n" ); document.write( "x= 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20 people went on the expedition \n" ); document.write( " |