document.write( "Question 401565: solving the problem
\n" );
document.write( "finding the power of a complex number
\n" );
document.write( "z=(3+i)^3
\n" );
document.write( "I know the answer, i need to see the steps worked out, please \n" );
document.write( "
Algebra.Com's Answer #284173 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! finding the power of a complex number \n" ); document.write( "z = (3+i)^3 \n" ); document.write( "that's: (3+i)(3+i)(3+i) \n" ); document.write( "FOIL \n" ); document.write( "(3+i)(3+i) \n" ); document.write( "9 + 3i + 3i + i^2; (i^2 is -1) \n" ); document.write( "9 + 6i - 1 \n" ); document.write( "8 + 6i; this is the result of (3+i)^2 \n" ); document.write( ": \n" ); document.write( "Now FOIL to get (3+i)^3 \n" ); document.write( "(8+6i)(3+i) \n" ); document.write( "24 + 8i + 18i + 6(i^2) \n" ); document.write( "24 + 26i + 6(-1) \n" ); document.write( "24 + 26i - 6 \n" ); document.write( "z = 18 + 26i; is the answer \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Was this step-by-step enough for you? \n" ); document.write( " |