Question

Difficulty: Very hardFunction Evaluation, Composition, and Properties

Consider the functions f(x)=x+3x1f(x) = \frac{x+3}{x-1}, where x1x \neq 1, and g(x)=x2x4g(x) = x^2 - x - 4. If xx is an integer such that the composite function evaluation g(f(g(x)))=16g(f(g(x))) = 16, what is the product of all such integer values of xx?

Answer: -6

Answer

The product of all integer values of xx that satisfy the equation is 6-6.
Solving the nested composite equation g(f(g(x)))=16g(f(g(x))) = 16 systematically yields the integer solutions x=3x = 3 and x=2x = -2. The product of these values is 6-6.

Step-by-Step Solution

1
Set u=f(g(x))u = f(g(x)) and solve the outer quadratic equation g(u)=16g(u) = 16.
u=5u = 5 or u=4u = -4
This simplifies the nested composition into a single-variable quadratic equation.
2
Set v=g(x)v = g(x) and solve the rational equations f(v)=5f(v) = 5 and f(v)=4f(v) = -4.
v=2v = 2 or v=0.2v = 0.2
This determines the required outputs of the function g(x)g(x) that will satisfy the composite equation.
3
Solve the quadratic equations g(x)=2g(x) = 2 and g(x)=0.2g(x) = 0.2 for xx.
x=3x = 3, x=2x = -2, or x=5±44510x = \frac{5 \pm \sqrt{445}}{10}
This finds all real values of xx that satisfy the composite equation.
4
Identify the integer values from the solution set and compute their product.
3×(2)=63 \times (-2) = -6
The question specifically requests the product of the integer values of xx.

Key Concept

Function composition and multi-step equation solving
Rate this question