Use induction to prove that for every positive integer $n$, when we factor the product $$(n+1)(n+2)...(2n-1)2n$$ into primes, there are exactly $n$ copies of the prime $2$.
I do not really understand what the question is asking.
Use induction to prove that for every positive integer $n$, when we factor the product $$(n+1)(n+2)...(2n-1)2n$$ into primes, there are exactly $n$ copies of the prime $2$.
I do not really understand what the question is asking.
Let $P_n$ be your number. We want to show that $2^n\,||\,P_n$. That is, we want to show that $2^n$ divides $P_n$ but $2^{n+1}$ does not. It is easy to check that this is true if $n=1$ ($P_1=2$) or if $n=2$ (as we have $P_2=3\times 4 = 12$).
Let us assume that we have settled the point for $P_n$. Thus we can write $P_n=2^nM$ for some odd $M$. Inductively, we now want to address the issue for $P_{n+1}$.
Specifically, we want to show that $2^{n+1}\,||\,P_{n+1}$. Of course we have $$P_{n+1}=\frac {(2n+1)(2n+2)}{n+1}P_n=2(2n+1)P_n=2(2n+1)\times 2^nM=2^{n+1}(2n+1)M$$
As $(2n+1)M$ is odd, we see that we are done.