The largest integer that divides ( n + 1 6 ) ( n + 1 7 ) ( n + 1 8 ) ( n + 1 9 ) for all n ∈ N is:
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.
More generally, the product of n consecutive numbers is divisible by n!(n factorial).
Log in to reply
Yes. But can you prove it?
Log in to reply
Yes. We will prove it by induction.
Let's assume that the product of n consecutive numbers is divisible by n ! .
Let the product of n consecutive integers be f ( x ) = x ( x + 1 ) … ( x + n − 1 ) .
For x = 1 we have f ( 1 ) = n ! which is true for our assumption.
So, if we need to prove that n ! divides f ( x + 1 ) .
f ( x + 1 ) = ( x + 1 ) ( x + 2 ) … ( x + n )
= [ ( x + 1 ) ( x + 2 ) … ( x + n − 1 ) ] × x + [ ( x + 1 ) ( x + 2 ) … ( x + n − 1 ) ] × n
According to induction assumption, [ ( x + 1 ) ( x + 2 ) … ( x + n − 1 ) ] × x is f ( x ) which is divisible by n ! .
Also, [ ( x + 1 ) ( x + 2 ) … ( x + n − 1 ) ] × n is the product of n and ( n − 1 ) consecutive integers which is also divisible by n × ( n − 1 ) ! = n ! according to induction assumption.
So f ( x + 1 ) is the sum of two terms that are divisible by n ! so it is also divisible by n ! .
Proved
Log in to reply
@A Former Brilliant Member – There's some confusion. You used your assumption to prove your assumption!
Log in to reply
@Yash Jain – That's actually how the induction - introduction works
Problem Loading...
Note Loading...
Set Loading...
If your answer is 120, then one counter example is when n = 4 0 ,
( n + 1 6 ) ( n + 1 7 ) ( n + 1 8 ) ( n + 1 9 ) = 5 6 × 5 7 × 5 8 × 5 9 = ( 8 × 7 ) × ( 3 × 1 9 ) × ( 2 × 2 9 ) × 5 9 = ( 2 4 × 2 ) × ( 7 × 1 9 × 2 9 × 5 9 )
It is clearly not divisible by 120.