Consider the following pattern:
Row 1 1 + 2 = 3
Row 2 4 + 5 + 6 = 7 + 8
Row 3 9 + 10 + 11 + 12 = 13 + 14 + 15
Find the sum of either side of the equation for row 100
South African Mathematics Olympiad Problem 10 Junior Round 3 Paper 2010
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.
sum of either side of nth row: S = n 2 + n 2 + 1 + ⋯ + n 2 + n = 2 n ( n + 1 ) ( 2 n + 1 ) .
n = 1 0 0 ⟹ S = 2 1 0 0 × 1 0 1 × 2 0 1 = 1 0 1 5 0 5 0 .