Problem:$$\frac{(2n)!}{n!}=30{,}240$$
Attempt:
I know that $$\frac{(2n)!}{n!}=\prod_{k=n+1}^{2n}k=(n+1)(n+2)...(2n)$$
I've considered factoring $30240=5 \times 6 \times 7\times 8 \times 9 \times 2$
To fit the pattern, $2\times 5=10$, so I have $30240=6 \times 7\times 8 \times 9 \times 10 \implies n=5$.
Question
I'm wondering if there's a better/more general method rather than what I did.
I would do it in a similar manner as you. Here is another approach (assuming there is an exact integer solution):
$$\dfrac{(2n)!}{n!} = \left(\dfrac{2n}{n}\cdot \dfrac{2(n-1)}{n-1}\cdots \dfrac{2(1)}{(1)}\right)\cdot (2n-1)(2n-3)\cdots1$$
$$=2^n\cdot \text{[stuff]}$$
Where $\text{[stuff]}$ has no factors of 2. So you want the largest $n$ such that $2^n$ is a factor of $30,240$.