When simplified, y=2(x+4)+5 equals y=2x+13
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:
x = 12
Step-by-step explanation:
We have a right triangle with hypotenuse 10 and the height 8. Either the one on the left or the one on the right
We can find the base using the Pythagorean theorem
a^2 + b^2 = c^2
a^2 +8^2 = 10^2
a^2 +64 = 100
Subtract 64 from each side
a^2 = 100 -64
a^2 = 36
Take the square root of each side
a = 6
Now a is 1/2 of the total base of the big triangle. It is identical since the triangles are equal
x = 2 * a
x = 2*6 = 12
There are 4320 minutes in 3 days
Answer:
B and D
Step-by-step explanation:
I think i am right