document.write( "Question 252737: 9) the expression i to the 25 power is eqivalen to?
\n" );
document.write( "a) -i
\n" );
document.write( "b)1
\n" );
document.write( "c)i
\n" );
document.write( "d)-1\r
\n" );
document.write( "\n" );
document.write( "10) What does the expression i to 100th power + i to the 101 power + i to the 102 power equal?
\n" );
document.write( "a) 1
\n" );
document.write( "b)i
\n" );
document.write( "c)-i
\n" );
document.write( "d)-1\r
\n" );
document.write( "\n" );
document.write( "11) What is the sum of 5-3i and the conjugate of 3+2i?
\n" );
document.write( "12) The expression 3i(2isquared-5i) is eqivalent to?
\n" );
document.write( "a)15-5i
\n" );
document.write( "b)-15-5i
\n" );
document.write( "c)8+5i
\n" );
document.write( "d)2-5i\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #184803 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 9) the expression i to the 25 power is eqivalen to? \n" ); document.write( "a) -i \n" ); document.write( "b)1 \n" ); document.write( "c)i \n" ); document.write( "d)-1 \n" ); document.write( "The powers of i are cyclic mod 4, meaning there are 4 possibilities. \n" ); document.write( "exp...value \n" ); document.write( "1....i \n" ); document.write( "2....-1 \n" ); document.write( "3....-i \n" ); document.write( "4....+1 \n" ); document.write( "Then it repeats. For the 25th power, divide 25 by 4 and get the remainder. That's 25 mod 4, or in Excel, mod(25,4) and the remainder is 1. \n" ); document.write( "i^1 = i \n" ); document.write( "-------- \n" ); document.write( "10) What does the expression i to 100th power + i to the 101 power + i to the 102 power equal? \n" ); document.write( "a) 1 \n" ); document.write( "b)i \n" ); document.write( "c)-i \n" ); document.write( "d)-1 \n" ); document.write( "i^100 = 1 \n" ); document.write( "1^101 = i \n" ); document.write( "i^102 = -1 \n" ); document.write( "---------- Add \n" ); document.write( "= i \n" ); document.write( "--- \n" ); document.write( "11) What is the sum of 5-3i and the conjugate of 3+2i? \n" ); document.write( "The conjugate of 3+2i is 3-2i \n" ); document.write( "5-3i \n" ); document.write( "3-2i \n" ); document.write( "----- Add \n" ); document.write( "8-5i \n" ); document.write( "-------------- \n" ); document.write( "12) The expression 3i(2isquared-5i) is eqivalent to? \n" ); document.write( "a)15-5i \n" ); document.write( "b)-15-5i \n" ); document.write( "c)8+5i \n" ); document.write( "d)2-5i \n" ); document.write( "3i*(2i^2 - 5i) \n" ); document.write( "= 3i*(-2 - 5i) \n" ); document.write( "= -6i - 15i^2 \n" ); document.write( "= -6i - 15*(-1) \n" ); document.write( "= 15 - 6i \n" ); document.write( " \n" ); document.write( " |