document.write( "Question 834801: Hi! I was given a problem such as this: \"Write a polynomial function f of least degree that has rational coefficients, a leading coefficient of 1, and -7, -4 as the given zeros.\"\r
\n" );
document.write( "\n" );
document.write( "How am I supposed to do it? \n" );
document.write( "
Algebra.Com's Answer #503216 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! x = -7 or x = -4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+7 = 0 or x+4 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+7)(x+4) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + 11x + 28 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Final Answer: f(x) = x^2 + 11x + 28 \n" ); document.write( " |