# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-9/6
Exercises: Try Out - Set 9: Real exam simulation to sharpen your skills and build confidence. - Problem 6
---
## Exercise 6
### Question
export const metadata = {
title: "Problem 6",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/26/2025",
};
If and , then is between the values...
### Choices
- [ ] $$0$$ and $$2$$
- [ ] $$1$$ and $$2$$
- [x] $$-1$$ and $$0$$
- [ ] $$-2$$ and $$2$$
- [ ] $$-2$$ and $$1$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 6",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/26/2025",
};
Given . We want to find the range of values for .
Since , the difference must be negative ().
Let's analyze the limits of :
1. **Maximum value of **
The value of will be maximum (closest to ) when the difference between and is as small as possible.
Since and are in the interval and , their difference can be arbitrarily close to but never reaches (because ).
Thus, the upper bound of is .
2. **Minimum value of **
The value of will be minimum (most negative) when is as small as possible and is as large as possible.
- approaches (lower bound).
- approaches (upper bound).
Therefore:
Thus, the lower bound of is .
**Conclusion**
The value of is between and .
In mathematical notation: .
Therefore, is between the values and .
---