The average of three integers is . When a natural number is included, the average of these four integers remains an odd integer. The minimum possible value of is
The average of three integers is . When a natural number is included, the average of these four integers remains an odd integer. The minimum possible value of is
Solution
We have three integers with an average of 13. When we add a natural number n, the average of all four integers must remain an odd integer. We need to find the minimum possible value of n.
Average of 3 integers = 13
Sum of 3 integers = 13 × 3 = 39
When natural number n is included:
Sum of 4 integers = 39 + n
Average of 4 integers =
The problem states this average must be an odd integer.
For to be an odd integer, two conditions must be met:
must be divisible by 4 (so the result is an integer)
The quotient must be odd
Let's check what remainder 39 gives when divided by 4:
39 ÷ 4 = 9 remainder 3
So 39 ≡ 3 (mod 4)
For to be divisible by 4:
39 + n ≡ 0 (mod 4)
3 + n ≡ 0 (mod 4)
n ≡ 1 (mod 4)
This means n can be: 1, 5, 9, 13, 17, ...
Now we test the smallest possible values:
When n = 1: (even)
When n = 5: (odd)
With n = 5:
Sum of 4 integers = 39 + 5 = 44
Average = (which is indeed an odd integer)
Therefore, the minimum possible value of n is 5.
When dealing with averages that must satisfy specific conditions (like being odd), we always:
Set up the divisibility condition first
Then check the additional constraint (odd/even)
Test systematically from the smallest possible values
Related questions:
CAT 2018 Slot 2