document.write( "Question 455225: A number X is five more than two times X minus three? How do I write this and solve this? \n" ); document.write( "
Algebra.Com's Answer #312572 by mathmartian(7)![]() ![]() ![]() You can put this solution on YOUR website! First, let's write this as an algebraic equation. \n" ); document.write( "x is five more than two times x minus three \n" ); document.write( "is = \n" ); document.write( "more + \n" ); document.write( "times x \n" ); document.write( "minus - \n" ); document.write( "x=5+2x-3 \n" ); document.write( "Now we can solve this equation for x \n" ); document.write( "Add like terms, x=2x+2 \n" ); document.write( "Isolate the x by subtracting 2x from both sides -x=2 \n" ); document.write( "Divide both sides by -1, x=-2 \n" ); document.write( "The answer is x=-2!! \n" ); document.write( " |