The relation ship is:
Cost per mile = Total cost / miles
P = C / m
Answer:
80 cents
Step-by-step explanation:
divide the price by 5
4/5=.8
Diameter be d
Radius be r
- πr²=6767
- r²=6767/π
- r²=2155
- r=46.4cm
Diameter=2r=46.4(2)=92.8cm
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