document.write( "Question 293931: 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 #212079 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 a $200.000 airplane. \n" ); document.write( " The members want to find five more people to join the club so that the cost per person will decrease by $2000. \n" ); document.write( " How many members are currently in the club? \n" ); document.write( ": \n" ); document.write( "Let x = no. of members \n" ); document.write( "then \n" ); document.write( "(x+5) = no. of members to decrease the cost by 2k \n" ); document.write( ": \n" ); document.write( "We can do this in 1000's of dollars \n" ); document.write( ": \n" ); document.write( "Current cost per member = \n" ); document.write( ": \n" ); document.write( "Cheaper cost per member = \n" ); document.write( ": \n" ); document.write( "Current cost = new cost plus two thousand \n" ); document.write( " \n" ); document.write( "multiply by x(x+5), results \n" ); document.write( "200(x+5) = 200x + 2x(x+5) \n" ); document.write( ": \n" ); document.write( "200x + 1000 = 200x + 2x^2 + 10x \n" ); document.write( "can be arranged as a quadratic equation \n" ); document.write( "2x^2 + 10x - 1000 = 0 \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "x^2 + 5x - 500 = 0 \n" ); document.write( "Factor \n" ); document.write( "(x + 25)(x - 20) = 0 \n" ); document.write( "positive solution \n" ); document.write( "x = 20 members currently \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution by finding the costs \n" ); document.write( "200000/20 = 10000 \n" ); document.write( "200000/25 = 8000 \n" ); document.write( "----------------- \n" ); document.write( "difference: 2000 \n" ); document.write( " |