-4.2 degrees. What you would do is from 8-12 (midnight) is 4 hours. So it dropped -16.8 degrees in those 4 hours so -16.8 / 4 is -4.2 degrees. So it dropped -4.2 degrees every hour but it was also -4.2 degrees at 9:00 p.m.
Answer:
f(-3) = 15
Step-by-step explanation:
f(x)= 2x^2 - 3
Plug in x = -3 into the function
f(-3) = 2(-3)^2 - 3
f(-3) = 18 - 3
f(-3) = 15
Answer:
Step-by-step explanation:
Area = length * width
length: x + 3
width: x - 5
A = (x + 3)(x - 5)
Simplify (x + 3)(x - 5) using the FOIL method:
1. First numbers: multiply the first number of each binomial together--x*x = x%5E2
2. Outer numbers: multiply the outer number of each binomial (out of the entire expression, the number farthest to the left (x) and the number farthest to the right (-5))--x*-5 = -5x
3. Inner numbers: multiply the inner number of each binomial--3*x = 3x
4. Last numbers: multiply the last number of each binomial--3*-5 = -15
==> Now, add all of the results together and combine like terms: x%5E2+-+5x+%2B+3x+-+15 = x%5E2+-+2x+-+15
Therefore, A = x%5E2+-+2x+-+15
Answer: y = 4x-3
slope = 4, y intercept = -3
=================================================
m = 4 is the slope
is the point the line goes through
Using point slope form, we can say,

The equation is in slope intercept form y = mx+b
m = 4 = slope
b = -3 = y intercept
------------------------
As an alternative, you can use y = mx+b to get the same answer. We'll plug in m = 4 and (x,y) = (-2,-11) to solve for b
y = mx+b
-11 = 4(-2)+b
-11 = -8+b
-11+8 = -8+b+8
-3 = b
b = -3 we get the same y intercept value as above
------------------------
To check the answer, plug x = -2 into the equation. We should get y = -11
y = 4x-3
y = 4(-2)-3
y = -8-3
y = -11 we get the proper y value. The answer is confirmed.