How to find all positive integers $a, b$ and $c$ such that $a! + b! = c!$?
So far all I can think of is for when $a = 1, b$ = 1, and $c$ = 2, however I'm struggling to find how I can justify this.
Thanks in advance!
How to find all positive integers $a, b$ and $c$ such that $a! + b! = c!$?
So far all I can think of is for when $a = 1, b$ = 1, and $c$ = 2, however I'm struggling to find how I can justify this.
Thanks in advance!
Suppose there is a solution where $c=1000$. Then wlog, $a!\le b!$ so $1000!\le 2×b!$. But $b<1000$ fails this inequality because $1000!=1000×999!$, and $b\ge 1000$ also fails because $a!$ must be positive.
What is the largest possible value of $c$ that avoids this contradiction?