document.write( "Question 232818: Which of the following statments are always true?
\n" );
document.write( "(1) The sum of two imaginary numbers is an imaginary number
\n" );
document.write( "(2) A real number is a complex number
\n" );
document.write( "(3) A complex number is an imaginary number
\n" );
document.write( "(4) The product of two imaginary numbers is a real number
\n" );
document.write( "--------------------------------------------------------------------------------Please answer the question and explain how to get the answer :) Thank you \n" );
document.write( "
Algebra.Com's Answer #171947 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Which of the following statments are always true? \n" ); document.write( "(1) The sum of two imaginary numbers is an imaginary number \n" ); document.write( "This is true unless the sum is zero. \n" ); document.write( "2i + 3i = 5i \n" ); document.write( "ai + bi = (a+b)i \n" ); document.write( "4i + (-4i) = 0 \n" ); document.write( "Always an i unless a = -b, then it's zero (0). \n" ); document.write( "------------------ \n" ); document.write( "(2) A real number is a complex number \n" ); document.write( "Any real number can be presented as a complex number. \n" ); document.write( "4 = 4 + 0i = 4 - 0i \n" ); document.write( "The definition of \"complex number\" determines where 0i is included. \n" ); document.write( "Chances are False is the answer expected, tho. \n" ); document.write( "-------------------- \n" ); document.write( "(3) A complex number is an imaginary number \n" ); document.write( "A complex number is a real part + imaginary part. Like the one above, tho, it can be 0 + 3i, or 0 - bi. \n" ); document.write( "I think False is expected. \n" ); document.write( "------------------------ \n" ); document.write( "(4) The product of two imaginary numbers is a real number \n" ); document.write( "True. ai x bi = -ab \n" ); document.write( " \n" ); document.write( " |