document.write( "Question 363347: Solve for C: P = R-C/n
\n" );
document.write( "I'm stuck. I can get as far as this:
\n" );
document.write( "Pn = R-C
\n" );
document.write( "Pn-R = -C
\n" );
document.write( "I'm stuck getting rid of the negative to solve for C.
\n" );
document.write( "Please help! \n" );
document.write( "
Algebra.Com's Answer #259047 by amoresroy(361) You can put this solution on YOUR website! To get rid of the negative to solve for C, multiply both sides of equation by \n" ); document.write( "-1, thus\r \n" ); document.write( "\n" ); document.write( "-1(Pn-R) = -1(-C) \n" ); document.write( " R - Pn = C \n" ); document.write( " C = R - Pn \n" ); document.write( " |