document.write( "Question 164093: \"The members of a traveling club plan to share equally the cost of a $150,000 motorhome. If they can find 10 more people to join and share the cost, then
\n" );
document.write( "the cost per person will decrease by $1250. How many members are there originally in the club?\"
\n" );
document.write( "I just want help writing the equation. I can do the work. I just am no good at writing them. Thanks KC \n" );
document.write( "
Algebra.Com's Answer #120921 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"original members\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The members of a traveling club plan to share equally the cost of a $150,000 motorhome\" __ 150000/x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"If they can find 10 more people to join and share the cost\" __ x+10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"then the cost per person will decrease by $1250\" __ (150000/x)-1250=150000/(x+10) \n" ); document.write( " |