# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-10/1
Exercises: Try Out - Set 10: Real exam simulation to sharpen your skills and build confidence. - Question 1
---
## Exercise 1
### Question
export const metadata = {
title: "Question 1",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
import { Graph } from "../graph";
Observe the image above. The correct letter to replace the question mark (?) in the second triangle is...
### Choices
- [ ] $$V$$
- [ ] $$W$$
- [ ] $$X$$
- [x] $$Y$$
- [ ] $$Z$$
### Answer & Explanation
export const metadata = {
title: "Solution for Question 1",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
import { Graph } from "../graph";
Define the letters according to their alphabetical order:
-
-
-
- ...
-
Thus, we can convert the letters in the triangles into numbers:
Observe that the first triangle follows a pattern:
The number corresponds to the letter (the th letter).
Using the same pattern, the number in the second triangle is:
The calculated result for the second triangle is .>} />
Substitute the number back to the letter sequence. The th letter is .
Number is converted back to letter .>} />
Therefore, the answer is .
---