How many ordered triples of pairwise distinct, positive integers are there such that ?
Details and assumptions
A set of values is called pairwise distinct if no two of them are equal. For example, the set is not pairwise distinct, because the last 2 values are the same.
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.
Set a = 2 a 1 ⋅ 5 a 2 , b = 2 b 1 ⋅ 5 b 2 , c = 2 c 1 ⋅ 5 c 2 . We first count the number of triples without restriction. We seek the number of non-negative integer solutions to a 1 + b 1 + c 1 = 6 , a 2 + b 2 + c 2 = 6 . This is equivalent to arranging 6 1's with 2 0's (dividing blocks), thus there are ( 2 6 + 2 ) ways to solve either of the two equations. By the rule of product, there are ( 2 8 ) ⋅ ( 2 8 ) = 7 8 4 solutions in total.
If a = b , we seek the number of non-negative integer solutions to 2 a 1 + c 1 = 6 , 2 a 2 + c 2 = 6 . For each equation, there are 4 solutions, corresponding to a i = 0 , 1 , 2 , 3 . By the product rule, there are 4 ⋅ 4 = 1 6 solutions in all. The cases b = c and c = a are exactly the same. If a = b = c , there is exactly 1 solution.
Let A , B , and C be the set of triples where b = c , c = a , and a = b , respectively. By the Principle of Inclusion and Exclusion, ∣ A ∪ B ∪ C ∣ = ∣ A ∣ + ∣ B ∣ + ∣ C ∣ − ∣ A ∩ B ∣ − ∣ B ∩ C ∣ − ∣ C ∩ A ∣ + ∣ A ∩ B ∩ C ∣ = 1 6 + 1 6 + 1 6 − 1 − 1 − 1 + 1 = 4 6 . Hence, the number of triples with pairwise distinct values is 7 8 4 − 4 6 = 7 3 8 .