document.write( "Question 196929: Select any imaginary number (of the form \"a + bi\" where a and b are non-zero real numbers), and turn it into a real number by using addition, subtraction, multiplication, division, or exponentiation. \n" ); document.write( "
Algebra.Com's Answer #147639 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! The complex conjugate operation applies \n" ); document.write( ". \n" ); document.write( "(a+bi) (a-bi) = a^2 -abi +abi -b^2i^2 = a^2 +b^2 \n" ); document.write( ". \n" ); document.write( "with i^2 = -1 \n" ); document.write( ". \n" ); document.write( " |