document.write( "Question 282341: A group plans to share the cost equally for a $200,000 plane,the group wants to find 5 more people to join ,so that the cost will decrease $2,000 per person .How people are currently in the group.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #854183 by josgarithmetic(39790)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "PRICE           PEOPLE          COST\r\n" );
document.write( " 200000/n         n             200000\r\n" );
document.write( " 200000/(n+5)    n+5            200000\r\n" );
document.write( "\r\n" );
document.write( "DIFF. 2000\r\n" );
document.write( "

\n" ); document.write( "\"200000%2Fn-200000%2F%28n%2B5%29=2000\"
\n" ); document.write( "
\n" );