document.write( "Question 172679: Write the expression as a complex number in standard form
\n" );
document.write( "(7-4i)+(8+6i) \n" );
document.write( "
Algebra.Com's Answer #127554 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! To add two complex numbers, just add the two real parts together, and then add the two imaginary parts. 7 + 8 = 15 and -4 + 6 = 2, so (15+2i) \n" ); document.write( " |