document.write( "Question 1146039: Find a polynomial function with leading coefficient 1 that has the given zeros, multiplicities, and degree.
\n" );
document.write( "Zero: 3, multiplicity: 1
\n" );
document.write( "Zero: 2, multiplicity: 3
\n" );
document.write( "Degree: 4 \n" );
document.write( "
Algebra.Com's Answer #767319 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A zero of multiplicity 1 at x=3 means one factor of (x-3); \n" ); document.write( "A zero of multiplicity 3 at x=2 means three factors of (x-2). \n" ); document.write( "1 factor of (x-3) and 3 factors of (x-2) makes the degree 4, so there are no other factors. \n" ); document.write( "And the leading coefficients of 1 in all the factors means the leading coefficient of the polynomial is 1. \n" ); document.write( "ANSWER: \n" ); document.write( "f(x) = (x-3)(x-2)^3 \n" ); document.write( "Expand and simplify if required.... \n" ); document.write( " |