document.write( "Question 980346: How do I solve this equation,
\n" );
document.write( "4x - 7 = 2x - 7
\n" );
document.write( "I added 7 to both sides, so it looks like this to isolate 4x on the left.
\n" );
document.write( "4x -7 + 7 = 2x - 7 + 7
\n" );
document.write( " Which gives me \r
\n" );
document.write( "\n" );
document.write( "4x = 2x- 7 + 7
\n" );
document.write( "but -7 + 7 = 0 so I end up with
\n" );
document.write( " 4x = 2x ?
\n" );
document.write( "Is this correct \n" );
document.write( "
Algebra.Com's Answer #601492 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "4x-7=2x-7 Add 7 to each side. \n" ); document.write( "4x=2x Subtract 2x from each side. \n" ); document.write( "2x=0 Divide each side by 2. \n" ); document.write( "x=0 \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( "4x-7=2x-7 \n" ); document.write( "4(0)-7=2(0)-7 \n" ); document.write( "-7=-7 \n" ); document.write( " |