I'm reading a book Discrete Mathmatics with Cryptographic Applications and it claims that $\frac{n!}{k!} = (k+1)(k+2)...n$ for $k<n$. But a very simple example where $n = 3$ and $k = 2, \frac{(1)(2)(3)}{(1)(2)} = 3 \neq (2+1)(2+2)(2+3)$ What am i misunderstanding here?
2026-04-05 23:18:07.1775431087
Dividing Factorial formula from book
111 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The expression $(k+1)(k+2)\ldots n$ is the product of the numbers $k+1$, $k+2$, …, $n$. When $n=3$ and $k=2$ , there is only one such number: $2+1(=3)$. So, the product is $3$.
If $n=4$ and $k=2$, there are two such numbers: $2+1(=3)$ and $2+2(=4)$. And, indeed,$$\frac{4!}{2!}=12=3\times4.$$