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:
46.3cm
Step-by-step explanation:
- perimeter is length around shape
- 25/2 multiply by 2 becoz it's got two equal sides
- 32/3 multiply by two for the other equal sides
- add answers together to give you
- 46.3cm
The answer would be -3/2
A reciprocal is the inverse of a number.
When using this in fractions just switch the numerator and denominator. This is done by dividing the fraction by one, but in the case of a negative fraction you would divide by negative 1.
Answer:
C
Step-by-step explanation:

Answer: y=1x + 1
i used the coordinates (-1,0) and (3,4) to find the slope 4/4 or 1.
plugged in M and B using the coordinates and got
4=1•3+b
4=3+b
-3 -3
1=b
y=1x+1
hope this makes sense!!