What is the largest number that will always divide the expression: a b c ( a 1 1 − b 1 1 ) ( b 1 1 − c 1 1 ) ( c 1 1 − a 1 1 ) ,
where a , b , and c are integers?
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.
Always remember that when you want to show that a number is the maximium, then we have to show that 1) it can be achieved, and 2) no larger number can be achieved.
This solution does 1, but not 2.
If we consider the cases: a 1 1 1 b 2 2 9 c 3 4 1 9 N ( a , b , c ) 2 2 × 3 × 2 3 4 × 8 9 × 3 3 1 × 3 8 5 1 2 1 4 × 3 × 2 3 3 × 8 9 3 × 6 8 3 2 5 × 3 4 × 5 × 1 9 × 2 3 × 6 7 × 6 6 1 × 3 8 5 1 × 1 0 4 2 8 1 × 6 2 0 6 0 0 2 1 × 1 1 6 4 5 8 8 7 7 8 3 8 6 1 we see that the largest number that can divide all these numbers N ( a , b , c ) is 2 2 × 3 × 2 3 . It remains to show this is the largest.
Thus the largest integer that divides all the numbers N ( a , b , c ) is 2 2 × 3 × 2 3 = 2 7 6 .
Problem Loading...
Note Loading...
Set Loading...
Consider modulo 2 3 . If any of the number is divisible by 2 3 , then the expression is automatically divisible by 2 3 . Suppose that none of them is divisible by 2 3 ,Now we want to show that it is divisible by 2 3 .Note that the any number raised to power 1 1 must leave a remainder of 1 or 1 0 when divided by 2 3 .
Its proof: By Fermat's little theorem , a 2 2 ≡ 1 ( m o d 2 3 ) ⟹ a 1 1 ≡ 1 or − 1 ( m o d 2 3 ) This shows that any number when raised to power of 1 1 will leave a remainder 1 or 1 0 when divided by 2 3 . Now since the numbers are three and possible remainders are only two,there will be two numbers which leave same remainder, suppose that W L O G , a 1 1 and b 1 1 leave the same remainder when divided by 2 3 , This implies that a 1 1 − b 1 1 ≡ 0 ( m o d 2 3 ) , and hence the given expression is always divisible by 2 3 .