Answer:
x=[15:-5:-25]'
Step-by-step explanation:
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector
Answer: 1 goes to 3, 2 goes to 1, 3 goes to 2, and 4 goes to 4
Step-by-step explanation:
Answer:
yes
Step-by-step explanation:
As an example
(x₁, y₁ ) = (1,2) and (x₂, y₂ ) = (5,3), then
d =
=
=
= 
Now let (x₁, y₁ ) = (5,3) and (x₂, y₂ ) = (1,2), then
d =
=
=
= 
The first car consumed 21 gallons while the second car consumed 49 gallons. here is the how it's done.
for the first car gallons consumed is 15/50x70= 21 gallons
the second car consumed 35/50x70=49 gallons