# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-6/6
Exercises: Try Out - Set 6: Real exam simulation to sharpen your skills and build confidence. - Question 6
---
## Exercise 6
### Question
export const metadata = {
title: "Question 6",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Given functions and . The value of is ....
### Choices
- [ ] $$1$$
- [x] $$2$$
- [ ] $$3$$
- [ ] $$4$$
- [ ] $$5$$
### Answer & Explanation
export const metadata = {
title: "Solution for Question 6",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We are given the function and the composite function . We are asked to find the value of .
The definition of a composite function is . Let . We rearrange this equation to express in terms of :
Substitute into the equation :
Thus, we have .
Then the value of is:
So, the value of is .
---