Skip to main contentSkip to solution

In the set of consecutive odd numbers {1,3,5,…,57}\{1, 3, 5, \ldots, 57\}, there is a number kk such that the sum of all the elements less than kk is equal to the sum of all the elements greater than kk. Then, kk equals

Solution

✅ Correct Option: 1

The set {1,3,5,…,57}\{1, 3, 5, \ldots, 57\} contains all odd numbers from 1 to 57.

The nn-th odd number is 2n−12n - 1, so:

2n−1=572n - 1 = 57

n=29n = 29

There are 29 terms in the set.


The sum of first nn odd numbers =n2= n^2

For example, 1+3+5=9=321 + 3 + 5 = 9 = 3^2 and 1+3+5+7=16=421 + 3 + 5 + 7 = 16 = 4^2

Total sum of all 29 odd numbers:

S=292=841S = 29^2 = 841


Let kk be the mm-th odd number in the sequence, so k=2m−1k = 2m - 1.

Sum of all elements less than kk = Sum of first (m−1)(m-1) odd numbers =(m−1)2= (m-1)^2

Sum of all elements greater than kk =841−(m−1)2−(2m−1)= 841 - (m-1)^2 - (2m-1)


Setting both sums equal:

(m−1)2=841−(m−1)2−(2m−1)(m-1)^2 = 841 - (m-1)^2 - (2m-1)

2(m−1)2=842−2m2(m-1)^2 = 842 - 2m

(m−1)2=421−m(m-1)^2 = 421 - m

m2−2m+1=421−mm^2 - 2m + 1 = 421 - m

m2−m−420=0m^2 - m - 420 = 0

(m−21)(m+20)=0(m - 21)(m + 20) = 0

Since mm must be positive, m=21m = 21.


k=2m−1k = 2m - 1

k=2(21)−1k = 2(21) - 1

k=41k = 41

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question