document.write( "Question 155921: hi, what is the answer when trying to solve for x?\r
\n" );
document.write( "\n" );
document.write( "nx-a=bx+d\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #116113 by Alan3354(69443) You can put this solution on YOUR website! hi, what is the answer when trying to solve for x? \n" ); document.write( "nx-a=bx+d \n" ); document.write( "--------- \n" ); document.write( "Get all terms with x on the same side. \n" ); document.write( "nx-bx = a+d \n" ); document.write( "Factor \n" ); document.write( "x*(n-b) = a+d \n" ); document.write( "Isolate x \n" ); document.write( "x = (a+d)/(n-b) \n" ); document.write( " \n" ); document.write( " |