Question 465702
No variable is specified, so x is as good as any.
------------
Add --> x+8
Times 2 --> 2(x+8)= 2x+16
g(x) = 2x + 16
--------------
Replace the x with whatever is spec'ed
g(2) = 2*2 + 16 = 20
g(9) = 2*9 + 16 = 34
g(-7) = 2*(-7) + 16 = 2
g(3/2) = 2*3/2 + 16 = 19
g(t) = 2t + 16