document.write( "Question 653326: solve x-5/2 = x-1
\n" );
document.write( " (It reads x-5 over 2 = x-1) \n" );
document.write( "
Algebra.Com's Answer #408341 by Shana-D77(132)![]() ![]() You can put this solution on YOUR website! Don't you just hate fractions?! So let's get rid of it: \n" ); document.write( "(x-5)/2 = x-1 \n" ); document.write( "Multiply both sides by 2 to get rid of the /2: \n" ); document.write( "x - 5 = 2(x - 1) \n" ); document.write( "Distribute the 2(x - 1): \n" ); document.write( "x - 5 = 2x - 2 \n" ); document.write( "-5 = x - 2 (subtracted x from both sides) \n" ); document.write( "-3 = x (added 2 to both sides) \n" ); document.write( "x = -3 \n" ); document.write( " |