document.write( "Question 147995: Solve and check for X :\r
\n" );
document.write( "\n" );
document.write( "[5/(x+6)]+[2/(x^2+7x+6)]+[3/(x+1)] \n" );
document.write( "
Algebra.Com's Answer #108435 by orca(409) ![]() You can put this solution on YOUR website! Do you mean solving the following equation for x? \n" ); document.write( "[5/(x+6)]+[2/(x^2+7x+6)]+[3/(x+1)] = 0 \n" ); document.write( "If so, see the solution below:\r \n" ); document.write( "\n" ); document.write( "SOLUTION: \n" ); document.write( "note that x^2+7x+6 = (x+1)(x+6)\r \n" ); document.write( "\n" ); document.write( "[5/(x+6)]+[2/(x+1)(x+6)]+[3/(x+1)]= 0\r \n" ); document.write( "\n" ); document.write( "Multiplying both sides by (x+1)(x+6), we have \n" ); document.write( "5(x+1) + 2 +3(x+6) = 0 \n" ); document.write( "5x + 5 + 2 + 3x + 18 = 0 \n" ); document.write( "8x + 25 = 0 \n" ); document.write( "x = -25/8 \n" ); document.write( " \n" ); document.write( " |