document.write( "Question 915278: find the multiplicative inverse of 3 - 2i \n" ); document.write( "
Algebra.Com's Answer #555509 by shiva_agarwal(2) You can put this solution on YOUR website! let the multiplicative inverse be x so that \n" ); document.write( "3-2i * x=1 (1 is identity element for multiplication) \n" ); document.write( "so that x=1/3-2i \n" ); document.write( "now multiply numerator and denominator by 3+2i to rationalize your fraction so that you get \n" ); document.write( "3+2i/3^2-(2i)^2 \n" ); document.write( "=3+2i/9+4 (since i^2=-1 so -2i^2=+4) \n" ); document.write( "=3+2i/13 \n" ); document.write( " |