document.write( "Question 1164756: Find the polynomial function of least degree with integral coefficients that
\n" );
document.write( "has the given zeros 2,5/3,-5? \n" );
document.write( "
Algebra.Com's Answer #789172 by Edwin McCravy(20065) You can put this solution on YOUR website! \r\n" ); document.write( "Instead of doing your problem for you, I'll do one exactly like it for you\r\n" ); document.write( "to use as a model for doing yours.\r\n" ); document.write( " \n" ); document.write( "Find the polynomial function of least degree with integral coefficients that \n" ); document.write( "has the given zeros 3,7/4,-6? \n" ); document.write( " \r\n" ); document.write( " x = 3; x = 7/4; x = -6\r\n" ); document.write( "\r\n" ); document.write( "Get 0 on the right of each equation:\r\n" ); document.write( "\r\n" ); document.write( "x - 3 = 0; x - 7/4 = 0 x + 6 = 0\r\n" ); document.write( "\r\n" ); document.write( "Clear the second one of fractions by multiplying it through by 3.\r\n" ); document.write( "\r\n" ); document.write( "So we have:\r\n" ); document.write( "\r\n" ); document.write( "x - 3 = 0; 4x - 7 = 0 x + 6 = 0\r\n" ); document.write( "\r\n" ); document.write( "Multiply the three left sides together:\r\n" ); document.write( "\r\n" ); document.write( " (x - 3)(4x - 7)(x + 6) = 0\r\n" ); document.write( "\r\n" ); document.write( "Multiply the first two together by FOIL:\r\n" ); document.write( "\r\n" ); document.write( " (4x² - 7x - 12x + 21)(x + 6) = 0\r\n" ); document.write( " (4x² - 19x + 21)(x + 6) = 0\r\n" ); document.write( "\r\n" ); document.write( "Multiply every term in the first parentheses by every term in the secon4\r\n" ); document.write( "parentheses:\r\n" ); document.write( "\r\n" ); document.write( " 4x³ + 24x² - 19x² - 114x + 21x + 126 = 0\r\n" ); document.write( " 4x³ + 5x² - 93x + 50 = 0\r\n" ); document.write( "\r\n" ); document.write( "We want the polynomial that when set = 0, has those three solutions. So\r\n" ); document.write( "that polynomial is the left side:\r\n" ); document.write( "\r\n" ); document.write( " f(x) = 4x³ + 5x² - 93x + 50\r\n" ); document.write( "\r\n" ); document.write( "Now go do yours the exact same way.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |