I am trying to find a simple generalisable method which can be used to solve questions of the following type:
1) Find $n$ given $\frac{n!}{(n-3)!}=504$.
2) Find $n$ given $\frac{n!}{(n-5)!}=720$.
It is not hard to guess that for $n=9$ works for (1) and $n=6$ works for (2). I arrived at these by somewhat ad hoc methods. I am looking for a neat way to instruct students to solve this type of question and which will work for larger values. I would appreciate any help.
$\frac{n!}{(n-3)!}=504\implies$
$(n-0)(\color\red{n-1})(n-2)=504\implies$
$\color\red{n-1}\approx\sqrt[3]{504}\implies$
$n\approx\sqrt[3]{504}+1\implies$
$n\approx9$
$\frac{n!}{(n-5)!}=720\implies$
$(n-0)(n-1)(\color\red{n-2})(n-3)(n-4)=720\implies$
$\color\red{n-2}\approx\sqrt[5]{720}\implies$
$n\approx\sqrt[5]{720}+2\implies$
$n\approx6$