Partitioning into Divisors

Probability Level pending

How many ordered triples of pairwise distinct, positive integers ( a , b , c ) ( a, b, c) are there such that a b c = 1 0 6 abc = 10^6 ?

Details and assumptions

A set of values is called pairwise distinct if no two of them are equal. For example, the set { 1 , 2 , 2 } \{1, 2, 2\} is not pairwise distinct, because the last 2 values are the same.


The answer is 738.

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.

1 solution

Calvin Lin Staff
May 13, 2014

Set a = 2 a 1 5 a 2 , b = 2 b 1 5 b 2 , c = 2 c 1 5 c 2 a = 2^{a_1} \cdot 5^{a_2}, b = 2^{b_1}\cdot 5^{b_2}, c= 2^{c_1}\cdot 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 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 ( 6 + 2 2 ) {6 + 2\choose 2} ways to solve either of the two equations. By the rule of product, there are ( 8 2 ) ( 8 2 ) = 784 { 8 \choose 2} \cdot {8 \choose 2} = 784 solutions in total.

If a = b a =b , we seek the number of non-negative integer solutions to 2 a 1 + c 1 = 6 , 2 a 2 + c 2 = 6 2a_1 + c_1 = 6, 2a_2 + c_2 = 6 . For each equation, there are 4 solutions, corresponding to a i = 0 , 1 , 2 , 3 a_i=0, 1, 2, 3 . By the product rule, there are 4 4 = 16 4 \cdot 4 = 16 solutions in all. The cases b = c b=c and c = a c=a are exactly the same. If a = b = c a=b=c , there is exactly 1 solution.

Let A , B , A, B, and C C be the set of triples where b = c , c = a , b=c, c=a, and a = b 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 = 16 + 16 + 16 1 1 1 + 1 = 46 | A \cup B \cup C | = |A| + |B| + |C| - |A\cap B| - |B\cap C| - |C\cap A| + |A\cap B \cap C| = 16 + 16 + 16 - 1 - 1 - 1 + 1 = 46 . Hence, the number of triples with pairwise distinct values is 784 46 = 738 784 - 46 = 738 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...