document.write( "Question 100060: given the following two complex numbers, a=3+7i and b=-2-2i,calculate the following
\n" );
document.write( "a+b
\n" );
document.write( "a-b
\n" );
document.write( "a*b
\n" );
document.write( "a/b \n" );
document.write( "
Algebra.Com's Answer #72864 by timmy1729(23)![]() ![]() ![]() You can put this solution on YOUR website! given the following two complex numbers, a=3+7i and b=-2-2i,calculate the following \n" ); document.write( "a+b \n" ); document.write( "a-b \n" ); document.write( "a*b \n" ); document.write( "a/b \n" ); document.write( "Ok, for the most part, treat i like a variable. \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a*b is just simply: \n" ); document.write( "Remember that i^2 = -1. So we simplify into: \n" ); document.write( "\n" ); document.write( "a/b is \n" ); document.write( "To simplify, you multiply the numerator and denominator by the denominator's complex conjugate which is -2+2i. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |