document.write( "Question 1067167: Find a formula for the polynomial f(x) of least degree that passes through the points (-4,0) , (5,0), and (0,-9). \n" ); document.write( "
Algebra.Com's Answer #682363 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "(-4,0) , (5,0), and (0,-9)\r\n" );
document.write( "\r\n" );
document.write( "Since the y-coordinate of the first two points are 0,\r\n" );
document.write( "-4 and 5 are zeros, then f(-4)=0 and f(5)=0\r\n" );
document.write( "\r\n" );
document.write( "So f(x) has factors (x+4) and (x-5)\r\n" );
document.write( "\r\n" );
document.write( "So we know the polynomial f(x) is of the form \r\n" );
document.write( "\r\n" );
document.write( "f(x) = k(x+4)(x-5)  for some value k\r\n" );
document.write( "\r\n" );
document.write( "We know that f(0) = -9\r\n" );
document.write( "\r\n" );
document.write( "So\r\n" );
document.write( "\r\n" );
document.write( "f(0) = k(0+4)(0-5) = k(4)(-5) = -20k = -9\r\n" );
document.write( "\r\n" );
document.write( "                                   k = \"9%2F20\"\r\n" );
document.write( "\r\n" );
document.write( "So f(x) = \"9%2F20\"(x+4)(x-5)\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );