Let be distinct prime numbers such that , and . How many ordered triples exist which satsify these conditions?
This problem was adapted from BMO
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.
Write z a = x y − 1 ; then a is positive. Note that a ≡ − x mod y and a ≡ − y mod x (by the other two divisibility conditions). For now let's suppose x < y < z . Then 0 < a < z x y < y , and we know what a is mod y , so there is only one possibility, namely a = y − x . But then we get y − x ≡ − y mod x so 2 y ≡ 0 mod x . Since x and y are distinct primes, this implies x = 2 .
So now we have z ( y − 2 ) = 2 y − 1 ; rearrange to get ( y − 2 ) ( z − 2 ) = 3 , whose only solution with y < z is ( 3 , 5 ) . So the unique solution with x < y < z is ( 2 , 3 , 5 ) . Permuting this solution to get all possibilities yields 6 total solutions.