186k views
2 votes
Given f(x) = x − 7 and g(x) = x2 .

Find g(f(4)).

g(f(4)) =
]

2 Answers

1 vote

Answer:

9

Explanation:

for f(x) = x - 7, f(4) = 4 - 7 = -3

for g(f(4)) = x^2, since f(4) = -3

g(-3) = (-3)^2 = 9

User Binary Alchemist
by
4.8k points
2 votes

9514 1404 393

Answer:

g(f(4)) = 9

Explanation:

Put the argument value where the variable is and do the arithmetic.

g(f(4)) = g(4 -7) = g(-3) = (-3)^2

g(f(4)) = 9

User JSherz
by
5.8k points