Find the number of triplets of positive integers that satisfy the following conditions:
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.
There must be odd positive integers x , y , z such that 2 a − 1 = b x 2 b − 1 = c y 2 c − 1 = a z and hence 8 a − 4 ( 8 − x y z ) a = 4 b x = 2 x ( c y + 1 ) = x y ( a z + 1 ) + 2 x = 4 + x y + 2 x and hence we must have x y z ≤ 7 . Since x , y , z are all odd, this means that x y z = 1 , 3 , 5 or 7 .
Thus there are 4 triples ( a , b , c ) , making the answer 4 .