Question 1036485
 find linear function f given f(2)=3 and f(6)=4
-----
You have two points:: (2,3) and (6,4)
----
Form:: y = mx + b
slope = m = (4-3)/(6-2) = 1/4
-------
Solve for "b" using (2,3) and m = 1/4
3 = (1/4)2 + b
3 = (1/2) + b
b = 5/2
-----
Equation:
y = (1/2)x + (5/2)
-------------
Cheers,
Stan H.
-----------