Instructions
Separate the real and imaginary terms in the quaternions and add them independently. For example, adding the general quaternion (a + b(i) + c(j) + d(k)) + (A + B(i) + C(j) + D(k)), where a and A are real numbers and b, B, c, C, d and D are imaginary numbers, separates like so: (a + A) + (b + B)i + (c + C)j + (d + D)k.
Add the components within parentheses together as indicated in the newly formed expression.
Simplify the expression by multiplying the sums by their imaginary components, except for the term in the quaternion that has no imaginary component but is the sum of two real numbers.