document.write( "Question 1017157: If 4 + I and 4 - I are roots of the equation z^2 + az + b = 0 find the value of a and the value of b?\r
\n" ); document.write( "\n" ); document.write( "For the format: ax² + bx + c = 0 \r
\n" ); document.write( "\n" ); document.write( "Sum of the roots = - b/a \r
\n" ); document.write( "\n" ); document.write( "Product of the roots = c/a \r
\n" ); document.write( "\n" ); document.write( "given: (4 + i) and (4 - i) \r
\n" ); document.write( "\n" ); document.write( "8 = - b/a
\n" ); document.write( "17 = c/a \r
\n" ); document.write( "\n" ); document.write( "a = (- b)/8 = 1
\n" ); document.write( "- b = 8
\n" ); document.write( "b = - 8 \r
\n" ); document.write( "\n" ); document.write( "a = c/17 = 1
\n" ); document.write( "c = 17 \r
\n" ); document.write( "\n" ); document.write( "equation is: z² - 8z + 17 = 0 \r
\n" ); document.write( "\n" ); document.write( "check...do something
\n" ); document.write( "

Algebra.Com's Answer #633495 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( " If 4 + I and 4 - I are roots of the equation z^2 + az + b = 0 find the value of a and the value of b?
\n" ); document.write( "--------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Since the quadratic equation has the coefficient \"1\" as the leading coefficient (at \"z%5E2\"), then \r\n" );
document.write( "\r\n" );
document.write( "z1 + z2 = -a,\r\n" );
document.write( "Z1*z2 = b.\r\n" );
document.write( "\r\n" );
document.write( "Hence, a = (4+i)*(4-i) = 16 - \"i%5E2\" = 16 - (-1) = 16 + 1 = 17.\r\n" );
document.write( "\r\n" );
document.write( "       b = (4+i) + (4-i) = 8.\r\n" );
document.write( "\r\n" );
document.write( "That is all.\r\n" );
document.write( "

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