document.write( "Question 470160: What must be added to x^(3) - 3x^(2) -12x +19 so that the result is exactly divisible by x^(2) + x -6? \n" ); document.write( "
Algebra.Com's Answer #322546 by robertb(5830)![]() ![]() You can put this solution on YOUR website! we have to find polynomials \n" ); document.write( "==> -3 and 2 are roots of the divisor \n" ); document.write( "\n" ); document.write( "Now \n" ); document.write( "\n" ); document.write( "By the factor theorem, \n" ); document.write( "after substituting -3 into the preceding polynomial and simplifying, we must have \n" ); document.write( "27a - 5b + 5c - d = 1; \n" ); document.write( "after substituting 2 into the preceding polynomial and simplifying, we must have \n" ); document.write( "8a +4b + 2c + d = 9;\r \n" ); document.write( "\n" ); document.write( "Adding both equations, we get 7a - b + c = 2, or b = 7a + c - 2. \n" ); document.write( "Substituting this into 8a +4b + 2c + d = 9, we get d = -36a - 6c + 17.\r \n" ); document.write( "\n" ); document.write( "The values for a and c are free to vary. \n" ); document.write( "As an example, let a = c = 1. ==> b = 7*1 + 1 - 2 = 6, and \n" ); document.write( "d = -36*1 - 6*1 + 17 = -25 \n" ); document.write( "Then \n" ); document.write( " \n" ); document.write( " |