# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-6/15
Exercises: Try Out - Set 6: Real exam simulation to sharpen your skills and build confidence. - Problem 15
---
## Exercise 15
### Question
export const metadata = {
title: "Problem 15",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
The average of three numbers is . If one of the numbers is replaced by the number , the average of the three numbers decreases by .
| | |
| :---: | :---: |
| The number being replaced | |
### Choices
- [ ] $$P > Q$$
- [x] $$P < Q$$
- [ ] $$P = Q$$
- [ ] $$P = 2Q$$
- [ ] Cannot determine the relationship between P and Q
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 15",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We will find the value of the replaced number (quantity ) first.
#### Analyzing Quantity P
Let the three numbers be and .
The initial average is given as :
Suppose the number is replaced by the number .
The new average decreases by from the initial average, so the new average becomes .
We substitute the value into the initial equation to find the value of :
Thus, the replaced number is .
So, .
#### Comparing P and Q
Given .
It is clear that .
Thus, .
---