How many ordered pairs of positive integers ( x , y ) satisfy
lcm ( x , y ) = 1 0 0 0 4 0 0 0 6 0 0 0 4 0 0 0 1 ?
This problem is shared by Muhammad A.
Details and assumptions
lcm ( x , y ) denotes the least common multiple of x and y .
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.
How did ya factorize it?
Log in to reply
the number can be expressed as 1x10^16 +4x10^12+6x10^8+4x10^4+1. let k=10, thus k^16+4k^12+6k^8+4k^4+1=(k^4+1)^4=(10001)^4=(73^4)(137^4) my problem was to solve for the possible ordered pairs.
Log in to reply
Thanks
Log in to reply
@Led Tasso – Now that you learnt this, try a similar problem .
Log in to reply
@Calvin Lin – Solved it. Thanks. But how to factaaarize 10001?
Log in to reply
@Led Tasso – that's easy sir. find the max perfect square below this no. then find what is the square root of that no. having done that, check the divisibility of the original no. (10001) with all the prime no below the square root, you are done.
How to factorize 10001?
The first step is determining that
1 0 0 0 4 0 0 0 6 0 0 0 4 0 0 0 1 = ( 1 0 4 + 1 ) 4 = 1 0 0 0 1 4 = 7 3 4 1 3 7 4 .
Since 73 and 137 are both prime, in order to have lcm ( x , y ) = 7 3 4 1 3 7 4 , all of our ordered pairs must be of the form ( 7 3 a 1 3 7 b , 7 3 c 1 3 7 d ) , where a , b , c , and d are all integers from 0 to 4 (inclusive), and max ( a , c ) = max ( b , d ) = 4 .
There are 9 distinct ordered pairs of integers ( a , c ) for which 0 ≤ a , c ≤ 4 and m a x ( a , c ) = 4 , and likewise 9 distinct ordered pairs of integers ( b , d ) for which the same is true. This makes for 9 × 9 = 8 1 distinct ordered pairs ( 7 3 a 1 3 7 b , 7 3 c 1 3 7 d ) whose lcm is 10004000600040001.
did get that i was able to factorize till 10001^4 then what?
Log in to reply
Then factor 10001 itself into 7 3 × 1 3 7 , making 1 0 0 0 1 4 = 7 3 4 × 1 3 7 4 .
What does max(a,c) mean?
Note:
4 cases:
Total 2 5 + 2 4 + 1 6 + 1 6 = 8 1 options.
Nice. Clean Solution
Notice that in the number 1 0 0 0 4 0 0 0 6 0 0 0 4 0 0 0 1 there are the binomial coefficients [ 1 , 4 , 6 , 4 , 1 ] , at the 5th row of Pascal's Triangle. We can use powers of 10 to construct this number as such:
( 1 0 n + 1 ) 4 = ( 1 ) 1 0 4 n + ( 4 ) 1 0 3 n + ( 6 ) 1 0 2 n + ( 4 ) 1 0 n + ( 1 )
So by speculation, 1 0 0 0 4 0 0 0 6 0 0 0 4 0 0 0 1 = ( 1 0 4 + 1 ) 4 = 1 0 0 0 1 4 .
The prime factorization of 10001 is 7 3 ⋅ 1 3 7 . We now must solve,
l c m ( x , y ) = 7 3 4 ⋅ 1 3 7 4
So both x and y must be of the form 7 3 a ⋅ 1 3 7 b , with a , b ∈ { 0 , 1 , 2 , 3 , 4 } . We can also deduce that at least one of x and y must have a or b = 4 , so that the LCM will be exactly 7 3 4 ⋅ 1 3 7 4 .
Now to count the possibilities. We will look at each prime separately. For 7 3 , one of x and y must have an exponent of 4 , so we will assume that this is x , and later multiply by 2. Now, y can be any value from 0 to 3, giving it 4 possible values. So we have, for the prime factor 73, 2 ⋅ 4 = 8 possibilities, plus the possibility that both x and y will have an exponent of 4 , so that gives 9 .
Clearly for the prime 1 3 7 the same is true, so the total amount of ordered pairs of ( x , y ) is,
9 ⋅ 9 = 8 1
Note that 1 0 0 0 4 0 0 0 6 0 0 0 4 0 0 0 1 = 1 0 0 0 1 4 = 7 3 4 ⋅ 1 3 7 4 . (Motivation, the number looks like 1 4 6 4 1 = 1 1 4 .
Let x = 7 3 a ⋅ 1 3 7 c , y = 7 3 b ⋅ 1 3 7 d . Then, m a x ( a , b ) = m a x ( c , d ) = 4 . We consider four cases :
a) a = b , c = d , there is only 1 solution in this case, that is a = b = c = d = 4 .
b) a = b , c = d , there are 8 solutions, because a = b = 4 , we just have to choose c and d . If c > d , then there are 4 choices for d and only 1 for c , similarly, if d > c , there are only 4 choices.
c) a = b , c = d , this case is analogous to b), there is also 8 cases.
d) a = b , c = d . Suppose, a > b , c > d , then there are 4 ⋅ 4 = 1 6 solutions. ( 4 choices for b and 4 choices for c .) There are 3 more similar cases, namely when a > b , c < d , a < b , c > d and a < b , c < d . This gives a total of 6 4 solutions.
Thus, there are a total of 1 + 8 + 8 + 6 4 = 8 1 solutions.
see that 10004000600040001 = (73^4 ) (137^4) The least common multiple to two numbers is [p_{1}^{max(r_{1a}, r_{1b} } ] [ p {2}^max{r {2a},r_{2b}}] where the prime factorization for x = (p1)^n* (p2^m), and y =( p1^k)*( p2^j) here max(n,k)=4 and max(m,j)=4 we have ordered pairs (n,k) as follows let k = 4, then n can be 0,1,2,3,4, next let n = 4 then k can be 0,1,2,3,4 So total number of distinct ways to have 4 = max(n,m) = 5 + 5 - 1 = 9 where we have subtracted the case (4,4) because it is counted twice. Same goes for 4 = max(m,k), there are 9 different ways to construct p2^m , p2^j such that the maximum is p2^4 Hence total no. of ordered pairs is 9 x 9 = 81 pairs
10004000600040001=10^16 + 4 10^12 + 6 10^8+ 4 10^4 +1=(10^4 +1)^4=73^4 137^4 Lcm contains the highest index power among the prime factorisation two numbers of each prime.
so atleast one of the numbers contain 73^4 and the other can have 73^0 or 73^1, or 73^2 or 73^3 giving a total of 4 cases. but considering the that (x,y) is ordered pair we get 4 more cases (reverse of above) and also the case where both contain 73^4. so gives a total of 9 cases. similarly for 137^4 we get 9 cases. total number of ordered pairs = 9*9=81
Problem Loading...
Note Loading...
Set Loading...
First we will try to factorize out - 1 0 0 0 4 0 0 0 6 0 0 0 4 0 0 0 1 and if we are able to successfully factorize it out then almost 8 0 % of our work is done.
Indeed 1 0 0 0 4 0 0 0 6 0 0 0 4 0 0 0 1 factorizes as 7 3 4 × 1 3 7 4
Now, we have l c m ( x , y ) = 7 3 4 × 1 3 7 4
We know that the lcm of two numbers contains the highest power of prime factors of the two numbers. Therefore, x and y can only have maximum value of 7 3 4 × 1 3 7 4 . And if any of two numbers is less than this, then the other number must have the highest value of that prime factor. That means, one or the other number must contain 7 3 4 and 1 3 7 4
Now let us see the different possibilities of ( x , y )
x 7 3 0 7 3 1 7 3 2 7 3 3 7 3 4 7 3 4 7 3 4 7 3 4 7 3 4 y 7 3 4 7 3 4 7 3 4 7 3 4 7 3 4 7 3 3 7 3 2 7 3 1 7 3 0
Thus, total of 9 possibilities for 7 3 x . Similarly, we also get 9 possibilities for 1 3 7 x x ϵ { 0 , 1 , 2 , 3 , 4 }
Hence total of 9 × 9 = 8 1 ordered pairs for ( x , y )