document.write( "Question 281212: How do I write 6i divided by 1-2i as a complex number in standard form?
\n" );
document.write( "
\n" );
document.write( "6i/1-2i \n" );
document.write( "
Algebra.Com's Answer #208623 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do I write 6i divided by 1-2i as a complex number in standard form? \n" ); document.write( "-------------- \n" ); document.write( "Get the i term out of the denominator. \n" ); document.write( "Multiply NUM and DEN by the conjugate of the DEN 1+2i \n" ); document.write( "---------- \n" ); document.write( "6i/1-2i = 6i*(1+2i)/(1-2i)*(1+2i) \n" ); document.write( "= (6i-12)/(1+4) \n" ); document.write( "= (-12+6i)/5 \n" ); document.write( " \n" ); document.write( " |