If R = (3, 5) and S=(2, 1), add R + 2S
(3 + 2*2, 5 + 2*1) = (7, 7)
Find the magnitude of v = 3i + 4j
Sqrt(3^2 + 4^2) = 5
Joe travels from (-3, 2) to (4, 5). Find the distance he traveled and the horizontal and vertical components.
Dot product: -23
Angle: 149 degrees
Distance between the vectors: 9.86