p(12)=12!, x*p(x-1)=(x-12)*p(x)
x=?
If p(12) = 12! means that p(x) = x!,
then x*p(x-1) = x*(x-1)! = x!
and (x-12)*p(x) = (x-12)*x!
Therefore: x*(p-1) = (x-12)p(x)
---> x! = (x-12)*x!
Divide both sides by x!:
---> 1 = X - 12
---> X = 13