document.write( "Question 1170889: A group of friends planned to chip in to raise a total of $100 for a party but 5 people
\n" ); document.write( "could not come so they did not pay. As a result, each of the remaining people had to pay $1 more.
\n" ); document.write( "Find the amount that each person paid after.
\n" ); document.write( "

Algebra.Com's Answer #795761 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "n, the number of planned persons\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "            PRICE      PERSONS        COST\r\n" );
document.write( "            100/n        n            100\r\n" );
document.write( "            100/(n-5)    n-5          100\r\n" );
document.write( "diffrnce       1\r\n" );
document.write( "

\n" ); document.write( "\"100%2F%28n-5%29-100%2Fn=1\"\r
\n" ); document.write( "\n" ); document.write( "Solve for n, and then evaluate \"100%2F%28n-5%29\".
\n" ); document.write( "
\n" );