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 #118527 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let N be the number of members in the club now.
\n" ); document.write( "The per-person price now is,
\n" ); document.write( "\"PPN=200000%2FN\"
\n" ); document.write( "The per-person price when 5 more join is,
\n" ); document.write( "\"PPF=200000%2F%28N%2B5%29\"
\n" ); document.write( "You also know that,
\n" ); document.write( "\"PPF=PPN-2000\"
\n" ); document.write( "Substitute for your expression with N,
\n" ); document.write( "\"PPF=PPN-2000\"
\n" ); document.write( "\"200000%2F%28N%2B5%29=200000%2FN-2000\"
\n" ); document.write( "\"200000N=200000%28N%2B5%29-2000N%28N%2B5%29\"
\n" ); document.write( "\"200N=200%28N%2B5%29-2N%28N%2B5%29\"
\n" ); document.write( "\"200N=200N%2B1000-2N%5E2-10N%29\"
\n" ); document.write( "\"2N%5E2%2B10N-1000=0%29\"
\n" ); document.write( "\"N%5E2%2B5N-500=0\"
\n" ); document.write( "\"%28N%2B25%29%28N-20%29=0%29\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"N%2B25=0\"
\n" ); document.write( "\"N=-25\"
\n" ); document.write( "A negative answer doesn't make sense in our case.
\n" ); document.write( "\"N-20=0\"
\n" ); document.write( "\"N=20\"
\n" ); document.write( "There are 20 members currently.
\n" ); document.write( "
\n" );