7+5a+6b is the answer because 16-9 is 7 and 8-3 is 5.
Vector a = (2, 1, 2)
Vector b = (1, 2, 4)
Vector p = (k, k, k)
Vector a to vector b = vector b - vector a = (1, 2, 4) - (2, 1, 2) = (1 - 2, 2 - 1, 4 - 2) = (-1, 1, 2)
Vector a to vector p = vector p - vector a = (k, k, k) - (2, 1, 2) = (k - 2, k - 1, k - 2)
Vector a to b is perpendicular to vector a to p if the dot product of vector a to vector b and vector a to vector p is equal to zero.
i.e. (-1, 1, 2) . (k - 2, k - 1, k - 2) = 0
-1(k - 2) + (k - 1) + 2(k - 2) = 0
-k + 2 + k - 1 + 2k - 4 = 0
2k -3 = 0
2k = 3
k = 3/2
Answer:
all work is pictured and shown
Answer:
Positive 8
Step-by-step explanation:
Since they're both negative numbers and it went from -9 to -1, you had to have added a positive number to get a lesser negative number. To put it simply, if you were to subtract 8 from 9, you'd get 1.