How do you simplify (6+4i)-(-5+i)?

1 Answer
Dec 25, 2015

To add/subtract just collect the like terms and add/subtract. Please go through the explanation.

Explanation:

Adding or subtracting Complex Numbers

Example 1: Add a+ib and c+id

a+ib+c+id = a+c+ib+id
= (a+c)+i(b+d)

When we add complex numbers we add the real parts together and imaginary part together.

Example 2: (a+ib) - (c+id)

(a+ib)-(c+id)
= a+ib -c-id distribute the negative
= a-c +ib -id
=(a-c) + i(b-d)

When we subtract the complex numbers, find the difference of real and difference of imaginary part

Now let us come to our problem

(6+4i) - (-5+i)
=6+4i +5-i
=6+5+4i-i
=11+3i Answer .