Question
How many ordered triples of pairwise distinct, positive integers (a,b,c) are there such that abc=10^6?
Answers
10^6 = (2x5)^6
= (2^6)(5^6)
Possible cases:
1x64x15628 --- arrange in 6 ways
2x32x15625 --- arrange in 6 ways
4x16x15625 --- 6 more
8x8x15625 --- arrange in 3 ways
64x5x3125 ---- 6 ways
64x25x625 ----- 6 ways
64x125x125 ---- 3 ways
I count 36 of them
check my logic to make sure I didn't miss any
e.g. for 64x25x625 we could have
(64,25,625) , (64,625,25) , (25,64,625), (25,625,64), (625,25,64), (625,64,25)
= (2^6)(5^6)
Possible cases:
1x64x15628 --- arrange in 6 ways
2x32x15625 --- arrange in 6 ways
4x16x15625 --- 6 more
8x8x15625 --- arrange in 3 ways
64x5x3125 ---- 6 ways
64x25x625 ----- 6 ways
64x125x125 ---- 3 ways
I count 36 of them
check my logic to make sure I didn't miss any
e.g. for 64x25x625 we could have
(64,25,625) , (64,625,25) , (25,64,625), (25,625,64), (625,25,64), (625,64,25)
false
Do ur hw ur self .....
Related Questions
How many ordered triples of positive integers (a,b,c) with 1¡Üa,b,c¡Ü5 are there such that ax^2+bx+c...
How many ordered triples (a, b, c) of positive integers are there which satisfy the equation a + b +...
Find the number of ordered triples (a,b,c) of positive integers that satisfy
a = \gcd(b,c) + 33
b...