document.write( "Question 814185: Find a polynomial satisfying the following conditions:\r
\n" );
document.write( "\n" );
document.write( "f has degree 3;the roots of f are precisely 2,3,4;the leading coefficient is 2. \n" );
document.write( "
Algebra.Com's Answer #490192 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! If \"r\" is a root of a polynomial, then (x - r) is a factor of the polynomial. So with the three given roots and the leading coefficient we can immediately write a factored version of the desired function: \n" ); document.write( "f(x) = 2(x-2)(x-3)(x-4) \n" ); document.write( "All that is left is to multiply this out. Since this is all multiplication we can multiply in any order. I'll start by using FOIL on the last two factors: \n" ); document.write( "f(x) = 2(x-2)(x*x+x*(-4)+(-3)*x+(-3)(-4)) \n" ); document.write( "Simplifying... \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Multiplying the first two factors: \n" ); document.write( " \n" ); document.write( "One more multiplication: \n" ); document.write( " \n" ); document.write( "Simplifying... \n" ); document.write( " \n" ); document.write( " |