document.write( "Question 113393: what am i doing wrong?
\n" );
document.write( "¼ = 3 – (2x-1)/(x+2)
\n" );
document.write( "¼ * 4(x+2) = 3 – {(2x-1)/(x+2)} *4(x+2)
\n" );
document.write( "x + 2 = 3 – (2x – 1)4
\n" );
document.write( "x + 2 = 3 – (8x – 4)
\n" );
document.write( "x + 2 = 7 – 8x
\n" );
document.write( "x + 2 – 2 = 7 – 2 – 8x
\n" );
document.write( "x +8x = 7 – 8x +8x
\n" );
document.write( "9x = 7
\n" );
document.write( "9x/9 = 7/9
\n" );
document.write( "x = 7/9
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #82514 by edjones(8007)![]() ![]() You can put this solution on YOUR website! ¼ = 3 – (2x-1)/(x+2) \n" ); document.write( "x+2=12(x+2)-4(2x-1) multiply each side by 4(x+2) to eliminate fractions. You didn't multiply 4(x+2) by the 3. \n" ); document.write( "x+2=12x+24-8x+4 \n" ); document.write( "-3x=26 \n" ); document.write( "x=-26/3 divide each side by -3. \n" ); document.write( "Ed \n" ); document.write( " |