How do you multiply #(2+ i ) ( 1+ 2i ) #?

2 Answers
Jul 22, 2017

#5i#

Explanation:

You perform elementary operations involving imaginary numbers the same way as you would with all real numbers.

Use the F.O.I.L. method:

#(2+i)(1+2i) = 2 + 4i + 1i + 2i^2#

Combine like terms:

#= 2 + 5i + 2i^2#

Know that #i^2 = -1# (because #sqrt(-1) = i#):

#= 2 + 5i + 2(-1)#

#= 2 + 5i - 2#

#= color(blue)(5i#

Jul 22, 2017

#5i#

Explanation:

#"expand the factors using FOIL"#

#•color(white)(x)i^2=(sqrt(-1))^2=-1#

#rArr(2+i)(1+2i)#

#=2+4i+i+2i^2=2+5i-2#

#=5i#