document.write( "Question 221551: Hi agian, I have asked this question on a number of occasions but have so far only received a small amount of help. Can someone please show me how to simplify the following? I need to give answers in the form a+bi ( a, b are real numbers)
\n" );
document.write( "a) i^15
\n" );
document.write( "b) (2-i) / (5+i)
\n" );
document.write( "Thanks, -Nick. \n" );
document.write( "
Algebra.Com's Answer #166151 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a) i^15 \n" ); document.write( "i^15 = i^3 = -1*i \n" ); document.write( "= -i \n" ); document.write( "------ \n" ); document.write( "b) (2-i) / (5+i) \n" ); document.write( "-------- \n" ); document.write( "Multiply NUM and DEN by the conjugate of the DEN \n" ); document.write( "= (2-i)*(5-i)/(5+i)*(5-i) \n" ); document.write( "= (10 - 1 - 7i)/(25+1) \n" ); document.write( "= (9-7i)/26 \n" ); document.write( " \n" ); document.write( " |