document.write( "Question 405789: the members of a flying club plan to share the cost of a $200,000 airplane. The members want to find five more people to join the club so that the cost per person will decrease by $2000. How many memebers are currently in the club? \n" ); document.write( "
Algebra.Com's Answer #286550 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the members of a flying club plan to share the cost of a $200,000 airplane. The members want to find five more people to join the club so that the cost per person will decrease by $2000. How many memebers are currently in the club? \n" ); document.write( "---------------- \n" ); document.write( "Original average cost for x members: 200,000/x \n" ); document.write( "--- \n" ); document.write( "New average cost for x+5 member: 200,000/(x+5) \n" ); document.write( "---- \n" ); document.write( "Equations: \n" ); document.write( "old ave - new ave = 2000 \n" ); document.write( "--- \n" ); document.write( "200,000/x - 200,000/(x+5) = 2000 \n" ); document.write( "--- \n" ); document.write( "Divide thru by 2000 to get: \n" ); document.write( "100/x - 100/(x+5) = 1 \n" ); document.write( "---- \n" ); document.write( "Multiply thru by x(x+5) to get: \n" ); document.write( "100(x+5) - 100x = x(x+5) \n" ); document.write( "500 = x^2+5x \n" ); document.write( "--- \n" ); document.write( "Solve: x^2+5x-500 = 0 \n" ); document.write( "Factor: (x-20)(x+25) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "x = 20 (original # of members) \n" ); document.write( "====== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |