document.write( "Question 1189262: a) Use the remainder theorem to find the remainder when 𝑓(𝑥)=−4𝑥^3 +5𝑥^2 + 8 is
\n" );
document.write( " divided by 𝑥+3. Then use the Factor Theorem to determine whether 𝑥 + 3 is a
\n" );
document.write( " factor of 𝑓(𝑥).\r
\n" );
document.write( "\n" );
document.write( "b) Use the Rational Zeros Theorem to find all the real zeros of the polynomial
\n" );
document.write( " function 𝑓(𝑥)=x^4 -x^3 -6x^2 +4x +8 \n" );
document.write( "
Algebra.Com's Answer #820577 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Part (a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Remainder theorem: Dividing p(x) over (x-k) yields some quotient q(x) and a remainder p(k). \n" ); document.write( "Special case: if the remainder is 0, then (x-k) is a factor of p(x).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Compare (x+3) with (x-k) to see that k = -3 \n" ); document.write( "It might help to rewrite x+3 as x-(-3).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = -4x^3+5x^2+8 \n" ); document.write( "f(-3) = -4(-3)^3+5(-3)^2+8 \n" ); document.write( "f(-3) = 161\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers: \n" ); document.write( "The remainder is 161 \n" ); document.write( "(x+3) is not a factor of f(x) because we didn't get a remainder of 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "================================================ \n" ); document.write( "Part (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Due to the leading coefficient being 1, this means we simply need to list the plus/minus version of each factor of the last term 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The list of all possible rational roots: \n" ); document.write( "1, -1, 2, -2, 4, -4, 8, -8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then check each value to see if we get f(x) = 0 or not. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we tried x = 1, then, \n" ); document.write( "f(x) = x^4-x^3-6x^2+4x+8 \n" ); document.write( "f(1) = (1)^4-(1)^3-6(1)^2+4(1)+8 \n" ); document.write( "f(1) = 6 \n" ); document.write( "We don't get a result of 0, which means x = 1 is not a root or zero of the function.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Trying x = -1 leads to: \n" ); document.write( "f(x) = x^4-x^3-6x^2+4x+8 \n" ); document.write( "f(-1) = (-1)^4-(-1)^3-6(-1)^2+4(-1)+8 \n" ); document.write( "f(-1) = 0 \n" ); document.write( "We get zero this time, so x = -1 is a root of f(x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Repeat these steps for the remaining possible roots listed above. You should find that only the following are roots: -2, -1, 2 \n" ); document.write( "Side note: x = 2 is a double root\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: -2, -1, and 2 are zeros of f(x) \n" ); document.write( " \n" ); document.write( " |