Question:

If $a, b, c$ and $d$ are integers such that their sum is $46$, then the minimum possible value of $(a - b)^2 + (a - c)^2 + (a - d)^2$ is:

Show Hint

For minimizing sums of squares with a fixed sum constraint, keep the numbers as close together as possible. Here, that meant taking $a,b,c,d$ near the average $\frac{46}{4}=11.5$, and distributing small integer deviations evenly.
Updated On: Jan 5, 2026
Hide Solution
collegedunia
Verified By Collegedunia

Correct Answer: 2

Approach Solution - 1

Given integers \(a, b, c,\) and \(d\) with their sum \(a + b + c + d = 46\), we are to find the minimum of \((a-b)^2 + (a-c)^2 + (a-d)^2\).
To minimize \((a-b)^2 + (a-c)^2 + (a-d)^2\), \(a\) should be the average of \(b, c,\) and \(d\), because a single value close to all three minimizes the squared differences.
Assuming \(a = b = c = d\) gives \(4a = 46\), which is not possible as \(a\) is an integer. So, distribute the remainder to minimize the differences:
Let \(a = 12, b = 12, c = 11, d = 11\). Check if this maintains the sum:
\(12 + 12 + 11 + 11 = 46\) (valid).
\((a-b)^2 + (a-c)^2 + (a-d)^2 = (12-12)^2 + (12-11)^2 + (12-11)^2 = 0 + 1 + 1 = 2\).
Thus, the minimum value is \(2\), fitting the given range [2,2].

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

We want to minimize \[ S = (a - b)^2 + (a - c)^2 + (a - d)^2 \] subject to \[ a + b + c + d = 46, \] where $a, b, c, d$ are integers.
Step 1: Rewrite in terms of deviations from $a$. Let \[ b = a - \delta_1,\quad c = a - \delta_2,\quad d = a - \delta_3, \] where $\delta_1, \delta_2, \delta_3$ are integers. Then \[ S = \delta_1^2 + \delta_2^2 + \delta_3^2. \] Substitute into the sum constraint: \[ a + (a - \delta_1) + (a - \delta_2) + (a - \delta_3) = 46 \] \[ 4a - (\delta_1 + \delta_2 + \delta_3) = 46 \] \[ \delta_1 + \delta_2 + \delta_3 = 4a - 46. \] 
Step 2: Choose $a$ to keep the deviations small. To make $S = \delta_1^2 + \delta_2^2 + \delta_3^2$ as small as possible, we want the sum \[ \delta_1 + \delta_2 + \delta_3 = 4a - 46 \] to be as close to $0$ as possible, because spreading a small total among three integers gives smaller squares. The mean of $a,b,c,d$ is \[ \frac{46}{4} = 11.5, \] so $a$ should be near $11$ or $12$.
Case 1: $a = 11$. Then \[ \delta_1 + \delta_2 + \delta_3 = 4(11) - 46 = 44 - 46 = -2. \] To minimize $\delta_1^2 + \delta_2^2 + \delta_3^2$ with sum $-2$, choose values as evenly as possible, e.g. \[ (\delta_1, \delta_2, \delta_3) = (0, -1, -1). \] Then \[ S = 0^2 + (-1)^2 + (-1)^2 = 0 + 1 + 1 = 2. \] Corresponding integers: \[ a = 11,\quad b = 11,\quad c = 12,\quad d = 12 \] (sum $=11+11+12+12=46$, valid). 
Case 2: $a = 12$. Then \[ \delta_1 + \delta_2 + \delta_3 = 4(12) - 46 = 48 - 46 = 2. \] Even distribution: \[ (\delta_1, \delta_2, \delta_3) = (1, 1, 0). \] Then \[ S = 1^2 + 1^2 + 0^2 = 1 + 1 + 0 = 2. \] Corresponding integers: \[ a = 12,\quad b = 11,\quad c = 11,\quad d = 12 \] (sum $=12+11+11+12=46$, valid). 
Step 3: Check that we cannot do better. If $a$ is further from $11.5$, e.g.\ $a=10$ or $a=13$: - For $a = 10$: $\delta_1 + \delta_2 + \delta_3 = 4(10) - 46 = -6$. Best balance is roughly $(-2,-2,-2)$ giving \[ S \approx 2^2 + 2^2 + 2^2 = 12>2. \] - For $a = 13$: $\delta_1 + \delta_2 + \delta_3 = 4(13) - 46 = 6$. Best balance is roughly $(2,2,2)$ giving \[ S \approx 2^2 + 2^2 + 2^2 = 12>2. \] Thus $S$ cannot be smaller than $2$, and we have explicit integer examples achieving $S = 2$. Therefore, the minimum possible value of \[ (a - b)^2 + (a - c)^2 + (a - d)^2 \] is \[ \boxed{2}. \]

Was this answer helpful?
0
0

Questions Asked in CAT exam

View More Questions