Explanation:
that means we need to calculate the function result with x having a specific value.
for this we replace any appearance of x in the function expression by that specific value, and then we calculate.
g(x) = -3x + 1
g(7) means x = 7, and that gives us
-3×7 + 1 = -21 + 1 = -20
so, g(7) = -20