# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-7/5 Exercises: Try Out - Set 7: Real exam simulation to sharpen your skills and build confidence. - Question 5 --- ## Exercise 5 ### Question export const metadata = { title: "Question 5", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; Given that is the -th term of a sequence. If , , and , then the value of is ... ### Choices - [ ] $$-3$$ - [x] $$-1$$ - [ ] $$0$$ - [ ] $$1$$ - [ ] $$3$$ ### Answer & Explanation export const metadata = { title: "Question 5 Explanation", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; Given the recursive formula for the sequence: We are given and . We need to find the value of . First, we find the value of by using the recursive formula and substituting to relate , , and . Substitute the values and : Next, we find the value of . Since we now have the values of and , we can use the recursive formula with to relate , , and . Substitute the values and : Thus, the value of is . ---