They both run diagonally (compare)...
the <span>y = 5x+9 is moved 6 points to the left
</span>
hope it works
The opposite of a equation. Such as addition will be subtraction
Answer:
Hi there! The correct option is the third one, aka $176050.
Step-by-step explanation:
median is the value in middle
low from high:
168800
172200
174500
177600
183700
191400
174500 and 177600 is the middle.
174500 + 177600 = 352100
352100/2 = 176050
Using Pythagorean theorem, we can justify our answer.
if c^2 = a^2 + b^2 then triangle is right one,
if c^2 > a^2 + b^2 then triangle is obtuse and
if c^2 < a^2 + b^2 then triangle is acute triangle.
Here a=8, b=11 and c=16
Put these values in the equation
16^2 = 8 ^2 + 11^2
256 = 64 +121
256> 185
So here c^2 > a^2 + b^2 Which means triangle is obtuse triangle.
Answer: Obtuse Triangle
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