Suppose $\, ^{n+2} P_5=18 \times \, ^{n}P_4$. How can we evaluate n?
I tried expanding it like this:
$$(n+2)(n+1)(n+0)(n-1)(n-2)=18 \cdot n(n-1)(n-2)(n-3)$$
Then I try multiplying all of them above, but it gets longer....and now um confused.
I thoyght of dividing the R.H.S by the L.H.S (leaving the $18$ in the R.H.S) so that I could cancel some of them out.
Not sure about it.
Matthew Conroy's suggestion in the comment is right on the nail. Often we have some polynomial and we go to great effort to factor it. Here we have polynomials already factored, so we should leave them alone! We have:
$$(n+2)(n+1)(n+0)(n-1)(n-2)=18 \cdot n(n-1)(n-2)(n-3)$$
and we can immediately cancel the factors of $n, n-1,$ and $n-2$ from both sides, observing along the way that $n=0,1,2$ are all trivial solutions. The cancellation leaves us with:
$$(n+2)(n+1)=18 \cdot (n-3)$$
and now we should expand the polynomials and collect terms, obtaining $$n^2-15n +56 = 0$$
which we can solve by the usual methods to obtain the solutions $n=7,8$.