+0  
 
0
531
1
avatar

For a positive integer n, the nth  triangular number is T(n) = n(n + 1)/2. For example, T(3) = 6, so the third triangular number is 6.

Determine the smallest integer b > 100 such that T(b + 1) - T(b) = T(x) for some positive integer x.

 Jan 10, 2021
 #1
avatar+33652 
+3

As follows:

 

 Jan 10, 2021

2 Online Users

avatar