+0  
 
0
5070
1
avatar

What is the maximum number of consecutive positive integers that can be added together to create a sum less than 400?

 Jun 30, 2018
 #1
avatar
-1

n*(n+1) / 2 =400, solve for n

n = < 28

So, the first 27 counting numbers 1 + 2 + 3 + 4 +..........+ 27 =378. If you add the 28th number, you will get =378 + 28 =406 which is > 400.

 Jun 30, 2018

3 Online Users

avatar