your average mean score would be <u>C. 85</u>
6.25/30.5= 0.2049180327868852 = 0.2 Miles per minute
Answer:
The nth Term of this number is -3n+7
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