document.write( "Question 68000: Find a quadratic function in the form of y = ax2 + bx + c that would have the given roots.\r
\n" );
document.write( "\n" );
document.write( " 1. x = 2i and x = –2i
\n" );
document.write( " 2. x =3 + i and x = 3 – i \n" );
document.write( "
Algebra.Com's Answer #48345 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! 1. x = 2i and x = –2i \n" ); document.write( "x=2i \n" ); document.write( "x-2i=0 [set each variable equal to zero] \n" ); document.write( ". \n" ); document.write( "x=-2i \n" ); document.write( "x+2i \n" ); document.write( ". \n" ); document.write( "(x-2i)(x+2i) [multiply the roots] \n" ); document.write( "x^2+2ix-2ix-4i^2 [multiply using the FOIL method] \n" ); document.write( "x^2-4i^2 [Rule: i^2=-1] \n" ); document.write( "x^2-4(-1) \n" ); document.write( "x^2+4 \n" ); document.write( ". \n" ); document.write( "check by using the quadratic formula to find the roots of y=x^2+4. The roots should be imaginary numbers. \n" ); document.write( ". \n" ); document.write( " 2. x =3 + i and x = 3 – i \r \n" ); document.write( "\n" ); document.write( "(x-3-i)(x-3+i)[set each factor equal to zero and multiply the factors] \n" ); document.write( "x^2-6x-i^2+9 [simplify] \n" ); document.write( "x^2-6x-(-1)+9 \n" ); document.write( "x^2-6x+1+9 \n" ); document.write( "x^2-6x+10 \n" ); document.write( "Check by using the quadratic formula to find the roots of x^2-6x+10 \n" ); document.write( " |