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.
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 n terms is Sn=2n[2a+(n−1)d].
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 n.
Hence, the sum of numbers smaller than n is,
1+2+3+......n−1
Here, the first term, a=1, common difference, d=1 and the number of terms =n−1.
Substituting the values in the formula Sn=2n[2a+(n−1)d] to find the sum of n−1 terms, we get
Sn−1=2n−1[2(1)+(n−1−1)(1)]
⇒Sn−1=2n−1[2+n−2]
Simplifying the expression, we get
⇒Sn−1=2n(n−1)………………………….(1)
Also, the sum of numbers greater than n are:
n+1+n+2+.......288
Here, the first term, a=n+1, the common difference, d=1 and number of terms=288−n.
Substituting the values in the formula Sn=2n[2a+(n−1)d] to find the sum of these 288−nterms, we get
S288−n=2288−n[2(n+1)+(288−n−1)(1)]
Simplifying the expression, we get
⇒S288−n=2288−n[2n+2+287−n]
Solving further, we get
⇒S288−n=2288−n[n+289]………………………….(2)
Now, as per the question, the sum of numbers smaller than n equals the sum of numbers greater than n.
Hence, from the equations (1) and (2), we get
2n(n−1)=2288−n[n+289]
Multiplying both sides by 2 and solving the brackets, we get
⇒n2−n=288n−n2+288×289−289n
Cancelling out the same terms, we get
⇒2n2=288×289
Dividing both sides by 2, we get
⇒n2=144×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
Taking square root on both sides, we get
⇒n=±12×17=±204
Now, we will reject the negative term as n 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.