Maths Olympiad Prep

Track / Stage 6 / 366 of 400 #1366 of 1964

Problem 1366

National olympiad, first round
Algebra Difficulty 6.8 Find the answer

From a set of consecutive natural numbers one number is excluded so that the aritmetic mean of the remaining numbers is 50.55 50.55. Find the initial set of numbers and the excluded number.

The source for this one didn't record the answer, so there is nothing to check what you type against. Work it on paper and mark yourself against the solution below.

Official solution

1. Let the initial set of consecutive natural numbers be {a,a+1,a+2,,b} \{a, a+1, a+2, \ldots, b\} . The number of terms in this set is n=ba+1 n = b - a + 1 .
2. The arithmetic mean of the initial set is given by:
Mean=a+(a+1)+(a+2)++bn=k=abkn \text{Mean} = \frac{a + (a+1) + (a+2) + \cdots + b}{n} = \frac{\sum_{k=a}^{b} k}{n}
3. The sum of the first n n natural numbers starting from a a to b b is:
k=abk=n2(a+b) \sum_{k=a}^{b} k = \frac{n}{2} (a + b)
4. Therefore, the arithmetic mean of the initial set is:
Mean=n2(a+b)n=a+b2 \text{Mean} = \frac{\frac{n}{2} (a + b)}{n} = \frac{a + b}{2}
5. Given that the arithmetic mean of the remaining numbers after excluding one number is 50.55 50.55 , we need to find the initial set and the excluded number.
6. Let the excluded number be x x . The sum of the remaining numbers is:
k=abkx=n2(a+b)x \sum_{k=a}^{b} k - x = \frac{n}{2} (a + b) - x
7. The arithmetic mean of the remaining numbers is:
n2(a+b)xn1=50.55 \frac{\frac{n}{2} (a + b) - x}{n-1} = 50.55
8. Substituting the given mean:
n2(a+b)xn1=50.55 \frac{\frac{n}{2} (a + b) - x}{n-1} = 50.55
9. Simplifying, we get:
n2(a+b)x=50.55(n1) \frac{n}{2} (a + b) - x = 50.55 (n-1)
10. Since the mean of the initial set is close to 50.55 50.55 , we can assume a+b250.55 \frac{a + b}{2} \approx 50.55 . This suggests that a+b101 a + b \approx 101 .
11. Let us consider a+b=101 a + b = 101 . Then the initial set has a mean of:
1012=50.5 \frac{101}{2} = 50.5
12. The number of terms n n in the initial set can be approximated by:
n=ba+1 n = b - a + 1
13. To find the exact values, we need to solve the equation:
n2(a+b)x=50.55(n1) \frac{n}{2} (a + b) - x = 50.55 (n-1)
14. Substituting a+b=101 a + b = 101 :
n2101x=50.55(n1) \frac{n}{2} \cdot 101 - x = 50.55 (n-1)
15. Simplifying further:
50.5nx=50.55n50.55 50.5n - x = 50.55n - 50.55
16. Solving for x x :
x=50.55n50.5550.5n x = 50.55n - 50.55 - 50.5n
x=0.05n50.55 x = 0.05n - 50.55
17. Since x x must be a natural number, 0.05n50.55 0.05n - 50.55 must also be a natural number. This implies n n must be such that 0.05n 0.05n is an integer.
18. Let n=21 n = 21 (since 0.05×21=1.05 0.05 \times 21 = 1.05 ):
x=0.05×2150.55=1.0550.55=49.5 x = 0.05 \times 21 - 50.55 = 1.05 - 50.55 = -49.5
19. This suggests an error in the assumption. Re-evaluating, we find n=20 n = 20 (since 0.05×20=1 0.05 \times 20 = 1 ):
x=0.05×2050.55=150.55=49.55 x = 0.05 \times 20 - 50.55 = 1 - 50.55 = -49.55
20. Correcting the approach, we find n=20 n = 20 and the initial set is {41,42,,60} \{41, 42, \ldots, 60\} with the excluded number 60 60 .

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.