document.write( "Question 29167: given a polynomial and one of its factors, find the remaining factors of the polynomial. Some factors may not be binomials.\r
\n" );
document.write( "\n" );
document.write( "6x^3-25x^2+2x+8;3x-2 \n" );
document.write( "
Algebra.Com's Answer #15945 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Your Question: \n" ); document.write( "given a polynomial and one of its factors, find the remaining factors of the polynomial. Some factors may not be binomials.\r \n" ); document.write( "\n" ); document.write( "6x^3-25x^2+2x+8;3x-2 \n" ); document.write( "------------------------------------------------------------ \n" ); document.write( "My answer:\r \n" ); document.write( "\n" ); document.write( "What i am going to show you is called synthetic division....\r \n" ); document.write( "\n" ); document.write( "You're going to set 3x-2 to 0 to get x equaling a number \n" ); document.write( "3x-2=0 (add 2) \n" ); document.write( "3x=2 (divide by 3) \n" ); document.write( "x=2/3\r \n" ); document.write( "\n" ); document.write( "Now, take the coefficients (the number in front of the variables) and set them in a side-by-side order with your x value (2/3) on the way left(if you had a 0x^2, you would still use the 0 coefficient.)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(2/3)__6__(-25)__2__8\r \n" ); document.write( "\n" ); document.write( " 6 (multiply the 2/3 and 6 and add to -25) \n" ); document.write( " -21 (multiply the 2/3 and -21 and add to 2) \n" ); document.write( " -12 (multiply the 2/3 and -12 and add to 8) \n" ); document.write( " 0 \n" ); document.write( "Notice that you have 6, then, -21, and last -12, so you would combine them with the degree of x is descending order and multiply by the value you were given beforehand. \n" ); document.write( "To simplify it more: \n" ); document.write( "divide by 3 to make it easier------ (6x^2-21x-12)(x-2/3) \n" ); document.write( "3(2x^2-7x-4)(x-2/3)------ multiply by the coefficient of x^2 and the constant(the number without a variable(the number is -8)) Then, find the factors of that number (1,2,4,8,-1,-2,-4,-8). Next, find the factors that would add to equal the -7 in the equation (the answer would be -8 and 1) \n" ); document.write( "plug in the -8 and 1 to equal the -7 ------- 3(2x^2-8x+x-4)(x-2/3) \n" ); document.write( "simplify 3{2x(x-4)+1(x-4)}(x-2/3) \n" ); document.write( "combine 3(2x+1)(x-4)(x-2/3) \n" ); document.write( "multiply 3 by one of the polynomials (6x+3)(x-4)(x-2/3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(6x+3)(x-4)(x-2/3) is your answer!\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |