document.write( "Question 70014: I have the following equation:\r
\n" );
document.write( "\n" );
document.write( "X = -((1 + Y)/W) + 1\r
\n" );
document.write( "\n" );
document.write( "I am trying to isolate and solve this for W.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #49876 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! X = -((1 + Y)/W) + 1 \n" ); document.write( "I am trying to isolate and solve this for W. \n" ); document.write( "-------- \n" ); document.write( "Switch sides to get: \n" ); document.write( "(1+y)/w=1-x \n" ); document.write( "Invert both sides to ge: \n" ); document.write( "w/(1+y)=1/(1-x) \n" ); document.write( "Multiply both sides by (1+y) to get \n" ); document.write( "w=(1+y)/(1-x) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |