Question
Mathematics Question on Sequences and Series
Let the positive integers be written in the form :
If the kth row contains exactly k numbers for every natural number k, then the row in which the number 5310 will be, is _____
Answer
The total number of elements in the first n rows is:
S=1+2+3+⋯+Tn=2n(n+1).
To find the row containing 5310, solve:
2n(n+1)=5310.
Start testing values:
n=100,Tn=2100⋅101=5050.
n=101,Tn=2101⋅102=5151.
n=102,Tn=2102⋅103=5253.
n=103,Tn=2103⋅104=5356.
Since 5310 lies between 5253 and 5356, it is in the 103rd row.
Final Answer: 103.