a ! b ! = a ! + b ! + c !
Let all the triplets of positive integer solutions ( a , b , c ) satisfying the equation above be ( a 1 , b 1 , c 1 ) , ( a 2 , b 2 , c 2 ) , … , ( a n , b n , c n ) . Find ( a 1 + b 1 + c 1 ) + ( a 2 + b 2 + c 2 ) + ⋯ + ( a n + b n + c n ) .
Notation: ! is 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.
Oops! I'm so sorry I didn't know about that. Want me to delete this problem? Really sorry again.
Log in to reply
Nah, don't worry about it. Just stating that it was done before. :)
Log in to reply
It was done even earlier before! It was BMO1 2002-03 Q5
Log in to reply
@Freddie Hand – Damn, I got inspired to create this problem from IMO 2014 SL N2.
Problem Loading...
Note Loading...
Set Loading...
I posted this problem on Brilliant a few months back here so -_-.
Firstly, a , b > 1 , which can be proven by trivially checking these cases. Now, we will prove that c ≥ a , b . We have the following
a ! + b ! + c ! ⟹ c ! + 1 ⟹ c ! + 1 ⟹ a ! − 1 ⟹ a ! − 1 ⟹ a ! − 2 ⟹ a = a ! b ! = a ! b ! − a ! − b ! + 1 = ( a ! − 1 ) ( b ! − 1 ) ∣ c ! + 1 ≤ c ! + 1 ≤ c ! ≤ c ∀ a ≥ 3
Similarly, this can be proved for b . Thus, c ≥ a , b if they are both ≥ 3 . If a = 2 , we have b ! − 1 = c ! + 1 , which isn't satisfied for any integral b , c . Same applies if b = 2 . Thus, a , b > 2 . We will now prove a = b . We have
a ! + b ! + c ! ⟹ b ! + c ! ⟹ b ! ( 1 + b ! c ! ) g cd ( b ! , b ! − 1 ) = 1 ⟹ b ! = a ! b ! = a ! b ! − a ! = a ! ( b ! − 1 ) ∣ a !
Similarly, we can prove a ! ∣ b ! . Thus, a ! = b ! , so a = b . We now have
2 a ! + c ! c ! = a ! 2 = a ! ( a ! − 2 )
Firstly, note that a < c . Next, we will prove that the product of n consecutive numbers is divisible by n ! . But this is almost trivially true by looking at binomial coefficients:
( k k + n ) = k ! n ! ( k + n ) ! = n ! ( k + 1 ) ( k + 2 ) … ( k + n )
Since all binomial coefficients are integers, it follows that the product of n consecutive numbers is divisible by n ! .
Using this, we have
a ! c ! ( a + 1 ) ( a + 2 ) … ( c ) ⟹ ( c − a ) ! = a ! − 2 = a ! − 2 ∣ a ! − 2
However, we have that a ! − 2 ≡ 2 ( m o d 4 ) if a ≥ 4 . Thus, 4 ∣ ( c − a ) ! , so c − a ≤ 3 . We will now consider each of the cases:
Case 1: c = a + 1
We have
a + 1 3 ⟹ a = a ! − 2 = a ( ( a − 1 ) ! − 1 ) = 3
The value of a we pertain from the factorisation of the LHS, using a ≥ 3 . Checking, we find this to be true, so we get c = 4 . Thus, one such solution is ( 3 , 3 , 4 ) .
Case 2: c = a + 2
We have
( a + 1 ) ( a + 2 ) 4 ⟹ a = a ! − 2 = a ( ( a − 1 ) ! − a − 3 ) = 4
However, when we check the inside of the bracket in the RHS, we find that the value of a doesn't satisfy. Thus, no solutions in this case.
Case 3: c = a + 3
We have
( a + 1 ) ( a + 2 ) ( a + 3 ) 8 ⟹ a = a ! − 2 = a ( ( a − 1 ) ! − a 2 − 6 a − 1 1 ) = 8 , 4
However, when we check the inside of the bracket in the RHS, we find that neither values of a doesn't satisfy. Thus, no solutions in this case.
Thus, the only solution is ( 3 , 3 , 4 ) . Therefore, the answer is 3 + 3 + 4 = 1 0 .
Note: We do not consider the alternate case when a < 4 , since it implies a = 3 , which is covered above.