Question 1025728: Find a formula for the linear function g(x) where g(5)=75 and g(30)=25 Found 2 solutions by Theo, stanbon:Answer by Theo(13342) (Show Source):
You can put this solution on YOUR website! Find a formula for the linear function g(x) where g(5)=75 and g(30)=25
--------
You have two points:: (5,75) and (30,25)
-----
slope = m = (25-75)/(30-5) = -50/25 = -2
-----
Form: y = mx + b
Solve for "b"::
75 = -2*5 + b
b = 85
------
Ans: y = 2x+85
-------
Cheers,
Stan H.
-----------