# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-5/19
Exercises: Try Out - Set 5: Real exam simulation to sharpen your skills and build confidence. - Question 19
---
## Exercise 19
### Question
export const metadata = {
title: "Question 19",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Given , , and , then the value of
### Choices
- [ ] $$4$$
- [ ] $$3$$
- [ ] $$0$$
- [ ] $$-3$$
- [x] $$-4$$
### Answer & Explanation
export const metadata = {
title: "Answer to Question 19",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We are given the functions and . We need to find the value of from the composite function .
First, let's determine the composite function :
Expand the squared term and the product:
Combine like terms:
From the form , we obtain:
So the value of is:
Thus, the value of .
---