22,189 - 16,789 = 5400....so she drove/rode 5400 miles in 15 days
5400/15 = 360 miles per day <==
Answer:
Isolate the variable by dividing each side by factors that don't contain the variable.
x= 40
Answer:
b. (10,10,0)
Step-by-step explanation:
r+v can be evaluated if the vectors/matrices have the same dimensions.
These do. They are both 1 by 3 vectors.
Just add first to first in each.
Just add second to second in each.
Just add third to third in each.
Example:
(5,-5,6)+(1,2,3)
=(5+1,-5+2,6+3)
=(6,-3,9)
Done!
In general, (a,b,c)+(r,s,t)=(a+r,b+s,c+t).
r+v
=(7,3,9)+(3,7,-9)
=(7+3,3+7,9+-9)
=(10,10,0)
Done!