Find number of unordered triples of positive integers such that
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.
Let's assume, without loss of generality, that a ≤ b ≤ c . Therefore, if a ≥ 3 we have
( 1 + a 1 ) ( 1 + b 1 ) ( 1 + c 1 ) ≤ ( 1 + a 1 ) 3 ≤ ( 1 + 3 1 ) 3 = 2 7 6 4 < 3 ,
which shows that there are no positive integer solutions to the given equation such that 3 ≤ a ≤ b ≤ c . Hence, we have just two cases to consider:
(1) a = 1 :
( 1 + 1 1 ) ( 1 + b 1 ) ( 1 + c 1 ) = 3 ⇒ 2 ( b + 1 ) ( c + 1 ) = 3 b c ⇒ b c − 2 b − 2 c − 2 = 0 ⇒ ( b − 2 ) ( c − 2 ) = 6 .
There are only 2 positive integer solutions to the above equation satisfying the inequality b ≤ c : ( b , c ) = ( 3 , 8 ) and ( b , c ) = ( 4 , 5 ) .
(2) a = 2 :
( 1 + 2 1 ) ( 1 + b 1 ) ( 1 + c 1 ) = 3 ⇒ ( b + 1 ) ( c + 1 ) = 2 b c ⇒ b c − b − c − 1 = 0 ⇒ ( b − 1 ) ( c − 1 ) = 2 .
There is only 1 positive integer solution to the above equation satisfying the inequality b ≤ c : ( b , c ) = ( 2 , 3 ) .
Combining the results of cases (1) and (2), we conclude that there are only 3 unordered triples ( a , b , c ) of positive integers satisfying the given equation, namely ( 1 , 3 , 8 ) , ( 1 , 4 , 5 ) , and ( 2 , 2 , 3 ) .