In this arrangement , find the row in which the number 2010 will be
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We may use 2 n ( n + 1 ) < 2 0 1 0 to get the row just before the row containing 2010 since each row ends with sum of first n natural numbers. It will give n ≤ 6 2 so 62+1=63th row will contain 2010 .