document.write( "Question 210454: How do you write the expression (-6-29i)+(8-12i) as a complex number in standard form? \n" ); document.write( "
Algebra.Com's Answer #159076 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! The standard form for complex numbers is: (a+bi), so... \n" ); document.write( "(-6-29i)+(8-12i) add the real parts and add the imaginary parts. \n" ); document.write( "-6+8 = 2 \n" ); document.write( "-29i+(-12i) = -41i Put them together to get: \n" ); document.write( "(2-41i) \n" ); document.write( " |