# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-7/19
Exercises: Try Out - Set 7: Real exam simulation to sharpen your skills and build confidence. - Problem 19
---
## Exercise 19
### Question
export const metadata = {
title: "Problem 19",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/26/2025",
};
Given is the n-th term of a sequence of numbers. If , , and , then the value of is
### Choices
- [x] $$-2$$
- [ ] $$-1$$
- [ ] $$0$$
- [ ] $$1$$
- [ ] $$2$$
### Answer & Explanation
export const metadata = {
title: "Explanation for Problem 19",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/26/2025",
};
We are given a recursive formula for a sequence of numbers:
We also know that and . We are asked to find the value of .
#### Determining the Value of the Fourth Term
To find , we can use the given equation by substituting :
Next, we substitute the values and into the equation:
#### Calculating the Sum
Now that we have found , we can calculate :
So, the value of is .
---