Solveeit Logo

Question

Question: From natural numbers 1 to 288, find the number for which the sum of numbers smaller than that number...

From natural numbers 1 to 288, find the number for which the sum of numbers smaller than that number equals the sum of numbers greater than that number.

Explanation

Solution

Here, we will use the concept of arithmetic progressions to solve this question. We will find two sequences using the condition given in question. Then, we will find the sum of these sequences and equate them, we will reach our required answer.

Formula Used:
In an Arithmetic Progression, sum of nn terms is Sn=n2[2a+(n1)d]{S_n} = \dfrac{n}{2}\left[ {2a + \left( {n - 1} \right)d} \right].

Complete step-by-step answer:
We will first find the number for which the sum of numbers smaller than that number equals the sum of numbers greater than that number.
Now, let the number be nn.
Hence, the sum of numbers smaller than nn is,
1+2+3+......n11 + 2 + 3 + ......n - 1
Here, the first term, a=1a = 1, common difference, d=1d = 1 and the number of terms =n1 = n - 1.
Substituting the values in the formula Sn=n2[2a+(n1)d]{S_n} = \dfrac{n}{2}\left[ {2a + \left( {n - 1} \right)d} \right] to find the sum of n1n - 1 terms, we get
Sn1=n12[2(1)+(n11)(1)]{S_{n - 1}} = \dfrac{{n - 1}}{2}\left[ {2\left( 1 \right) + \left( {n - 1 - 1} \right)\left( 1 \right)} \right]
Sn1=n12[2+n2]\Rightarrow {S_{n - 1}} = \dfrac{{n - 1}}{2}\left[ {2 + n - 2} \right]
Simplifying the expression, we get
Sn1=n(n1)2\Rightarrow {S_{n - 1}} = \dfrac{{n\left( {n - 1} \right)}}{2}………………………….(1)
Also, the sum of numbers greater than nn are:
n+1+n+2+.......288n + 1 + n + 2 + .......288
Here, the first term, a=n+1a = n + 1, the common difference, d=1d = 1 and number of terms=288n = 288 - n.
Substituting the values in the formula Sn=n2[2a+(n1)d]{S_n} = \dfrac{n}{2}\left[ {2a + \left( {n - 1} \right)d} \right] to find the sum of these 288n288 - nterms, we get
S288n=288n2[2(n+1)+(288n1)(1)]{S_{288 - n}} = \dfrac{{288 - n}}{2}\left[ {2\left( {n + 1} \right) + \left( {288 - n - 1} \right)\left( 1 \right)} \right]
Simplifying the expression, we get
S288n=288n2[2n+2+287n]\Rightarrow {S_{288 - n}} = \dfrac{{288 - n}}{2}\left[ {2n + 2 + 287 - n} \right]
Solving further, we get
S288n=288n2[n+289]\Rightarrow {S_{288 - n}} = \dfrac{{288 - n}}{2}\left[ {n + 289} \right]………………………….(2)
Now, as per the question, the sum of numbers smaller than nn equals the sum of numbers greater than nn.
Hence, from the equations (1) and (2), we get
n(n1)2=288n2[n+289]\dfrac{{n\left( {n - 1} \right)}}{2} = \dfrac{{288 - n}}{2}\left[ {n + 289} \right]
Multiplying both sides by 2 and solving the brackets, we get
n2n=288nn2+288×289289n\Rightarrow {n^2} - n = 288n - {n^2} + 288 \times 289 - 289n
Cancelling out the same terms, we get
2n2=288×289\Rightarrow 2{n^2} = 288 \times 289
Dividing both sides by 2, we get
n2=144×289\Rightarrow {n^2} = 144 \times 289
We know that 144 is the square of 12 and 289 is the square of 17. Therefore, the above equation can also be written as:
n2=(12)2×(17)2\Rightarrow {n^2} = {\left( {12} \right)^2} \times {\left( {17} \right)^2}
Taking square root on both sides, we get
n=±12×17=±204\Rightarrow n = \pm 12 \times 17 = \pm 204
Now, we will reject the negative term as nn cannot be negative as it is a natural number.
Hence, the required term is 204.

Note: Here, the two series formed are in AP. Arithmetic Progressions or AP are the sequences in which the difference between the consecutive terms is constant. Other than arithmetic progression, there are two more progressions and they are geometric progression and harmonic progression. Geometric progression is the sequence or the series in which two consecutive terms differ by the same common ratio. Harmonic progression is a sequence or series which is the reciprocal of arithmetic progression.