document.write( "Question 35903: solve for x (3x-2)(x+5)=4x+2 \n" ); document.write( "
Algebra.Com's Answer #22067 by atif.muhammad(135)![]() ![]() ![]() You can put this solution on YOUR website! x (3x-2)(x+5)=4x+2\r\n" ); document.write( "\r\n" ); document.write( "Let's open up one of the brackets first\r\n" ); document.write( "\r\n" ); document.write( "x(3x^2 + 15x - 2x - 10) = 4x + 2\r\n" ); document.write( "\r\n" ); document.write( "Let's open up the last bracket\r\n" ); document.write( "\r\n" ); document.write( "3x^3 + 15x^2 - 2x^2 - 10x = 4x + 2\r\n" ); document.write( "\r\n" ); document.write( "Now let's move all the variables to the left hand side\r\n" ); document.write( "\r\n" ); document.write( "3x^3 + 13x^2 -14x - 2 = 0 \r\n" ); document.write( "\r\n" ); document.write( "Now we have a cubic equation.\r\n" ); document.write( "\r\n" ); document.write( "To solve this, we use the factor theorem.\r\n" ); document.write( "\r\n" ); document.write( "f(x) = 3x^3 + 13x^2 -14x - 2\r\n" ); document.write( "\r\n" ); document.write( "When f(a) = 0, then (x-a) is a factor of f(x)\r\n" ); document.write( "\r\n" ); document.write( "f(0) = -2\r\n" ); document.write( "\r\n" ); document.write( "f(-1) = -3 + 13 + 14 -2 = 22\r\n" ); document.write( "\r\n" ); document.write( "f(1) = 3 + 13 -14 -2 = 0\r\n" ); document.write( "\r\n" ); document.write( "f(1) = 0, therefore (x-1) is a factor of f(x)\r\n" ); document.write( "\r\n" ); document.write( "We now need to divide f(x) by (x-1) and find a quadratic equation.\r\n" ); document.write( "\r\n" ); document.write( "I have 'magically' divided it. (using the long division method)\r\n" ); document.write( "\r\n" ); document.write( "f(x) = (3x^2 + 16x + 2)(x-1)\r\n" ); document.write( "\r\n" ); document.write( "We now have a quadratic and a linear.\r\n" ); document.write( "\r\n" ); document.write( "(3x^2 + 16x + 2)(x-1) = 0\r\n" ); document.write( "\r\n" ); document.write( "Solve linear:\r\n" ); document.write( "\r\n" ); document.write( "x-1 = 0\r\n" ); document.write( "x = 1 --> First solution\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Solve quadratic:\r\n" ); document.write( "\r\n" ); document.write( "3x^2 + 16x + 2 = 0\r\n" ); document.write( "
|