Prove by induction that the product $$n(n+1)...(n+r-1)$$ of any $r$ consecutive numbers is divisible by $r!$.
In the inductive case i've$$n(n+1)...(n+k-1)(n+k)$$ I was not able to find a way to prove this is divisible by (k+1)!. I try to use distributive property in (n+k).
Proof: Okay, I've just remodeled my answer. For $r=1$ it is obvious.
Let it be true for $r=k$. For $r=k+1$, we will induct by the integer $m$, while showing that $(k+1)! | m(m+1)...(m+k)$. So suppose that $(k+1)! | m(m+1)...(m+k)$.We want to show that $(k+1)! | (m+1)(m+2)...(m+k+1)$.
How we do this is as follows: define $m_k = (m)(m+1)...(m+k)$. Then, $$ \begin{equation} \begin{split} & (m+1)_k = (m+1)_k -m_k + m_k\\ & =(m+1)...(m+k)(m+k+1-m) + m_k\\ & =(k+1)(m+1)_{k-1} + m_{k} \end{split} \end{equation} $$
Now, note that $k! | (m+1)_{k-1}$ by induction on $k$, hence $(k+1)! |(k+1)(m+1)_{k-1}$. On the other hand, by induction on $m$, $(k+1)! | m_{k}$. Hence, $(k+1)!$ divides their sum, which is $(m+1)_k$. Now, we are done by induction on $m$, and then by induction on $k$.