Inactive Tutor answered 05/15/16
Tutor
New to Wyzant
To get the dot product of the two vectors
multiply the "i" coefficients and add that to
multiplying the "j" coefficients:
6 * 4 + (-1) * 2 = 24 + -2 = 22
Be careful of the "-" sign: it gets stuck to the number that
follows it, so the first vector has "-1" for its j component.