You can put this solution on YOUR website! Take a look at the table below and compute an equation for f(x).
X:: -3 -2 1 2 3
f(X) 0 3 12 18 21
----
A scatter-plot indicates it is almost linear with r = 0.9945
--
I ran a Linear Regression on the data and got the following:
y = 3.51x+10.1
=================
Cheers,
Stan H.