# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-5/5
Exercises: Try Out - Set 5: Real exam simulation to sharpen your skills and build confidence. - Problem 5
---
## Exercise 5
### Question
export const metadata = {
title: "Problem 5",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
If and , then is ...
### Choices
- [x] $$2x^2 + 8x - 11$$
- [ ] $$2x^2 + 8x - 6$$
- [ ] $$2x^2 + 8x - 9$$
- [ ] $$2x^2 + 4x - 6$$
- [ ] $$2x^2 + 4x - 9$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 5",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We want to find the composite function .
#### Understanding Function Composition
The composite function is defined as:
This means we will substitute the entire function into the variable in the function .
#### Function Substitution
Given:
-
-
We substitute into :
Since , we replace every in with :
#### Simplifying the Result
Now we distribute the multiplication and simplify:
#### Conclusion
Thus, the composite function is .
---