document.write( "Question 51803: Hi I am really having a hard time with this problem. We are learning about polynomials and the problem is:\r
\n" );
document.write( "\n" );
document.write( "Solve for X
\n" );
document.write( "the solution will be AN EXPRESSION WITH a and or b in it\r
\n" );
document.write( "\n" );
document.write( "x+2a=3x-a\r
\n" );
document.write( "\n" );
document.write( "answer will be 3a/2 \n" );
document.write( "
Algebra.Com's Answer #34547 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x + 2a = 3x - a \n" ); document.write( "x + 2a + a = 3x - a + a \n" ); document.write( "x + 3a = 3x \n" ); document.write( "x - x + 3a = 3x - x \n" ); document.write( "3a = 2x \n" ); document.write( "3a/2 = x \n" ); document.write( " |