document.write( "Question 19523: problem: ax = bx + c
\n" ); document.write( "answer: x = c/(a,-b)
\n" ); document.write( "please break the problem down step by step to get the answer.
\n" ); document.write( "

Algebra.Com's Answer #9434 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Here's how this goes:\r
\n" ); document.write( "\n" ); document.write( "\"ax+=+bx+%2B+c\" Subtract bx from both sides of the equation.
\n" ); document.write( "\"ax+-+bx+=+c\" Factor x.
\n" ); document.write( "\"x%28a+-+b%29+=+c\" Divide both sides by (a - b)
\n" ); document.write( "\"x+=+c%2F%28a-b%29\" Note; no comma is required inside the parentheses.
\n" ); document.write( "
\n" );