document.write( "Question 268715: 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? \n" );
document.write( "
Algebra.Com's Answer #197113 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 currently \n" ); document.write( ": \n" ); document.write( "Let's do this in $1000's to avoid writing all these 0's; Plane cost 200, members want to save 2 \n" ); document.write( ": \n" ); document.write( "Present cost per member: \n" ); document.write( "Cost with 5 more members: \n" ); document.write( ": \n" ); document.write( "Present cost - cost with 5 more = 2 \n" ); document.write( " \n" ); document.write( "Multiply equation by x(x+5), results \n" ); document.write( ": \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( ": \n" ); document.write( "1000 = 2x^2 + 10x \n" ); document.write( "; \n" ); document.write( "A quadratic equation \n" ); document.write( "2x^2 + 10x - 1000 = 0 \n" ); document.write( "; \n" ); document.write( "Simplify, divide by 2 \n" ); document.write( "x^2 + 5x - 500 \n" ); document.write( "; \n" ); document.write( "Factor \n" ); document.write( "(x+25)(x-20) = 0 \n" ); document.write( ": \n" ); document.write( "Positive solution: \n" ); document.write( "x = 20 members now \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check this by finding the actual cost per member \n" ); document.write( "200000/20 = $10000 \n" ); document.write( "With 5 more \n" ); document.write( "200000/25 = $8000, 2 thousand less \n" ); document.write( " \n" ); document.write( " |