The smallest positive integer value of for which the expression above is an integer is 7.
What is the second smallest value of for which the expression above is an integer?
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.
Well obviously we can just do trial and error to get the answer, but where's the fun in that?
Here's how I would have done it:
Note that we can combine the sum of fractions to get 1 4 1 + 2 + 3 + ⋯ + n .
We can state 1 + 2 + ⋯ + n as the famous identity, 1 + 2 + 3 + ⋯ + n = 2 n ( n + 1 ) .
So this means that we want to find the second smallest positive integer n such thsat 1 4 n ( n + 1 ) / 2 = 2 8 n ( n + 1 ) is an integer. Or equivalently, n ( n + 1 ) must be divisible by 28.
Since 2 8 = 4 × 7 , then one of n or n + 1 must be a multiple of 7.
So we are left to check whether one of the solutions below shows that n ( n + 1 ) is divisible by 28.
n = 7 ⇒ n ( n + 1 ) = 5 6 is divisible by 28 (this is given to the smallest solution).
n + 1 = 7 ⇒ n ( n + 1 ) = 4 2 is NOT divisible by 28.
n = 7 × 2 ⇒ n ( n + 1 ) = 2 1 0 is NOT divisible by 28.
n + 1 = 7 × 2 ⇒ n ( n + 1 ) = 1 8 2 is NOT divisible by 28.
n = 7 × 3 ⇒ n ( n + 1 ) = 4 6 2 is NOT divisible by 28.
n + 1 = 7 × 3 ⇒ n ( n + 1 ) = 4 2 0 is divisible by 28.
Thus, our answer is 7 × 3 − 1 = 2 0 .