document.write( "Question 1004372: in complex plane, what is the distance of two complex numbers Z1=-i and Z2=2? \n" ); document.write( "
Algebra.Com's Answer #620868 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! It is their Pythagorean distance... \n" ); document.write( "c^2 = a^2 + b^2 \n" ); document.write( "c^2 = (-1)^2 + 2^2 \n" ); document.write( "c^2 = 5 \n" ); document.write( " |