Soru

Zorluk: OrtaGreatest Common Divisor (GCD) and Least Common Multiple (LCM)

Two positive integers mm and nn satisfy GCD(m,n)=60\text{GCD}(m, n) = 60 and LCM(m,n)=75600\text{LCM}(m, n) = 75{}600. Given that mm is divisible by 6363 but not by 189189, and nn is divisible by 400400, what is the value of mm?

Cevap: 1260

Cevap

1260
By finding the prime factorizations of the GCD (2231512^2 \cdot 3^1 \cdot 5^1) and LCM (243352712^4 \cdot 3^3 \cdot 5^2 \cdot 7^1), we determine the prime powers for mm and nn using min\min and max\max rules. The constraint that nn is divisible by 400=2452400 = 2^4 \cdot 5^2 fixes e2(n)=4e_2(n)=4 and e5(n)=2e_5(n)=2, which forces e2(m)=2e_2(m)=2 and e5(m)=1e_5(m)=1. The constraint that mm is divisible by 63=327163 = 3^2 \cdot 7^1 but not 189=3371189 = 3^3 \cdot 7^1 fixes e3(m)=2e_3(m)=2 and e7(m)=1e_7(m)=1. Evaluating m=22325171m = 2^2 \cdot 3^2 \cdot 5^1 \cdot 7^1 gives 12601{}260.

Adım Adım Çözüm

1
Prime factorize the GCD and LCM
GCD = 2^2 * 3^1 * 5^1 * 7^0 and LCM = 2^4 * 3^3 * 5^2 * 7^1
GCD represents the minimum exponent of each prime shared by m and n, whereas LCM represents the maximum exponent.
2
Determine the prime exponents for m using divisibility conditions
e_2(m) = 2, e_3(m) = 2, e_5(m) = 1, e_7(m) = 1
Divisibility of n by 400 forces e_2(n)=4 and e_5(n)=2, leaving e_2(m)=2 and e_5(m)=1. Divisibility of m by 63 but not 189 fixes e_3(m)=2 and e_7(m)=1.
3
Compute the product of prime powers for m
m = 4 * 9 * 5 * 7 = 1260
Multiplying the determined prime factors yields the exact value of integer m.

Anahtar Kavram

Greatest Common Divisor (GCD) and Least Common Multiple (LCM) Prime Exponent Rules
Tahmini Süre:2m 0s
Bu soruyu puanla