Counting Triples II

Let N N be the number of ordered triples ( a , b , c ) (a,b,c) of positive integers such that [ a , b , c ] = 9000 [a,b,c]=9000 , where [ a , b , c ] [a,b,c] is the least common multiple of a , b a,b and c c . Determine the remainder when N N is divided by 1000 1000 .


The answer is 11.

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

Note that 9000 = 2 3 3 2 5 3 9000=2^33^25^3 . Since [ a , b , c ] = 9000 [a,b,c]=9000 , there exist nonnegative integers a 1 , b 1 , c 1 , a 2 , b 2 , c 2 , a 3 , b 3 a_1,b_1,c_1,a_2,b_2,c_2,a_3,b_3 and c 3 c_3 such that a = 2 a 1 3 b 1 5 c 1 , b = 2 a 2 3 b 2 5 c 2 a=2^{a_1}3^{b_1}5^{c_1},b=2^{a_2}3^{b_2}5^{c_2} and c = 2 a 3 3 b 3 5 c 3 c=2^{a_3}3^{b_3}5^{c_3} . Finding the number of ordered triples N N satisfying [ a , b , c ] = 9000 [a,b,c]=9000 is equivalent to finding the number of solutions ( a 1 , b 1 , c 1 ) , ( a 2 , b 2 , c 2 ) , ( a 3 , b 3 , c 3 ) (a_1,b_1,c_1),(a_2,b_2,c_2),(a_3,b_3,c_3) such that max { a 1 , a 2 , a 3 } = 3 , max { b 1 , b 2 , b 3 } = 2 \max\{a_1,a_2,a_3\}=3,\max\{b_1,b_2,b_3\}=2 and max { c 1 , c 2 , c 3 } = 3 \max\{c_1,c_2,c_3\}=3 . We then deduce that at least one of a 1 , a 2 , a 3 a_1,a_2,a_3 is 3 3 , so the number of solutions of max { a 1 , a 2 , a 3 } = 3 \max\{a_1,a_2,a_3\}=3 is 4 3 3 3 = 37 4^3-3^3=37 . Similarly, the number of solutions of max { b 1 , b 2 , b 3 } = 2 \max\{b_1,b_2,b_3\}=2 is 3 3 2 3 = 19 3^3-2^3=19 and the number of solutions of max { c 1 , c 2 , c 3 } = 3 \max\{c_1,c_2,c_3\}=3 is 4 3 3 3 = 37 4^3-3^3=37 . Thus, the number of ordered triples N N is N = 3 7 2 19 = 26011 11 ( m o d 1000 ) N=37^2\cdot 19 = 26011\equiv 11\pmod {1000} .

nice answer but your last step has some mistake there should be 19 in place of 27

Mansi Bahuguna - 6 years, 7 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...