
Jake R. answered 03/14/19
Engineering Major with a love for Mathematics
Assuming that the i is a variable and not an imaginary number.
To start, we can rearrange the equation to get a better idea of what is going on. Let move all the multiplications to the front of the parenthesis.
2(1+i)+2i(1+i)+i
Following the order of operations, we will solve the multiplication first. This is done by multiplying each value inside the parenthesis with the value outside the parenthesis.
(2 + 2i) + (2i + 2i2)+ i
Notice that the parenthesis are no longer necessary, so we will get rid of them.
2 + 2i + 2i + 2i2 + i
Now all that is left is to combine like terms. We will order the terms by exponent size.
2i2 + 5i + 2