document.write( "Question 241535: find a polynomial f(x) of degree 3 that satisfies the following condition: -2 is a zero of multiplicity 3; f(-1) = 4 \n" ); document.write( "
Algebra.Com's Answer #176907 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
With -2 a zero of multiplicity 3, f(x) will be of the form \"q%28x+-+%28-2%29%29%5E3\" or \"q%28x+%2B+2%29%5E3\" where q is some constant. And we can use f(-1) to find q:
\n" ); document.write( "\"4+=+q%28%28-1%29+%2B+2%29%5E3\"
\n" ); document.write( "\"4+=+q%281%29%5E3\"
\n" ); document.write( "\"4+=+q\"
\n" ); document.write( "So \"f%28x%29+=+4%28x%2B2%29%5E3\". Since we are asked to find f(x) as a polynomial, we will need to multiply this out:
\n" ); document.write( "\"f%28x%29+=+4%28x%2B2%29%5E3\"
\n" ); document.write( "\"f%28x%29+=+4%28x%2B2%29%5E2%28x%2B2%29\"
\n" ); document.write( "Since \"%28x%2B2%29%5E2+=+x%5E2+%2B+4x+%2B+4\":
\n" ); document.write( "\"f%28x%29+=+4%28x%5E2+%2B+4x+%2B+4%29%28x%2B2%29\"
\n" ); document.write( "\"f%28x%29+=+4%28x%5E3+%2B+2x%5E2+%2B4x%5E2+%2B8x+%2B+4x+%2B+8%29\"
\n" ); document.write( "\"f%28x%29+=+4%28x%5E3+%2B6x%5E2+%2B+12x+%2B+8%29\"
\n" ); document.write( "\"f%28x%29+=+4x%5E3+%2B+24x%5E2+%2B48x+%2B+32\"
\n" ); document.write( "
\n" ); document.write( "
\n" );