Bunuel
The mean of three numbers is 10 more than the least of the numbers and 15 less than the greatest. The median of the three numbers is 5. What is their sum?
(A) 5
(B) 20
(C) 25
(D) 30
(E) 36
Let x, y and z be the 3 numbers such that x ≤ y ≤ zThe median of the three numbers is 5.So,
y = 5The mean of three numbers is 10 more than the least of the numbersWe can write: (x + 5 + z)/3 = x + 10
Multiply both sides by 3 to get: x + 5 + z = 3x + 30
Subtract 5 from both sides to get: x + z = 3x + 25
Subtract x from both sides to get:
z = 2x + 25The mean of three numbers is 15 less than the greatest.We can write: (x + 5 + z)/3 = z - 15
Multiply both sides by 3 to get: x + 5 + z = 3z - 45
Subtract 5 from both sides to get: x + z = 3z - 50
Subtract z from both sides to get:
x = 2z - 50What is the value of x + y + z?We get: x + y + z = (
2z - 50) +
5 +
2x + 25Simplify to get: x + y + z = 2z + 2x - 20
Subtract y and z from both sides to get: y = z + x - 20
Since y = 5, we get: 5 = z + x - 20
Add 20 to both sides: 25 = z + x
Since y = 5, we get: 30 = x + y + z
Answer: D
Cheers,
Brent
RELATED VIDEO