Given positive integers a and b, find values for a and b if a! * b! = a! + b!
I have no clue where to start and would appreciate some help, thanks!
Given positive integers a and b, find values for a and b if a! * b! = a! + b!
I have no clue where to start and would appreciate some help, thanks!
We first show that if $a,b>2$ then $ab>a+b$. $a+b-ab=a+b-ab-1+1=1-(1-a)(1-b)<0$ since $1-a<-1$ and $1-b<-1$. This imply that there no solutions when $a!,b!>2$. We thus have only two cases to consider, $a,b=1,2$
Case $a=b=1$ and $(a,b)=(1,2)$ provides no solution. Only the case $a=b=2$ gives a solution.