document.write( "Question 174609: Sharing cost. The members of a flying club plan to share equally 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 members are currently in the club? \n" ); document.write( "
Algebra.Com's Answer #129638 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Sharing cost. The members of a flying club plan to share equally 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 members are currently in the club? \n" ); document.write( "-------------------------- \n" ); document.write( "Let original # in the club be \"x\"; average share = 200,000/x dollars \n" ); document.write( "------------------------ \n" ); document.write( "After finding 5 more members \"x+5\"; average share = 200,000/(x+5) dollars \n" ); document.write( "------------------------ \n" ); document.write( "Equation: \n" ); document.write( "original average - new average = 2000 \n" ); document.write( "200,000/x - 200,000/(x+5) = 2000\r \n" ); document.write( "\n" ); document.write( "Divide thru by 2000 to get:\r \n" ); document.write( "\n" ); document.write( "100/x - 100/(x+5) = 1\r \n" ); document.write( "\n" ); document.write( "100(x+5) - 100x = x^2+5x\r \n" ); document.write( "\n" ); document.write( "500 = x^2+5x \n" ); document.write( "x^2 + 5x -500 = 0\r \n" ); document.write( "\n" ); document.write( "(x-20)(x+25) = 0\r \n" ); document.write( "\n" ); document.write( "x = 20 (original # of members \n" ); document.write( "============= \n" ); document.write( "Ceers, \n" ); document.write( "Stan H. \n" ); document.write( " |