# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-5/4
Exercises: Try Out - Set 5: Real exam simulation to sharpen your skills and build confidence. - Problem 4
---
## Exercise 4
### Question
export const metadata = {
title: "Problem 4",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
For .
Which of the following relationships is correct between quantities and based on the information provided?
| | |
| :---: | :---: |
| | |
### Choices
- [ ] $$P > Q$$
- [x] $$P < Q$$
- [ ] $$P = Q$$
- [ ] $$P + Q = 1$$
- [ ] The information provided is not sufficient to decide one of the options.
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 4",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We will simplify the forms of and first to compare their values.
#### Simplifying P Value
Given .
Recall the difference of squares . We can view as .
#### Simplifying Q Value
Given .
We expand it using binomial expansion:
#### Comparing P and Q
We find the difference between and :
Given the condition .
Since is positive (), then:
-
-
Thus, their sum must be positive:
Or it can be written as .
#### Conclusion
Thus, the correct relationship is .
---