document.write( "Question 582408: How do I solve problems like 10+5i/10-5i? I thought I just needed to multiply the top by the bottom, but I keep coming up with the worng answer. \n" ); document.write( "
Algebra.Com's Answer #372040 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do I solve problems like 10+5i/10-5i? \n" ); document.write( "--------- \n" ); document.write( "You don't solve it, there's no variable to solve for. \n" ); document.write( "You can rationalize it, get the i out of the denominator. \n" ); document.write( "-------- \n" ); document.write( "10+5i/10-5i \n" ); document.write( "Reduce first \n" ); document.write( "= (2+i)/(2-i) \n" ); document.write( "Multiply NUM and DEN by the conjugate of the DEN, 2+i \n" ); document.write( "= (2+i)*(2+i)/(2-i)*(2+i) \n" ); document.write( "= (4 + 4i + i^2)/(4 - i^2) \n" ); document.write( "= (4 + 4i - 1)/(4 + 1) \n" ); document.write( "= (3 + 4i)/5 \n" ); document.write( "or 0.6 + 0.8i \n" ); document.write( " \n" ); document.write( " |