I was attempting to solve $n^5-16n^4+95n^3-260n^2+324n-144=0$ but then realised I didn't know how to.
How would one go about factoring such a quintic and solve for n? I know that the factored form is $(n-1)(n-2)(n-3)(n-4)(n-6)$, but I am unaware of a good process of factoring it to get the solution. Thanks in advance.
In such cases I usually divide the constant term by the leading coefficient in this case we have -144/1 which is -144 and then proceed to find p(a) where a is any factor of -144. By trial and error we find p(1) is 0 and p(2) is also 0 and p(3) is also 0 (we get lucky in this case because they're all small numbers) then you can divide the original quintic equation by (x-1)(x-2)(x-3) and get a quadratic which is going to give you the rest of the factors. Hope this helps.