-1

Prove that for all $n \in \mathbb{Z}$, $6! \mid n\cdot(n+1)\cdots(n+5)$ using only criteria of divisibility (without using combinatorial arguments).

Thomas Andrews
  • 177,126
  • 3
    $$\frac{(n+5)(n+4)(n+3)(n+2)(n+1)n}{6!}=\binom{n+5}6$$ See http://math.stackexchange.com/questions/11601/proof-that-a-combination-is-an-integer – lab bhattacharjee Sep 09 '14 at 16:13

2 Answers2

4

Hint: $n$, $(n+1)$, $(n+2)$, $(n+3)$, $(n+4)$, $(n+5)$ are all 6 consecutive numbers so one of them is a multiple of 6, and 3 of them are a multiple of 2; and 2 of them are a multiple of 3...

1

Consider the primes that $6!=2^4\cdot 3^2\cdot 5$ has.

Since $A=n(n+1)(n+2)(n+3)(n+4)(n+5)$ is a product of six consecutive numbers, there are three even numbers, and there is at least one number divisible by $4$.

There are two numbers divisible by $3$. Also, there exists a number divisible by $5$.

Hence, $A$ is divisible by $2^4\cdot 3^2\cdot 5=6!.$

mathlove
  • 139,939