The above shows 3 ways of expressing 9 as a sum of at least one consecutive positive integers.
Find the total number of ways to express 21600 as a sum of at least one consecutive positive integers.
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'll give a general solution (with any positive integer N generalizing 2 1 6 0 0 ).
Let N be the sum of k ≥ 1 positive consecutive integers ( x + 1 ) , ( x + 2 ) , ⋯ ⋯ ⋯ , ( x + k ) ; where x is a non-negative integer.
Now, number of ways to express N as a sum of k ≥ 1 consecutive positive integers is equal to number of ordered pairs ( x , k ) with x ≥ 0 , k ≥ 1 such that
N = 2 k { ( x + 1 ) + ( x + k ) }
⟺ 2 N = k ( 2 x + 1 + k )
We'll exploit the property that: k and ( 2 x + 1 + k ) are of opposite parity. That means, one of them is odd and another is even; not both odd, not both even. And Both of k and ( 2 x + 1 + k ) are positive integers.
For convenience, assume p < q .
We have already seen, for each ( x , k ) with x ≥ 0 , k ≥ 1 , there is exactly one such ( p , q ) .
And you can easily verify that, for each such ( p , q ) , letting k = p and ( 2 x + 1 + k ) = q , there is exactly one such ( x , k ) with x ≥ 0 , k ≥ 1 .
So, number of such ( x , k ) is equal to number such ( p , q ) .
.......................................................................................................................................................................................................................
Consider the prime factorization of 2 N : 2 N = 2 a × p 1 a 1 × p 2 a 2 × ⋯ ⋯ ⋯ × p r a r .
So, number of such ( p , q ) for 2 N will be ( a 1 + 1 ) ( a 2 + 1 ) ⋯ ⋯ ⋯ ( a r + 1 ) .
.......................................................................................................................................................................................................................
For N = 2 1 6 0 0 = 2 5 × 3 3 × 5 2 ; number of such ( p , q ) for 2 N = 2 6 × 3 3 × 5 2 is ( 3 + 1 ) ( 2 + 1 ) = 1 2 .
Hence, 1 2 is the answer.