document.write( "Question 1201163: The Extreme Rock Climbing Club planned a climbing expedition. The total cost was $1200
\n" ); document.write( ", which was to be divided equally among the members going. Prior to the trip, 3
\n" ); document.write( " members decided not to go. If the cost per person increased by $90
\n" ); document.write( ", how many people went on the expedition?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #835428 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\"PRICE=COST%2FPERSONS\"
\n" ); document.write( "\"OR\"
\n" ); document.write( "\"PRICE%2APERSONS=COST\"\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "      PRICE             PERSONS         COST\r\n" );
document.write( "        1200/n              n            1200\r\n" );
document.write( "        1200/(n-3)          n-3          1200\r\n" );
document.write( "diff.   90                             \r\n" );
document.write( "

\n" ); document.write( "Price per person not given; question asks for how many persons went.
\n" ); document.write( "Using here, n for how many people planned to go.
\n" ); document.write( "Not really need a specific variable just for price.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"1200%2F%28n-3%29-1200%2Fn=90\"-------simplify and solve.
\n" ); document.write( "
\n" );