# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-6/20
Exercises: Try Out - Set 6: Real exam simulation to sharpen your skills and build confidence. - Problem 20
---
## Exercise 20
### Question
export const metadata = {
title: "Problem 20",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
If and , then ...
### Choices
- [ ] $$-9x^2 + 30x + 30$$
- [x] $$-9x^2 + 30x - 20$$
- [ ] $$-9x^2 - 30x - 20$$
- [ ] $$-9x^2 + 30$$
- [ ] $$-9x^2 - 20$$
### Answer & Explanation
export const metadata = {
title: "Problem 20 Solution",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Given the functions:
We are asked to find the composition function .
By definition, . This means we substitute the entire function into the variable in function .
Next, expand the squared fraction:
Notice that the in the numerator and denominator cancel out:
Distribute the negative sign:
Thus, .
---