How do you solve (3i)(2i)(8+2i)?

1 Answer
Jan 19, 2018

Multiply them together as if i is a variable, and then evaluate for i using i2=1 to get (3i)(2i)(8+2i)=48+12i.

Explanation:

Well, we can simply multiply them as we would with the reals, first treating i as a variable, and then evaluate for its value later on.

(3i)(2i)(8+2i)

We can start with (3i)(2i), which becomes 6i2:

=(6i2)(8+2i)

Then use the distributive property to "multiply over" the first term to the second term:

=8(6i2)+2i(6i2)

=48i2+12i3

Now we can start evaluating. Let's first "split" i3 into i2 and i:

=48i2+12i2i

We know that by definition, i2=1:

=48(1)+12(1)i

=48+12i

Ah, that's as far as we can go! Therefore,

(3i)(2i)(8+2i)=48+12i.