Bunuel
If a, b, c are distinct positive integers less than 25, what is the maximum possible value of \(|a – b| + |b – c| – |c – a|\)?
A. 46
B. 44
C. 42
D. 23
E. 21
Since a, b and c are distinct, we can have 6 possible orders: 1) a > b > c, 2) a > c > b, 3) b > a > c, 4) b > c > a, 5) c > a > b and 6) c > b > a.
Let’s examine each case.
1) If a > b > c, the given expression can be simplified as: a - b + b - c + c - a = 0.
2) If a > c > b, the given expression can be simplified as: a - b + c - b + c - a = 2c - 2b.
3) If b > a > c, the given expression can be simplified as: b - a + b - c + c - a = 2b - 2a.
4) If b > c > a, the given expression can be simplified as: b - a + b - c - (c - a) = 2b - 2c.
5) If c > a > b, the given expression can be simplified as: a - b + c - b - (c - a) = 2a - 2b.
6) If c > b > a, the given expression can be simplified as: b - a + c - b - (c - a) = 0.
Except for the first and last cases, we see that the other four will yield a nonzero value. Let’s examine them, keeping in mind that we want to determine the maximum value of the expression.
2) We can let a = 24, c = 23 and b = 1. So 2c - 2b = 46 - 2 = 44.
3) We can let b = 24, a = 2 and c = 1. So 2b - 2a = 48 - 4 = 44.
4) We can let b = 24, c = 2 and a = 1. So 2b - 2c = 48 - 4 = 44.
5) We can let c = 24, a = 23 and b = 1. So 2a - 2b = 46 - 2 = 44.
We see all the of the 4 nonzero cases yield a maximum value of 44.
Answer: B