I have listed them all by brute force :
a = 0,1 : no solutions
a = 2 : b = 3,4,5,...9
c = 3 : b = 2,3,4...9
I'm wondering if there is a clever approach to this. Appreciate any help, thanks!
I have listed them all by brute force :
a = 0,1 : no solutions
a = 2 : b = 3,4,5,...9
c = 3 : b = 2,3,4...9
I'm wondering if there is a clever approach to this. Appreciate any help, thanks!
Copyright © 2021 JogjaFile Inc.
Note that $$a!b!\gt a!+b!\iff (a!-1)(b!-1)\gt 1$$ with $a!\ge 1,b!\ge 1$.