document.write( "Question 166710: solve for W in the equation XW + Y = B / 4
\n" );
document.write( "show restrictions: \n" );
document.write( "
Algebra.Com's Answer #122849 by nerdybill(7384) You can put this solution on YOUR website! Simply isolate W to one side of the equation: \n" ); document.write( "XW + Y = B/4 \n" ); document.write( "XW = (B/4) - Y \n" ); document.write( "W = (B/4X) - (Y/X) \n" ); document.write( ". \n" ); document.write( "The only restriction is: \n" ); document.write( "Except when X=0 \n" ); document.write( ". \n" ); document.write( "Notice that if X was equal 0, the numerator would be zero and a zero in the denominator would be \"undefined\". \n" ); document.write( " \n" ); document.write( " |