document.write( "Question 492209: please help me solve this equation
\n" );
document.write( "solve for x.
\n" );
document.write( "7x-5b=ax+3 \n" );
document.write( "
Algebra.Com's Answer #334970 by chessace(471)![]() ![]() You can put this solution on YOUR website! Group x terms on left, others on right: \n" ); document.write( "7x-ax=5b+3 \n" ); document.write( "(7-a)x=5b+3 \n" ); document.write( "x=(5b+3)/(7-a) \n" ); document.write( " \n" ); document.write( " |