document.write( "Question 1156440: The Ski Club is planning to charter a bus to a ski resort. The cost will be $900 and each member will share the cost equally. If the club had 15 more members, the cost per person would be $10 less. How many are in the club now? \n" ); document.write( "
Algebra.Com's Answer #779130 by josgarithmetic(39630)\"\" \"About 
You can put this solution on YOUR website!
n, number of members
\n" ); document.write( "-------------------------------
\n" ); document.write( "P, price
\n" ); document.write( "N, quantity of members
\n" ); document.write( "C, cost
\n" ); document.write( "-
\n" ); document.write( "\"P=C%2FN\"
\n" ); document.write( "--------------------------------\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "                PRICE          QUANTITY     COST\r\n" );
document.write( "\r\n" );
document.write( "AS DONE          900/n           n           900\r\n" );
document.write( "\r\n" );
document.write( "IF              900/(n+15)      n+15         900\r\n" );
document.write( "\r\n" );
document.write( "DIFFERENCE       10\r\n" );
document.write( "
\n" ); document.write( "
\n" );