document.write( "Question 166031: 10.2 94) Sharing cost: 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 $2000. How many members are currently in the club? \n" ); document.write( "
Algebra.Com's Answer #122398 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 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 $2000. How many members are currently in the club? \n" ); document.write( ": \n" ); document.write( "Let x = no. of members currently \n" ); document.write( "then \n" ); document.write( "(x+5) = no. of members to reduce the cost/member $2000 \n" ); document.write( ": \n" ); document.write( "Let's deal in thousands of dollars to lessen the number of zeros we have to write: \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Multiply equation by x(x+5) to eliminate the denominators, results \n" ); document.write( "200(x+5) - 2x(x+5) = 200x \n" ); document.write( ": \n" ); document.write( "200x + 1000 - 2x^2 - 10x = 200x \n" ); document.write( ": \n" ); document.write( "Subtract 200x from both sides and we have a quadratic equation \n" ); document.write( "-2x^2 - 10x + 1000 \n" ); document.write( ": \n" ); document.write( "Simplify and change the signs, divide equation by -2, results \n" ); document.write( "x^2 + 5x - 200 = 0 \n" ); document.write( ": \n" ); document.write( "Factors easily to: \n" ); document.write( "(x+25)(x-20) = 0 \n" ); document.write( "; \n" ); document.write( "Positive solution is what we want here: \n" ); document.write( "x = +20 original members \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution in original equation \n" ); document.write( "200/20 = 10 \n" ); document.write( "200/25 = 8 \n" ); document.write( "----------- \n" ); document.write( "differ by 2 (thousand) \n" ); document.write( " |