Question 693570
x 
-2    12
1     9
4     6
==============
The x's increase by 3
The f(x) values decrease by 3
----------
--> f(x) = -x + k
Use any point to find k
9 = -1 + k
k = 10
===============
f(x) = -x + 10