document.write( "Question 160728: The members of a flying club plan to share equally the cost of a $200,000 airplane. The members want to 5 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 #118529 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! (2008-10-06 21:30:37): The members of a flying club plan to share equally the cost of a $200,000 airplane. The members want to 5 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( ": \n" ); document.write( "We can deal with this in $1000's Plane cost $200, cost decrease is $2 \n" ); document.write( ": \n" ); document.write( "Let x = no. members currently in the club \n" ); document.write( "then \n" ); document.write( " \n" ); document.write( "and \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "The equation: \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Multiply equation by x(x+5), results \n" ); document.write( "200(x+5) - 2(x(x+5) = 200x \n" ); document.write( "200x + 1000 - (2x^2 + 10x) = 200x \n" ); document.write( ": \n" ); document.write( "200x + 1000 - 2x^2 - 10x - 200x = 0 \n" ); document.write( ": \n" ); document.write( "-2x^2 - 10x + 1000 = 0 \n" ); document.write( ": \n" ); document.write( "Simplify divide equation by -2 \n" ); document.write( "+x^2 + 5x - 500 = 0 \n" ); document.write( "Factor \n" ); document.write( ")x-20)(x+25) = 0 \n" ); document.write( "Positive solution \n" ); document.write( "x = 20 members currently \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution find the actual costs \n" ); document.write( "200000/20 = $10000 \n" ); document.write( "200000/25 = $8000 \n" ); document.write( " \n" ); document.write( " |