document.write( "Question 604806: how do i solve (x-1)/2=(x+1)/4 \n" ); document.write( "
Algebra.Com's Answer #381413 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( "4x - 4 = 2x + 2 \n" ); document.write( "4x - 2x = 2 + 4 \n" ); document.write( "2x = 6 \n" ); document.write( "x = 6/2 = 3 \n" ); document.write( " |