Find the sum of the terms in the pair of brackets:
(1, 2, 3, 4), (5, 6, 7, 8), (9, 10, 11, 12), ...
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.
I did it by hit and trial,
let us see the sum of number in first bracket ( 1 + 2 + 3 + 4 ) = 1 0
now sum of digits in second bracket ( 5 + 6 + 7 + 8 ) = 2 6
sum of digits in third bracket ( 9 + 1 0 + 1 1 + 1 2 ) = 4 2
now put n = 1 , 2 , 3 and see which option gives the above value, I found ( 1 6 n − 6 ) to be the best option satisfying the above condition
so the correct answer is 1 6 n − 6
• this process may be opposed by many people