document.write( "Question 224377: The members of a flying club plan to share
\n" );
document.write( "equally the cost of a $200,000 airplane. The members
\n" );
document.write( "want to find five more people to join the club so that the
\n" );
document.write( "cost per person will decrease by $2000. How many members
\n" );
document.write( "are currently in the club?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I cannot figure this one out...I know that the current number of members = x and then the new number of members would be x+5. How do I solve for x? \n" );
document.write( "
Algebra.Com's Answer #167656 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! 200000 / x = [200000 / (x+5)] + 2000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplying by x(x+5) ___ 200000x + 1000000 = 200000x + 2000x^2 + 10000x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dividing by 2000 ___ 100x + 500 = 100x + x^2 + 5x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting 100x + 500 ___ 0 = x^2 + 5x - 500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring ___ 0 = (x+25)(x-20)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "negative value not realistic, so x = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |