document.write( "Question 556867: Write a polynomial function with rational coefficients in standard form with the given zeros.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2, 3, 5 \n" );
document.write( "
Algebra.Com's Answer #362297 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! if r is a root (zero) of a function, then x-r is a factor\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = (x - 2)(x - 3)(x - 5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply the factors to find the function \n" ); document.write( " |