Recap what is a linear function : f(x) = ax + b , where a and b are constant coefficients with a≠0
Apply the given condtions:
f(-3) = -4 => -3a + b = -4 .... (i)
f(3) = 14 => 3a + b = 14 ..(ii)
Subtract (ii) from( i)
-6a = -18 =>a=3
From (ii) b = 14 -3a = 14 -3(3) = 5
f(x) = 3x + 5 [Ans]
Verify by plugging in the given values.