document.write( "Question 45431: Find all real solutions of the equation
\n" );
document.write( "(x)square/x-1 + 1/x+2 = 5/4 \n" );
document.write( "
Algebra.Com's Answer #30171 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x^2/(x - 1) + 1/(x + 2) = 5/4 \n" ); document.write( "x^2(x - 1)4(x + 2)/(x - 1) + (x - 1)4(x + 2)/(x + 2) = 5(x - 1)4(x + 2)/4 \n" ); document.write( "x^2(4x + 8) + 4x - 4 = 5(x - 1)(x + 2) \n" ); document.write( "4x^3 + 8x^2 + 4x - 4 = 5x^2 + 5x - 10 \n" ); document.write( "4x^3 + 3x^2 - x + 6 = 0 \n" ); document.write( " |