document.write( "Question 994806: Please help me and show step by step.\r
\n" );
document.write( "\n" );
document.write( "1.The polynomial of degree 4, P(x) has a root of multiplicity 2 at x=4 and roots of multiplicity 1 at x=0 and x=−3 . It goes through the point (5,32) .
\n" );
document.write( " Find a formula for P(x) .
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #613782 by rothauserc(4718) You can put this solution on YOUR website! Root x=4 of multiplicity 2 means that P(x) has a factor (x-4)^2 \n" ); document.write( "Roots of multiplicity 1 at x=0 means P(x) has a factor x and at \n" ); document.write( "x=-3 means a factor (x+3) \n" ); document.write( "**************************************************************** \n" ); document.write( "P(x) = x * (x-4)^2 * (x+3) \n" ); document.write( "P(x) = (x^2+3x) * (x-4)^2 \n" ); document.write( "P(x) = (x^2+3x) * (x^2 -8x +16) \n" ); document.write( "P(x) = x^4 -5x^3 -8x^2 +48x \n" ); document.write( "**************************************************************** \n" ); document.write( "now we use point (5,32) \n" ); document.write( "32 = 5^4 -5(5^3) -8(5^2) +48(5) \n" ); document.write( "32 = 625 -625 -200 +240 \n" ); document.write( "to make this work we have to subtract 8 from the right side of =, therefore \n" ); document.write( "**************************************************************** \n" ); document.write( "P(x) = x^4 -5x^3 -8x^2 +48x -8 and then \n" ); document.write( "32 = 32 \n" ); document.write( " \n" ); document.write( " |