a ! b ! = a ! + b !
Let all the pairs of positive integer solutions of ( a , b ) satisfying the equation above be ( a 1 , b 1 ) , ( a 2 , b 2 ) , … , ( a n , b n ) . Find ( a 1 + b 1 ) + ( a 2 + b 2 ) + ⋯ + ( a n + b n ) .
Notation : ! denotes the factorial notation. For example, 8 ! = 1 × 2 × 3 × ⋯ × 8 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
isnt there any general method
Note that (a!-1)(b!-1)=a!b!-a!-b!+1 We know that a!b!=a!+b! So (a!-1)(b!-1)=1 Since a! and b! are integers, then the only possible value of (a!-1) and (b!-1) are both 1 which means a!=b!=a=b=2 and the sum is a+b=2+2=4
Problem Loading...
Note Loading...
Set Loading...
Without loss of generality, let a ≥ b . Rearranging: a ! ( b ! − 1 ) = b !
Making a! The subject of the formula, we get a ! = b ! / ( b ! − 1 )
Now note that since a! Is an integer, b ! − 1 ∣ b !
Notice that for any integer n , n ≡ 1 m o d ( n − 1 ) .
Therefore b ! − 1 is only a factor of b ! if it is equals to 1. ∴ b ! = 2 , a ! = 2
The roots of the equation are hence a = b = 2 and the sum is 4.