document.write( "Question 5356: I need to solve :\r
\n" );
document.write( "\n" );
document.write( "1/2 + x/3 = 2x/3 - 1/4\r
\n" );
document.write( "\n" );
document.write( "Thanks for your help \n" );
document.write( "
Algebra.Com's Answer #2761 by guapa(62)![]() ![]() ![]() You can put this solution on YOUR website! 1/2 +x/3 = (2x)/3 - 1/4 \n" ); document.write( "First you need to find the LCD. In doing it you get rid of all fractions in the equation. In this case the LCD is 12. \n" ); document.write( "(1*6)/(2*6) + (x*4)/(3*4) = (2x*4)/(3*4)- (1*3)/(4*3) \n" ); document.write( "6 + 4x = 8x -3 \n" ); document.write( "4x = 9 \n" ); document.write( "x = 9/4 \n" ); document.write( " |