document.write( "Question 1209682: Let f(x) be a polynomial such that f(0) = 4, f(1) = 6, and f(2) = -2. Find the remainder when f(x) is divided by x. \n" ); document.write( "
Algebra.Com's Answer #849802 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation \n" ); document.write( "Think of \"divided by x\" as \"divided by x-0\" \n" ); document.write( "Comparing x-0 with x-k shows k = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Remainder Theorem: \n" ); document.write( "When dividing p(x) over (x-k), the remainder is p(k)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This means we go with f(0) = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A slightly more in-depth look: \n" ); document.write( "f(x)/g(x) = quotient + remainder/g(x) \n" ); document.write( "f(x) = g(x)*quotient + remainder \n" ); document.write( "f(x) = x*quotient + remainder \n" ); document.write( "f(0) = 0*quotient + remainder \n" ); document.write( "f(0) = remainder = 4 \n" ); document.write( " \n" ); document.write( " |