document.write( "Question 1040428: Hi there, I'm confused on the following problem and could use some help please:\r
\n" );
document.write( "\n" );
document.write( "I need to multiply and simplify (5 + 7i)^2. Am I going to multiply 5 x 5 then 7i x 7i?\r
\n" );
document.write( "\n" );
document.write( "I would really appreciate some help, thank you! \n" );
document.write( "
Algebra.Com's Answer #655232 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! You're on the right track. You're missing 2 pieces though\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(5 + 7i)^2 is the same as (5 + 7i)*(5 + 7i)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It's like saying x^2 is the same as x*x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's use FOIL to expand out (5 + 7i)*(5 + 7i)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "First terms: 5*5 = 25 \n" ); document.write( "Inner terms: 7i*5 = 35i \n" ); document.write( "Outer terms: 5*7i = 35i \n" ); document.write( "Last terms: 7i*7i = 49i^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we now add up all the terms to get \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25+35i+35i+49i^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25+70i+49i^2 ... combine like terms\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25+70i+49(-1) ... replace i^2 with -1. See note\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25+70i-49\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-24+70i ... combine like terms\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: since we have defined i = sqrt(-1), squaring both sides leads to i^2 = -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The final answer is -24+70i \n" ); document.write( " |