document.write( "Question 153237: The members of a flying club plan to share equally the cost of $200,000 airplane. The members want to find five more people to join the club so that the cost per person will decrease by $2,000. How many members are currently in the club? \n" ); document.write( "
Algebra.Com's Answer #112765 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 200,000/x=200,000/(x+5)+2,000 \n" ); document.write( "200,000/x-200,000/(x+5)=2,000 \n" ); document.write( "[200,000*(x+5)-200,000x]/x(x+5)=2,000 \n" ); document.write( "[200,000x+1,000,000)-200,000x)/(x^2+5x)=2,000 \n" ); document.write( "2,000(x^2+5x)=1,000,000 \n" ); document.write( "2,000x^2+10,000x-1,000,000=0 \n" ); document.write( "2,000(x^2+5x-500)=0 \n" ); document.write( "2,000(x+25)(x-20)=0 \n" ); document.write( "x-20=0 \n" ); document.write( "x=20 the current number of members. \n" ); document.write( "Proof: \n" ); document.write( "200,000/20=200,000/25+2,000 \n" ); document.write( "10,000=8,000+2,000 \n" ); document.write( "10,000=10,000 \n" ); document.write( " \n" ); document.write( " |