document.write( "Question 943034: Solve this quadratic equation.
\n" );
document.write( "(6)/(2x-1)=(4)/(x+1)\r
\n" );
document.write( "\n" );
document.write( "This is what I got, after multiplying the equation by the LCM (2x-1).
\n" );
document.write( "6=(4)/(x+1)\r
\n" );
document.write( "\n" );
document.write( "I think the non-permissible values are 0 & -1. \r
\n" );
document.write( "\n" );
document.write( "Please help me fix/complete the equation. Thanks! \n" );
document.write( "
Algebra.Com's Answer #574927 by reviewermath(1029) You can put this solution on YOUR website! \n" ); document.write( "The LCD is equal to (2x-1)(x+1). \n" ); document.write( "Multiply both sides by the LCD, the result is \n" ); document.write( "6(x + 1) = 4(2x - 1) \n" ); document.write( "6x + 6 = 8x - 4 \n" ); document.write( "-2x = -10 \n" ); document.write( "Therefore |