If your functions are
f(x) = 16·x
g(x) = 16·(1/2x)
The output values of g(x) are one-half the output values of f(x) for the same value of x.
If your functions are
f(x) = 16^x
g(x) = 16^(1/2x)
The output vaules of g(x) are the square root of the output values of f(x) for the same value of x.
_____
You seem to have left out the relevant operator symbol, so we don't really know your intent. Copy/paste operations will do that. Editing is sometimes needed.
Answer:
C. y = 600x + 2200
Step-by-step explanation:
2800-2200 = 600 = slope
2200 (y value) has the x value 0, so 2200 is the y-inercept
hope this helps :)
The line slopes downward. More specifically, as x increases, y decreases. Since x is the number of hours trained and y is the mile time, this must mean that the more Mario trains, the shorter his mile time gets.
<h3>Answer: y = (1/2)x+3</h3>
slope = 1/2, y intercept = 3
==============================================================
Work Shown:
Pick any two points you want on the line.
I'll pick the two points (0,3) which is the y intercept and also the point (2,4).
------
Find the slope of the line through (x1,y1) = (0,3) and (x2,y2) = (2,4)
m = (y2 - y1)/(x2 - x1)
m = (4 - 3)/(2 - 0)
m = 1/2 is the slope
slope = rise/run = 1/2
rise/run = 1/2 means rise = 1 and run = 2.
This means we go up 1 unit each time we move to the right 2 units.
-----
Since the slope is m = 1/2 and the y intercept is b = 3, we can say
y = mx+b
y = (1/2)x+3
this is the same as y = 0.5x+3 since 1/2 = 0.5