document.write( "Question 43572: How do you solve (x+b)(x-b)=x(x-5) for x? I would like to see every step and it would be nice if you could explain why you did each step. Thank you very much. \n" ); document.write( "
Algebra.Com's Answer #28573 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! solve (x+b)(x-b)=x(x-5) for x \n" ); document.write( "Use the distributive law to get; \n" ); document.write( "(x+b)x - (x+b)b = x^2-5x \n" ); document.write( "Use the distributive law again to get: \n" ); document.write( "x^2+bx-bx-b^2=x^2-5x \n" ); document.write( "Simplify the left side to get: \n" ); document.write( "x^2-b^2=x^2-5x \n" ); document.write( "Subtract x^2 from both sides to get: \n" ); document.write( " -b^2=-5x \n" ); document.write( "Divide both sides by -5 to get: \n" ); document.write( " x=b^2/5\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |