How many pairs ( x , y ) of positive integers with x ≤ y satisfy g cd ( x , y ) = 5 ! and lcm ( x , y ) = 5 0 ! ?
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.
Nice theorem to generalize it!
Let p 1 , p 2 , . . . , p 1 2 denote in, increasing order, the primes from 7 to 4 7
Then 5 ! = 2 3 ⋅ 3 1 ⋅ 5 1 ⋅ p 1 0 ⋅ ⋅ ⋅ p 1 2 0
5 0 ! = 2 α 1 ⋅ 3 α 2 ⋅ 5 α 3 ⋅ p 1 b 1 ⋅ ⋅ p 2 b 2 ⋅ ⋅ ⋅ p 1 2 b 1 2
Note that 2 4 , 3 2 , 5 2 , p 1 , p 2 , . . . . , p 1 2 all divide 5 0 ! so all its prime powers differ from those of 5 !
Since x , y ∣ 5 0 ! they are of the form x = 2 n 1 ⋅ 3 n 2 ⋅ ⋅ ⋅ p 1 2 n 1 5 y = 2 m 1 ⋅ 3 m 2 ⋅ ⋅ ⋅ p 1 2 m 1 5
Then m a x ( n i , m i ) is the i t h prime power in 5 0 ! and m i n ( n i , m i ) is the i t h prime powerin 5 !
Since the prime powers for p 1 2 and under differ in 5 ! and 5 0 ! , there are 2 1 5 choices for x , only half of which will be less than y . (Since for each choice of x , we have that y is forced and either x < y or y < x .) So the number of pairs is 2 1 5 / 2 = 2 1 4 .
Simple standard approach.
Note that you should explain why x = y .
The prime factorization of 50! consists of powers of the primes < 50 or 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 = first 15 primes, after we remove the gcd 5! each remaining term (=prime to some power) must be 100% in x or y because any other split will change the gcd since each of 15 primes have 2 possibilities that gives 2 1 5 combinations with 2 2 1 5 = 2 1 4 = 1 6 3 8 4 having x < y and due to the unequal splits of each prime factor x = y
for example 7^8 can only be split into (x, y) as ( 7 0 , 7 8 ) or ( 7 8 , 7 0 ) or 7 will occur in x and y and ruin gcd=5! while maintaining gcd requires 2 split into 2 3 , 2 4 4 and 3 split 3 1 , 3 2 1 and 5 split 5 1 , 5 1 1
[prime factorization not necessary] 5 ! 5 0 ! = 2 4 7 − 3 ⋅ 3 2 2 − 1 ⋅ 5 1 2 − 1 ⋅ 7 8 ⋅ 7 8 ⋅ 1 1 4 ⋅ 1 3 3 ⋅ 1 7 2 ⋅ 1 9 2 ⋅ 2 3 2 ⋅ 2 9 1 ⋅ 3 1 1 ⋅ 3 7 1 ⋅ 4 1 1 ⋅ 4 3 1 ⋅ 4 7 1
I find this solution really elegant but this explanation less so, so please et me know how I can improve on it :)
Problem Loading...
Note Loading...
Set Loading...
g c d ( x , y ) = 5 ! = 1 2 0
x = 1 2 0 a y = 1 2 0 b g c d ( a , b ) = 1
l c m ( x , y ) = l c m ( 1 2 0 a , 1 2 0 b ) = 1 2 0 l c m ( a , b ) = 1 2 0 a b / g c d ( a , b ) = 1 2 0 a b
1 2 0 a b = 5 0 ! a b = 1 2 0 5 0 !
Theorem: Then number of positive integer solutions to a b = n with a ≤ b and g c d ( a , b ) = 1 is equal to 2 k − 1 where k is the number of distinct prime divisors of n
Proof: take any prime divisor p of n . Let p t be the largest power that divides n . Assume that not all of these powers are in single factor ( a or b ), then that means p is a common factor of a and b which contradicts g c d ( a , b ) = 1 . Thus for any given prime divisor p t in the factorization of n , either p t ∣ a or p t ∣ b but not both.
This means that for each of the k prime divisors we have two choices of which factor to place it in, giving us 2 k possible solutions, however we have a ≤ b thus we need to divide this by half, giving us 2 k − 1 solutions.
QED
So, to find the number of solutions we simply need to know the number of prime divisors of 1 2 0 5 0 ! . the number of prime divisors of 5 0 ! is equal to the number of primes less than 5 0 which is 1 5 . Now we need to consider if any of these prime factors are eliminated when dividing by 1 2 0 = 2 3 ∗ 3 ∗ 5 now since all of 1 6 , 9 , 2 5 are divisors of 5 0 ! that prevents the prime factors 2 , 3 , 5 from being eliminated. Thus the number of prime divisors of 1 2 0 5 0 ! is 15
Thus our solution is 2 1 4 = 1 6 3 8 4