Playing with numbers

The largest integer that divides ( n + 16 ) ( n + 17 ) ( n + 18 ) ( n + 19 ) (n+16)(n+17)(n+18)(n+19) for all n N n \in \mathbb{N} is:

12 24 120 6

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.

1 solution

Yash Jain
Mar 30, 2017

If your answer is 120, then one counter example is when n = 40 n=40 ,

( n + 16 ) ( n + 17 ) ( n + 18 ) ( n + 19 ) = 56 × 57 × 58 × 59 = ( 8 × 7 ) × ( 3 × 19 ) × ( 2 × 29 ) × 59 = ( 24 × 2 ) × ( 7 × 19 × 29 × 59 ) (n+16)(n+17)(n+18)(n+19) \\= 56 \times 57 \times 58 \times 59 \\= (8 \times 7) \times (3 \times 19) \times (2 \times 29) \times 59 \\= (24 \times 2) \times (7 \times 19 \times 29 \times 59)

It is clearly not divisible by 120.

More generally, the product of n consecutive numbers is divisible by n!(n factorial).

A Former Brilliant Member - 4 years, 2 months ago

Log in to reply

Yes. But can you prove it?

Yash Jain - 4 years, 2 months ago

Log in to reply

Yes. We will prove it by induction.

Let's assume that the product of n n consecutive numbers is divisible by n ! n! .

Let the product of n n consecutive integers be f ( x ) = x ( x + 1 ) ( x + n 1 ) f(x)=x(x+1)\ldots(x+n-1) .

For x = 1 x=1 we have f ( 1 ) = n ! f(1)=n! which is true for our assumption.

So, if we need to prove that n ! n! divides f ( x + 1 ) f(x+1) .

f ( x + 1 ) = ( x + 1 ) ( x + 2 ) ( x + n ) f(x+1)=(x+1)(x+2)\ldots(x+n)

= [ ( x + 1 ) ( x + 2 ) ( x + n 1 ) ] × x + [ ( x + 1 ) ( x + 2 ) ( x + n 1 ) ] × n =[(x+1)(x+2)\ldots(x+n-1)] \times x + [(x+1)(x+2)\ldots(x+n-1)] \times n

According to induction assumption, [ ( x + 1 ) ( x + 2 ) ( x + n 1 ) ] × x [(x+1)(x+2)\ldots(x+n-1)] \times x is f ( x ) f(x) which is divisible by n ! n! .

Also, [ ( x + 1 ) ( x + 2 ) ( x + n 1 ) ] × n [(x+1)(x+2)\ldots(x+n-1)] \times n is the product of n n and ( n 1 ) (n-1) consecutive integers which is also divisible by n × ( n 1 ) ! = n ! n \times (n-1)! = n! according to induction assumption.

So f ( x + 1 ) f(x+1) is the sum of two terms that are divisible by n ! n! so it is also divisible by n ! n! .

Proved

A Former Brilliant Member - 4 years, 2 months ago

Log in to reply

@A Former Brilliant Member There's some confusion. You used your assumption to prove your assumption!

Yash Jain - 4 years, 2 months ago

Log in to reply

@Yash Jain That's actually how the induction - introduction works

A Former Brilliant Member - 4 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...