CAT 2020 Slot 1 QA Question & Solution
Question
Let A, B and C be three positive integers such that the sum of A and the mean of B and C is 5. In addition, the sum of B and the mean of A and C is 7. Then the sum of A and B is
Options
Solution
Given:
$A + \frac{B + C}{2} = 5$
$\Rightarrow 2A + B + C = 10 \quad \text{(i)}$
$ \frac{A + C}{2} + B = 7 $
$\Rightarrow A + 2B + C = 14 \quad \text{(ii)}$
Step 1: Subtract equation (ii) from equation (i):
$$ (2A + B + C) - (A + 2B + C) = 10 - 14 $$
$$ B - A = 4 \quad \Rightarrow \quad B = A + 4 $$
Step 2: Check the values of $A$, $B$, and $C$:
Given that $A$, $B$, and $C$ are positive integers:
- If $A = 1$, then $B = 5$, and from equation (i):
$$ 2A + B + C = 10 \quad \Rightarrow \quad 2(1) + 5 + C = 10 \quad \Rightarrow \quad C = 3 $$
Thus, $A = 1$, $B = 5$, and $C = 3$ is a valid solution.
- If $A = 2$, then $B = 6$, and from equation (i):
$$ 2A + B + C = 10 \quad \Rightarrow \quad 2(2) + 6 + C = 10 \quad \Rightarrow \quad C = 0 $$
But this is invalid since $C$ must be positive.
- If $A > 2$, then $C$ would be negative, which is also invalid.
Conclusion:
Thus, the valid solution is $A = 1$, $B = 5$, and $C = 3$, and therefore:
$$ A + B = 6 $$
Final Answer: $6$
