document.write( "Question 674236: Find a quadratic equation with roots -1+4i and -1-4i \n" ); document.write( "
\n" ); document.write( "Hi,\n" ); document.write( "The factor theorem states that a polynomial f(x) has a factor (x − k) if and only if f(k) = 0\n" ); document.write( "roots -1+4i and -1-4i\n" ); document.write( "f(x) = a(x-(-1+4i))(x -(-1-4i)) = a(x^2 -2x +17)\n" ); document.write( " a = 1\n" ); document.write( "f(x) = x^2 -2x +17\n" ); document.write( "Check product Using FOIL\n" ); document.write( "F First terms\n" ); document.write( "O Outside terms\n" ); document.write( "I Inside terms\n" ); document.write( "L Last terms\n" ); document.write( "