Answer:
f(5) = 17
Step-by-step explanation:
You just plug in 5 for x:
f(5) = 3(5) + 2
f(5) = 15 +2
f(5) = 17
Hope this helps!
The y-intercept of the trend line is (0,28). The slope of this line is
28-0
m = --------- = 2
14-0
Thus, the equation of the trend line, in variables K and J, is
K = 2J + 28
Answer:
the graph of w passe through point (8,-6)
Step-by-step explanation:
When you draw a line through points (-5, 7) and (3, -1) points (8,-6) also meets the line segment at the very bottom.
Answer:
The answer is $88
Step-by-step explanation:
The Math.random () function returns a floating-point, pseudo-random number in the range 0–1 (inclusive of 0, but not 1) with approximately uniform distribution over that range — which you can then scale to your desired range.