document.write( "Question 1049946: cx+a=bx
\n" );
document.write( "solve for x \n" );
document.write( "
Algebra.Com's Answer #665543 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! solve for x \n" ); document.write( "cx+a=bx \n" ); document.write( "cx - bx = -a \n" ); document.write( "x(c-b) = -a \n" ); document.write( "x = -a/(c-b) \n" ); document.write( " |