# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-8/3
Exercises: Try Out - Set 8: Real exam simulation to sharpen your skills and build confidence. - Problem 3
---
## Exercise 3
### Question
export const metadata = {
title: "Problem 3",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
If is of and is of , then...
### Choices
- [ ] $$A = B$$
- [ ] $$A = 2B$$
- [x] $$A > B$$
- [ ] $$A < B$$
- [ ] $$A = \frac{1}{2}B$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 3",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Note that:
Then the value of is:
And the value of is:
Thus, .
---