document.write( "Question 454676: i need to get the sum of this equation
\n" );
document.write( "(a+b)/c=E
\n" );
document.write( "if i want to get sum of c?
\n" );
document.write( "sum of a?
\n" );
document.write( "sum of b? \n" );
document.write( "
Algebra.Com's Answer #312172 by stanbon(75887) ![]() You can put this solution on YOUR website! i need to get the sum of this equation \n" ); document.write( "(a+b)/c=E \n" ); document.write( "if i want to get sum of c? \n" ); document.write( "sum of a? \n" ); document.write( "sum of b? \n" ); document.write( "----------------- \n" ); document.write( "I don't think you want the \"sum\" of these \n" ); document.write( "different variables. I'll just solve \n" ); document.write( "the equation for each: \n" ); document.write( "--- \n" ); document.write( "c = (a+b)/E \n" ); document.write( "--- \n" ); document.write( "a = cE-b \n" ); document.write( "---- \n" ); document.write( "b = cE-a \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |