document.write( "Question 6016: solve for x
\n" );
document.write( "y = a + bx \n" );
document.write( "
Algebra.Com's Answer #3175 by Abbey(339)![]() ![]() ![]() You can put this solution on YOUR website! subtract a from both sides: \n" ); document.write( "y-a=bx \n" ); document.write( "then divide both sides by b \n" ); document.write( "(y-a)/b=x \n" ); document.write( " |