I think you have to list all of the temperatures in order from least to greatest during the first week (-31, -29, -9, -8, 3, 4, 6) in which case the median would be -8.
I hope this helps you and if you know the answer is wrong please let me know in the comments and I will take another look at the question to see if I can figure out the correct answer.
Answer:
Find the negative reciprocal of the gradient, so 3 / 5 will switch its denominator with its numerator, and it will have the opposite sign.
So 3/5 will be - 5/3
Answer:
y = - 5 / 3x + 2
The highlighted part of the triangle is an angle. It is on the inside of the triangle and formed by two sides coming together.
Hope this helps! :)
Answer:y=-4/3x+2
Step-by-step explanation:
You first figure out the slope by counting the rise and run which is -4/3 in this case and then you look at where it intercepts the y-axis and add it to the end of the equation.
Answer:
f(n) = -n^2 -3n +5
Step-by-step explanation:
Suppose the formula is ...
f(n) = an^2 +bn +c
Then we have ...
f(1) = 1 = a(1^2) +b(1) +c
f(2) = -5 = a(2^2) +b(2) +c
f(3) = -13 = a(3^2) +b(3) +c
__
Here's a way to solve these equations.
Subtract the first equation from the second:
-6 = 3a +b . . . . . 4th equation
Subtract the second equation from the third:
-8 = 5a +b . . . . . 5th equation
Subtract the fourth equation from the fifth:
-2 = 2a
a = -1
Then substituting into the 4th equation to find b, we have ...
-6 = 3(-1) +b
-3 = b
and ...
1 = -1 +(-3) +c . . . . . substituting "a" and "b" into the first equation
5 = c
The formula is ...
f(n) = -n^2 -3n +5