Let $A$, $B$, $C$ be integers such that $0 \le A, B, C \le 9$. Find all the solutions for $$A\times B\times C = A! + B!+ C!$$
I have tried some values for $A$, $B$, and $C$ and found a solution: $A=4$, $B=3$, $C=3$.
Is there a way to solve this without using a computer to try every combination possible?