Question

Difficulty: MediumFunction Evaluation, Composition, and Properties

Let the function hh be defined by h(x)=3x5h(x) = 3x - 5, and let the function gg be defined by g(x)=x2+cg(x) = x^2 + c for some constant cc. If h(g(2))=10h(g(2)) = 10, what is the value of cc?

Answer: 1

Answer

The value of the constant cc is 11.
The correct answer is 11. Evaluating the inner function g(2)g(2) gives 22+c=4+c2^2 + c = 4 + c. Applying the outer function h(x)h(x) to this expression gives h(4+c)=3(4+c)5h(4 + c) = 3(4 + c) - 5. Simplifying this expression results in 12+3c5=7+3c12 + 3c - 5 = 7 + 3c. We are given that this value equals 1010, so 7+3c=107 + 3c = 10. Subtracting 7 from both sides gives 3c=33c = 3, which yields c=1c = 1.

Step-by-Step Solution

1
Evaluate g(2)g(2) in terms of cc
g(2)=4+cg(2) = 4 + c
We substitute x=2x = 2 into the definition g(x)=x2+cg(x) = x^2 + c to get 22+c=4+c2^2 + c = 4 + c.
2
Substitute g(2)g(2) into the definition of h(x)h(x) to express h(g(2))h(g(2))
h(g(2))=3(4+c)5h(g(2)) = 3(4 + c) - 5
Since the composition is h(g(2))h(g(2)), we evaluate the function hh at the input value g(2)=4+cg(2) = 4 + c.
3
Set h(g(2))=10h(g(2)) = 10 and solve the linear equation for cc
c=1c = 1
Expanding and simplifying the equation 3(4+c)5=103(4 + c) - 5 = 10 gives 12+3c5=1012 + 3c - 5 = 10, which reduces to 7+3c=107 + 3c = 10. Subtracting 7 gives 3c=33c = 3, so c=1c = 1.

Key Concept

Function Composition and Parameter Evaluation
Estimated Time:1m 15s
Rate this question