document.write( "Question 1002507: (x-b)divided by a=c solve for b
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #619376 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Isolate b. \n" ); document.write( "(x-b)/a=c \n" ); document.write( "(x-b)=a*c, by multiplying both sides by a. \n" ); document.write( "-b = -x +ac, subtracting x from both sides. Now b is isolated. Multiply by (-1) \n" ); document.write( "b=x-ac \n" ); document.write( " |