Greatest Common Divisor (GCD) and Least Common Multiple (LCM)

22 soru

Soru 1Soru

A rectangular tabletop measuring 126 centimeters126\text{ centimeters} by 180 centimeters180\text{ centimeters} is to be completely covered by non-overlapping, identical square tiles of the maximum possible side length, such that no tiles need to be cut. How many such square tiles are required to cover the entire tabletop?

Cevabı ve açıklamayı göster

Cevap: 70

Cevap

70 tiles are required to cover the tabletop.
To cover a 126 cm×180 cm126\text{ cm} \times 180\text{ cm} surface with identical square tiles of maximum side length without cutting, the side length of each square tile must be the greatest common divisor of 126126 and 180180, which is 18 cm18\text{ cm}. Dividing the surface dimensions by 18 cm18\text{ cm} gives 77 tiles along one side and 1010 tiles along the other, yielding a total of 7070 tiles.

Adım Adım Çözüm

1
Determine the prime factorizations of the tabletop dimensions 126 and 180.
126=21×32×71126 = 2^1 \times 3^2 \times 7^1 and 180=22×32×51180 = 2^2 \times 3^2 \times 5^1
Prime factorization allows systematic extraction of the greatest common divisor.
2
Calculate the Greatest Common Divisor (GCD) of 126 and 180.
GCD(126,180)=2min(1,2)×3min(2,2)=21×32=18\text{GCD}(126, 180) = 2^{\min(1,2)} \times 3^{\min(2,2)} = 2^1 \times 3^2 = 18
The maximum side length of a square tile that fits evenly without cutting is the GCD of the two dimensions.
3
Find the total number of tiles required.
\text{Total tiles} = \left(\frac{126}{18}\right) \times \left(\frac{180}{18}\right) = 7 \times 10 = 70
The total area divided by the area of one tile gives the number of tiles needed.

Anahtar Kavram

Greatest Common Divisor (GCD) application in geometric spatial partitioning
Soru 2Soru

What is the greatest common divisor (GCD) of 23×32×52^3 \times 3^2 \times 5 and 22×332^2 \times 3^3?

Cevabı ve açıklamayı göster

Cevap: 3636

Cevap

The greatest common divisor (GCD) of 23×32×52^3 \times 3^2 \times 5 and 22×332^2 \times 3^3 is 3636.
The greatest common divisor (GCD) is calculated by taking the lowest power of each prime factor common to both expressions. For 23×32×52^3 \times 3^2 \times 5 and 22×332^2 \times 3^3, the common prime factors are 22 and 33. Taking the smallest exponents gives 22×32=4×9=362^2 \times 3^2 = 4 \times 9 = 36.

Adım Adım Çözüm

1
Identify the common prime factors in both numbers.
The prime factors present in both numbers are 22 and 33. The factor 55 is only present in the first number.
GCD requires prime factors that are shared by all target numbers.
2
Select the minimum exponent for each common prime factor.
For 22: min(3,2)=2\min(3, 2) = 2. For 33: min(2,3)=2\min(2, 3) = 2. For 55: min(1,0)=0\min(1, 0) = 0.
The GCD contains only the prime powers that divide both numbers completely.
3
Multiply the resulting prime power factors to evaluate the GCD.
GCD=22×32=4×9=36\text{GCD} = 2^2 \times 3^2 = 4 \times 9 = 36.
Evaluating the prime factor powers gives the final integer value.

Anahtar Kavram

To find the Greatest Common Divisor (GCD) of numbers written in prime factorized form, take the product of each common prime factor raised to its smallest exponent across all the factorizations.
Tahmini Süre:1m 0s
Soru 3Soru

What is the least common multiple (LCM) of 1212 and 1818?

Cevabı ve açıklamayı göster

Cevap: 36

Cevap

The least common multiple of 1212 and 1818 is 3636.
To find the least common multiple of 1212 and 1818, determine the prime factorization of each number (12=22×3112 = 2^2 \times 3^1 and 18=21×3218 = 2^1 \times 3^2). The LCM is calculated by taking the maximum power of each prime factor present: 22×32=4×9=362^2 \times 3^2 = 4 \times 9 = 36.

Adım Adım Çözüm

1
Express both numbers in terms of their prime factorizations.
12=22×3112 = 2^2 \times 3^1 and 18=21×3218 = 2^1 \times 3^2
Prime factorization separates each number into basic prime components.
2
Select the highest power of each prime factor that appears in either factorization.
The highest power of 22 is 222^2, and the highest power of 33 is 323^2.
The least common multiple must contain enough factors to be divisible by both original numbers.
3
Calculate the product of these highest prime powers.
LCM(12,18)=22×32=4×9=36\text{LCM}(12, 18) = 2^2 \times 3^2 = 4 \times 9 = 36
Multiplying the chosen powers yields the minimum integer divisible by both 1212 and 1818.

Anahtar Kavram

Finding the Least Common Multiple (LCM) via Prime Factorization
Tahmini Süre:45s
Soru 4Soru

For two positive integers aa and bb, the greatest common divisor is 1515 and the least common multiple is 180180. If a=45a = 45, what is the value of bb?

Cevabı ve açıklamayı göster

Cevap: 60

Cevap

60
For any two positive integers aa and bb, the product of their greatest common divisor and their least common multiple equals the product of the two numbers, expressed as GCD(a,b)×LCM(a,b)=a×b\text{GCD}(a, b) \times \text{LCM}(a, b) = a \times b. Plugging in the given values yields 15×180=45×b15 \times 180 = 45 \times b. Dividing 27002700 by 4545 results in 6060.

Adım Adım Çözüm

1
Recall the fundamental relation between GCD and LCM for two positive integers.
GCD(a,b)×LCM(a,b)=a×b\text{GCD}(a, b) \times \text{LCM}(a, b) = a \times b
The product of the greatest common divisor and the least common multiple of two positive integers is equal to the product of the integers themselves.
2
Substitute the given values into the formula.
15×180=45×b15 \times 180 = 45 \times b
We are given GCD(a,b)=15\text{GCD}(a,b) = 15, LCM(a,b)=180\text{LCM}(a,b) = 180, and a=45a = 45.
3
Solve for bb.
b=15×18045=1803=60b = \frac{15 \times 180}{45} = \frac{180}{3} = 60
Dividing both sides by 4545 simplifies to 180÷3=60180 \div 3 = 60.

Anahtar Kavram

Relationship between GCD, LCM, and the product of two positive integers.
Tahmini Süre:1m 30s
Soru 5Soru

For two positive integers mm and nn, their prime factorizations are given by m=23×3a×5bm = 2^3 \times 3^a \times 5^b and n=2c×33×51n = 2^c \times 3^3 \times 5^1, where aa, bb, and cc are positive integer exponents. If the greatest common divisor of mm and nn is GCD(m,n)=360\text{GCD}(m, n) = 360 and their least common multiple is LCM(m,n)=108,000\text{LCM}(m, n) = 108,000, what is the value of a+b+ca + b + c?

Cevabı ve açıklamayı göster

Cevap: 1010

Cevap

The correct value of a+b+ca + b + c is 1010.
First, find the prime factorizations of 360360 and 108,000108,000:
- 360=23×32×51360 = 2^3 \times 3^2 \times 5^1
- 108,000=25×33×53108,000 = 2^5 \times 3^3 \times 5^3

Using the properties of GCD and LCM:
- For base 22: GCD\text{GCD} power is 33 and LCM\text{LCM} power is 55. Since mm has 232^3, nn must have 2c2^c where c=5c = 5.
- For base 33: GCD\text{GCD} power is 22 and LCM\text{LCM} power is 33. Since nn has 333^3, mm must have 3a3^a where a=2a = 2.
- For base 55: GCD\text{GCD} power is 11 and LCM\text{LCM} power is 33. Since nn has 515^1, mm must have 5b5^b where b=3b = 3.

Summing these values gives a+b+c=2+3+5=10a + b + c = 2 + 3 + 5 = 10.

Adım Adım Çözüm

1
Express GCD and LCM in prime factorized form.
GCD(m,n)=360=23×32×51\text{GCD}(m, n) = 360 = 2^3 \times 3^2 \times 5^1 and LCM(m,n)=108,000=25×33×53\text{LCM}(m, n) = 108,000 = 2^5 \times 3^3 \times 5^3.
Converting given numbers into prime powers allows direct comparison with the exponents of mm and nn.
2
Apply prime exponent min/max rules to determine aa, bb, and cc.
For prime 22: max(3,c)=5    c=5\max(3, c) = 5 \implies c = 5. For prime 33: min(a,3)=2    a=2\min(a, 3) = 2 \implies a = 2. For prime 55: max(b,1)=3    b=3\max(b, 1) = 3 \implies b = 3.
GCD\text{GCD} uses the minimum exponent for each prime factor, while LCM\text{LCM} uses the maximum exponent.
3
Sum the derived exponents aa, bb, and cc.
a+b+c=2+3+5=10a + b + c = 2 + 3 + 5 = 10.
The question asks for the sum a+b+ca + b + c.

Anahtar Kavram

Prime Factor Exponent Rule for GCD and LCM

Alternatif Yöntem

Use the product formula GCD(m,n)×LCM(m,n)=m×n\text{GCD}(m, n) \times \text{LCM}(m, n) = m \times n. Multiplying gives 360×108,000=38,880,000=28×35×54360 \times 108,000 = 38,880,000 = 2^8 \times 3^5 \times 5^4. Multiplying m×n=(23×3a×5b)×(2c×33×51)=23+c×3a+3×5b+1m \times n = (2^3 \times 3^a \times 5^b) \times (2^c \times 3^3 \times 5^1) = 2^{3+c} \times 3^{a+3} \times 5^{b+1}. Equating powers: 3+c=8    c=53+c=8 \implies c=5, a+3=5    a=2a+3=5 \implies a=2, b+1=4    b=3b+1=4 \implies b=3. Thus a+b+c=2+3+5=10a+b+c = 2+3+5 = 10.
Tahmini Süre:2m 0s
Soru 6Soru

What is the number of distinct prime factors of the greatest common divisor (GCD) of 6060 and 9090?

Cevabı ve açıklamayı göster

Cevap: 3

Cevap

3
The prime factorization of 60 is 22×3×52^2 \times 3 \times 5 and the prime factorization of 90 is 2×32×52 \times 3^2 \times 5. The GCD is obtained by taking the lowest exponent for each common prime base: GCD(60,90)=21×31×51=30\text{GCD}(60, 90) = 2^1 \times 3^1 \times 5^1 = 30. The distinct prime factors of 30 are 2, 3, and 5, yielding a count of 3.

Adım Adım Çözüm

1
Find the prime factorizations of 60 and 90.
60=22×31×5160 = 2^2 \times 3^1 \times 5^1 and 90=21×32×5190 = 2^1 \times 3^2 \times 5^1
Expressing numbers as products of prime factors is the standard method for finding their GCD.
2
Determine the GCD by taking the lowest power of each common prime factor.
GCD(60,90)=2min(2,1)×3min(1,2)×5min(1,1)=21×31×51=30\text{GCD}(60, 90) = 2^{\min(2,1)} \times 3^{\min(1,2)} \times 5^{\min(1,1)} = 2^1 \times 3^1 \times 5^1 = 30
The GCD takes the common prime bases raised to their minimum respective exponents.
3
Identify and count the distinct prime factors of 30.
The distinct prime factors of 30 are 2, 3, and 5, giving a total of 3 prime factors.
By prime definition, 1 is excluded from the list of prime factors.

Anahtar Kavram

Greatest Common Divisor (GCD) and Prime Factorization
Tahmini Süre:1m 0s
Soru 7Soru

For two positive integers xx and yy, their greatest common divisor is gcd(x,y)=12\gcd(x, y) = 12 and their least common multiple is lcm(x,y)=10,800\text{lcm}(x, y) = 10,800. If x>yx > y, xx is not divisible by 99, and yy is not divisible by 2525, what is the value of x+yx + y?

Cevabı ve açıklamayı göster

Cevap: 1,308

Cevap

The sum of the two integers x+yx + y is 1,3081,308.
By prime factorizing the given GCD (22312^2 \cdot 3^1) and LCM (2433522^4 \cdot 3^3 \cdot 5^2), the minimum and maximum exponents for each prime factor are determined. The constraint that xx is not divisible by 99 forces the exponent of 33 in xx to be 11, so the exponent of 33 in yy must be 33. The constraint that yy is not divisible by 2525 forces the exponent of 55 in yy to be 00, so the exponent of 55 in xx must be 22. Finally, the condition x>yx > y requires the exponent of 22 in xx to be 44 and in yy to be 22. Thus, x=1,200x = 1,200 and y=108y = 108, giving x+y=1,308x + y = 1,308.

Adım Adım Çözüm

1
Express the GCD and LCM in their prime factorizations.
gcd(x,y)=12=223150\gcd(x, y) = 12 = 2^2 \cdot 3^1 \cdot 5^0 and lcm(x,y)=10,800=243352\text{lcm}(x, y) = 10,800 = 2^4 \cdot 3^3 \cdot 5^2.
Decomposing into prime factors allows direct determination of the minimum and maximum powers of each prime factor present in xx and yy.
2
Determine the prime exponents for xx and yy using the given divisibility constraints.
For prime factor 33: min(b1,b2)=1\min(b_1, b_2) = 1 and max(b1,b2)=3\max(b_1, b_2) = 3. Since xx is not divisible by 9=329 = 3^2, b1=1b_1 = 1, which forces b2=3b_2 = 3. For prime factor 55: min(c1,c2)=0\min(c_1, c_2) = 0 and max(c1,c2)=2\max(c_1, c_2) = 2. Since yy is not divisible by 25=5225 = 5^2, c2<2c_2 < 2, which forces c1=2c_1 = 2 and c2=0c_2 = 0.
The GCD gives the minimum exponent of each prime factor across both numbers, while the LCM gives the maximum exponent.
3
Apply the condition x>yx > y to assign the powers of 22.
The exponents for 22 must be {2,4}\{2, 4\}. If xx takes exponent 44 and yy takes exponent 22, x=243152=1,200x = 2^4 \cdot 3^1 \cdot 5^2 = 1,200 and y=223350=108y = 2^2 \cdot 3^3 \cdot 5^0 = 108. Since 1,200>1081,200 > 108, this satisfies x>yx > y.
If xx took exponent 22 and yy took exponent 44, then x=300x = 300 and y=432y = 432, violating x>yx > y.
4
Calculate x+yx + y.
x+y=1,200+108=1,308x + y = 1,200 + 108 = 1,308.
Adding the uniquely determined values of xx and yy gives the final requested sum.

Anahtar Kavram

Prime factor exponent min/max rules for GCD and LCM: gcd(x,y)\gcd(x,y) takes the minimum exponent of each prime factor, while lcm(x,y)\text{lcm}(x,y) takes the maximum exponent.
Tahmini Süre:2m 30s
Soru 8Soru

For distinct prime numbers pp and qq, two positive integers are defined as a=p3q2a = p^3 q^2 and b=p2q4b = p^2 q^4. What is the ratio of the least common multiple of aa and bb to the greatest common divisor of aa and bb?

Cevabı ve açıklamayı göster

Cevap: pq2p q^2

Cevap

pq2p q^2
The greatest common divisor of a=p3q2a = p^3 q^2 and b=p2q4b = p^2 q^4 is p2q2p^2 q^2 by taking the minimum exponent for each prime factor. The least common multiple is p3q4p^3 q^4 by taking the maximum exponent for each prime factor. Dividing the LCM by the GCD yields p3q4p2q2=pq2\frac{p^3 q^4}{p^2 q^2} = p q^2.

Adım Adım Çözüm

1
Find the prime factorization representation of the greatest common divisor (GCD) of aa and bb.
GCD(a,b)=pmin(3,2)qmin(2,4)=p2q2\text{GCD}(a, b) = p^{\min(3, 2)} q^{\min(2, 4)} = p^2 q^2
The GCD taking prime factorizations uses the minimum power of each common prime factor.
2
Find the prime factorization representation of the least common multiple (LCM) of aa and bb.
LCM(a,b)=pmax(3,2)qmax(2,4)=p3q4\text{LCM}(a, b) = p^{\max(3, 2)} q^{\max(2, 4)} = p^3 q^4
The LCM taking prime factorizations uses the maximum power of each prime factor.
3
Compute the ratio of the LCM to the GCD.
\frac{\text{LCM}(a, b)}{\text{GCD}(a, b)} = \frac{p^3 q^4}{p^2 q^2} = p^{3-2} q^{4-2} = p q^2
Dividing exponential terms with the same base requires subtracting their exponents.

Anahtar Kavram

Calculating GCD and LCM using prime factor exponent rules and evaluating their ratio
Soru 9Soru

For three positive integers xx, yy, and zz, all of whose prime factors belong exclusively to the set {2,3,5}\{2, 3, 5\}, their pairwise greatest common divisors are given by gcd(x,y)=60\gcd(x, y) = 60, gcd(y,z)=90\gcd(y, z) = 90, and gcd(x,z)=150\gcd(x, z) = 150. What is the minimum possible value of the sum x+y+zx + y + z?

Cevabı ve açıklamayı göster

Cevap: 930930

Cevap

The minimum possible value of the sum x+y+zx + y + z is 930930.
Analyzing the prime factorization exponents for each prime factor p{2,3,5}p \in \{2, 3, 5\} establishes minimum lower bounds on exponents. For prime 22, min(x2,y2)=2\min(x_2, y_2) = 2 forces x22x_2 \ge 2 and y22y_2 \ge 2, which in turn forces z2=1z_2 = 1 to satisfy min(y2,z2)=1\min(y_2, z_2) = 1. Similarly, for prime 33, y32y_3 \ge 2 and z32z_3 \ge 2 forces x3=1x_3 = 1. For prime 55, x52x_5 \ge 2 and z52z_5 \ge 2 forces y5=1y_5 = 1. Evaluating x=223152=300x = 2^2 \cdot 3^1 \cdot 5^2 = 300, y=223251=180y = 2^2 \cdot 3^2 \cdot 5^1 = 180, and z=213252=450z = 2^1 \cdot 3^2 \cdot 5^2 = 450 gives x+y+z=930x + y + z = 930.

Adım Adım Çözüm

1
Express the given pairwise GCDs in their prime factorized forms.
gcd(x,y)=60=22×31×51\gcd(x,y) = 60 = 2^2 \times 3^1 \times 5^1
gcd(y,z)=90=21×32×51\gcd(y,z) = 90 = 2^1 \times 3^2 \times 5^1
gcd(x,z)=150=21×31×52\gcd(x,z) = 150 = 2^1 \times 3^1 \times 5^2
The exponent of any prime pp in gcd(a,b)\gcd(a,b) is min(ap,bp)\min(a_p, b_p).
2
Determine the minimum required prime exponents for prime 22.
min(x2,y2)=2\min(x_2, y_2) = 2, min(y2,z2)=1\min(y_2, z_2) = 1, min(x2,z2)=1    x2=2,y2=2,z2=1\min(x_2, z_2) = 1 \implies x_2 = 2, y_2 = 2, z_2 = 1
Since min(x2,y2)=2\min(x_2, y_2) = 2, both x22x_2 \ge 2 and y22y_2 \ge 2. To satisfy min(y2,z2)=1\min(y_2, z_2) = 1, we must have z2=1z_2 = 1. The minimal exponents are x2=2,y2=2,z2=1x_2=2, y_2=2, z_2=1.
3
Determine the minimum required prime exponents for prime 33.
min(x3,y3)=1\min(x_3, y_3) = 1, min(y3,z3)=2\min(y_3, z_3) = 2, min(x3,z3)=1    x3=1,y3=2,z3=2\min(x_3, z_3) = 1 \implies x_3 = 1, y_3 = 2, z_3 = 2
Since min(y3,z3)=2\min(y_3, z_3) = 2, both y32y_3 \ge 2 and z32z_3 \ge 2. To satisfy min(x3,y3)=1\min(x_3, y_3) = 1, we must have x3=1x_3 = 1. The minimal exponents are x3=1,y3=2,z3=2x_3=1, y_3=2, z_3=2.
4
Determine the minimum required prime exponents for prime 55.
min(x5,y5)=1\min(x_5, y_5) = 1, min(y5,z5)=1\min(y_5, z_5) = 1, min(x5,z5)=2    x5=2,y5=1,z5=2\min(x_5, z_5) = 2 \implies x_5 = 2, y_5 = 1, z_5 = 2
Since min(x5,z5)=2\min(x_5, z_5) = 2, both x52x_5 \ge 2 and z52z_5 \ge 2. To satisfy min(x5,y5)=1\min(x_5, y_5) = 1, we must have y5=1y_5 = 1. The minimal exponents are x5=2,y5=1,z5=2x_5=2, y_5=1, z_5=2.
5
Calculate the values of xx, yy, and zz and find their sum.
x=22×31×52=300x = 2^2 \times 3^1 \times 5^2 = 300
y=22×32×51=180y = 2^2 \times 3^2 \times 5^1 = 180
z=21×32×52=450z = 2^1 \times 3^2 \times 5^2 = 450
x+y+z=300+180+450=930x + y + z = 300 + 180 + 450 = 930
Summing the minimal values yields the required minimum total.

Anahtar Kavram

Finding integers from pairwise GCD conditions using prime factor exponent minimums: vp(gcd(a,b))=min(vp(a),vp(b))\text{v}_p(\gcd(a,b)) = \min(\text{v}_p(a), \text{v}_p(b)).
Tahmini Süre:2m 30s
Soru 10Soru

Three automated security beacons flash at regular intervals of 1818 seconds, 2424 seconds, and 4242 seconds, respectively. If all three beacons flash simultaneously at 8:00:00 AM, how many times will all three beacons flash simultaneously between 8:01:00 AM and 9:00:00 AM, inclusive?

Cevabı ve açıklamayı göster

Cevap: 7

Cevap

7
The least common multiple of 18, 24, and 42 is 504 seconds. The timeframe between 8:01:00 AM and 9:00:00 AM inclusive represents elapsed times from 60 seconds to 3600 seconds after 8:00:00 AM. Dividing 3600 by 504 gives 7 full periods (3528 seconds), all of which are greater than 60 seconds. Therefore, the beacons flash simultaneously 7 times within the specified period.

Adım Adım Çözüm

1
Find the Least Common Multiple (LCM) of the three flash intervals.
LCM(18, 24, 42) = 504 seconds
The beacons flash simultaneously at time intervals that are integer multiples of the LCM of their individual cycle times.
2
Convert the target time interval (8:01:00 AM to 9:00:00 AM) into seconds after the initial flash at 8:00:00 AM (t = 0).
Range is from t = 60 seconds to t = 3600 seconds
8:01:00 AM is 60 seconds after 8:00:00 AM, and 1 hour (9:00:00 AM) equals 3600 seconds after 8:00:00 AM.
3
Determine the number of positive multiples of 504 within the interval [60, 3600].
7 multiples (504, 1008, 1512, 2016, 2520, 3024, 3528)
Dividing 3600 by 504 gives 7 with a remainder of 72. Since the first positive multiple (504) is greater than 60, all 7 multiples fall strictly within the specified window.

Anahtar Kavram

Application of Least Common Multiple (LCM) to periodic events
Soru 11Soru

Two positive integers mm and nn satisfy m<nm < n. Their greatest common divisor is 1818 and their least common multiple is 1,0801,080. If mm is not divisible by 2727 and nn is not divisible by 55, what is the value of nmn - m?

Cevabı ve açıklamayı göster

Cevap: 126

Cevap

The value of nmn - m is 126126.
By writing m=18am = 18a and n=18bn = 18b with GCD(a,b)=1\text{GCD}(a,b) = 1, we find ab=60a \cdot b = 60. Evaluating all coprime factor pairs (a,b)(a, b) shows that only (5,12)(5, 12) satisfies all constraints (m=90m = 90 is not a multiple of 2727, and n=216n = 216 is not a multiple of 55). The difference is 21690=126216 - 90 = 126.

Adım Adım Çözüm

1
Relate GCD, LCM, and coprime factors.
Let m=18am = 18a and n=18bn = 18b, where GCD(a,b)=1\text{GCD}(a, b) = 1 and a<ba < b. Then ab=108018=60a \cdot b = \frac{1080}{18} = 60.
The product of two positive integers equals the product of their GCD and LCM.
2
Determine all coprime factor pairs of 6060.
The coprime pairs (a,b)(a, b) with a<ba < b such that ab=60a \cdot b = 60 are (1,60)(1, 60), (3,20)(3, 20), (4,15)(4, 15), and (5,12)(5, 12).
Since GCD(a,b)=1\text{GCD}(a, b) = 1, prime factors of 60=223560 = 2^2 \cdot 3 \cdot 5 cannot be shared between aa and bb.
3
Apply the given constraints to eliminate invalid pairs.
The pair (5,12)(5, 12) is the only pair satisfying both conditions: m=90m = 90 is not divisible by 2727, and n=216n = 216 is not divisible by 55.
Pairs (1,60)(1,60) and (4,15)(4,15) yield nn divisible by 55; pair (3,20)(3,20) yields m=54m=54 which is divisible by 2727.
4
Compute the final difference nmn - m.
nm=21690=126n - m = 216 - 90 = 126.
Subtract mm from nn using the valid values found.

Anahtar Kavram

Properties of GCD and LCM, prime factorization, and coprime factor pairs
Tahmini Süre:2m 0s
Soru 12Soru

For positive integers aa, bb, and cc, let x=2a×33×5bx = 2^a \times 3^3 \times 5^b and y=23×3c×51y = 2^3 \times 3^c \times 5^1. If GCD(x,y)=360\text{GCD}(x, y) = 360 and LCM(x,y)=270,000\text{LCM}(x, y) = 270,000, what is the value of a+b+ca + b + c?

Cevabı ve açıklamayı göster

Cevap: 10

Cevap

10
First, express the given GCD and LCM in prime factor form: 360=23×32×51360 = 2^3 \times 3^2 \times 5^1 and 270,000=24×33×54270,000 = 2^4 \times 3^3 \times 5^4. For any two numbers, the exponent of each prime factor in their GCD is the minimum of their individual exponents, while the exponent in their LCM is the maximum. Comparing prime 2: max(a,3)=4\max(a, 3) = 4, so a=4a = 4. Comparing prime 3: min(3,c)=2\min(3, c) = 2, so c=2c = 2. Comparing prime 5: max(b,1)=4\max(b, 1) = 4, so b=4b = 4. Therefore, a+b+c=4+4+2=10a + b + c = 4 + 4 + 2 = 10.

Adım Adım Çözüm

1
Find the prime factorizations of GCD(x, y) and LCM(x, y)
360 = 2^3 × 3^2 × 5^1 and 270,000 = 2^4 × 3^3 × 5^4
Expressing GCD and LCM in prime factor form allows direct comparison of prime exponents.
2
Apply prime exponent rules for GCD (minimum) and LCM (maximum)
For prime 2: min(a, 3) = 3 and max(a, 3) = 4, so a = 4.
For prime 3: min(3, c) = 2 and max(3, c) = 3, so c = 2.
For prime 5: min(b, 1) = 1 and max(b, 1) = 4, so b = 4.
The GCD takes the minimum exponent for each prime factor, while the LCM takes the maximum exponent.
3
Calculate the sum a + b + c
4 + 4 + 2 = 10
Substitute the evaluated exponent values to find the requested total.

Anahtar Kavram

GCD and LCM via Prime Factorization Exponents
Tahmini Süre:1m 30s
Soru 13Soru

For three positive integers aa, bb, and cc, the greatest common divisor of any pair among them is 1212, and the least common multiple of all three integers is 5,0405,040. If a=60a = 60, what is the minimum possible value of b+cb + c?

Cevabı ve açıklamayı göster

Cevap: 228228

Cevap

The minimum possible value of b+cb + c is 228228.
The value 228228 is correct because prime factor analysis shows bb and cc must take exponents {4,2}\{4, 2\} for prime 2, {2,1}\{2, 1\} for prime 3, {0,0}\{0, 0\} for prime 5, and {1,0}\{1, 0\} for prime 7. Combining 24×32=1442^4 \times 3^2 = 144 and 22×31×71=842^2 \times 3^1 \times 7^1 = 84 satisfies all pairwise GCD and LCM conditions while minimizing the sum to 144+84=228144 + 84 = 228.

Adım Adım Çözüm

1
Express the given numbers and conditions in prime factorized form.
The pairwise GCD is 12=22×3112 = 2^2 \times 3^1. The LCM of a,b,ca, b, c is 5,040=24×32×51×715,040 = 2^4 \times 3^2 \times 5^1 \times 7^1. Given a=60=22×31×51a = 60 = 2^2 \times 3^1 \times 5^1.
Prime factorization allows exact determination of the minimum and maximum required exponent for each prime factor across a,b,a, b, and cc.
2
Determine the prime factor exponent constraints for bb and cc.
For prime factor 2: min exponent is 2, max is 4. Since aa has 222^2, exponents for (b,c)(b,c) for factor 2 must be {4,2}\{4, 2\} to minimize sum.
For prime factor 3: min exponent is 1, max is 2. Since aa has 313^1, exponents for (b,c)(b,c) for factor 3 must be {2,1}\{2, 1\}.
For prime factor 5: since gcd(a,b)=12\gcd(a,b) = 12 and gcd(a,c)=12\gcd(a,c) = 12, 5 cannot divide bb or cc. Thus exponents for factor 5 are both 0.
For prime factor 7: max exponent is 1 in LCM, but aa has 707^0 and pairwise GCD has 707^0, so exactly one of bb or cc has 717^1 and the other has 707^0.
The pairwise GCD dictates the minimum exponent present in all pairs, while the overall LCM dictates the maximum exponent present across the three numbers.
3
Test allocations of exponents to minimize b+cb + c.
We must distribute exponents {4,2}\{4, 2\} for 2, {2,1}\{2, 1\} for 3, and {1,0}\{1, 0\} for 7 between bb and cc.
Allocation 1: b=24×32=144b = 2^4 \times 3^2 = 144 and c=22×31×71=84    b+c=228c = 2^2 \times 3^1 \times 7^1 = 84 \implies b + c = 228.
Allocation 2: b=24×31=48b = 2^4 \times 3^1 = 48 and c=22×32×71=252    b+c=300c = 2^2 \times 3^2 \times 7^1 = 252 \implies b + c = 300.
Allocation 3: b=24×31×71=336b = 2^4 \times 3^1 \times 7^1 = 336 and c=22×32=36    b+c=372c = 2^2 \times 3^2 = 36 \implies b + c = 372.
Allocation 4: b=24×32×71=1008b = 2^4 \times 3^2 \times 7^1 = 1008 and c=22×31=12    b+c=1020c = 2^2 \times 3^1 = 12 \implies b + c = 1020.
Comparing all valid exponent combinations reveals the minimum sum.
4
Identify the minimum sum.
The minimum sum is 228228.
The smallest sum among all valid combinations is 144+84=228144 + 84 = 228.

Anahtar Kavram

Prime factor exponent extraction for pairwise GCD and joint LCM of three numbers
Tahmini Süre:2m 0s
Soru 14Soru

Two positive integers aa and bb are in the ratio 3:83 : 8. If the least common multiple (LCM) of aa and bb is 360360, what is the greatest common divisor (GCD) of aa and bb?

Cevabı ve açıklamayı göster

Cevap: 15

Cevap

The greatest common divisor of aa and bb is 15.
Any two positive integers in the ratio 3:83 : 8 can be written as 3g3g and 8g8g, where gg is their greatest common divisor. Because 33 and 88 are coprime (their GCD is 11), the least common multiple of 3g3g and 8g8g is 3×8×g=24g3 \times 8 \times g = 24g. Setting 24g=36024g = 360 and dividing by 2424 yields g=15g = 15.

Adım Adım Çözüm

1
Represent the two integers using their ratio and their greatest common divisor.
Let g=gcd(a,b)g = \gcd(a, b). Then a=3ga = 3g and b=8gb = 8g, where 33 and 88 share no common factors other than 11.
When two numbers are in reduced ratio p:qp : q, dividing both by their GCD leaves coprime factors pp and qq.
2
Express the LCM of aa and bb in terms of gg.
\text{LCM}(a, b) = 3 \times 8 \times g = 24g.
The LCM of two numbers pgp \cdot g and qgq \cdot g with gcd(p,q)=1\gcd(p, q) = 1 is pqgp \cdot q \cdot g.
3
Solve for gg using the given LCM value of 360360.
24g = 360 \implies g = 15.
Dividing the given LCM by the product of the coprime ratio components yields the GCD.

Anahtar Kavram

Relationship between GCD, LCM, and coprime factor ratios of two positive integers
Tahmini Süre:1m 15s
Soru 15Soru

Two positive integers xx and yy have a greatest common divisor (GCD) of 1414 and a least common multiple (LCM) of 840840. If 14<x<y<20014 < x < y < 200 and xx is not a multiple of 44, what is the value of yxy - x?

Cevabı ve açıklamayı göster

Cevap: 9898

Cevap

The value of yxy - x is 9898.
The prime factorizations of GCD(x,y)=14=21×71\text{GCD}(x,y)=14=2^1 \times 7^1 and LCM(x,y)=840=23×31×51×71\text{LCM}(x,y)=840=2^3 \times 3^1 \times 5^1 \times 7^1 require xx and yy to split the exponents of 2,3,5,72, 3, 5, 7. Since xx is not a multiple of 44, xx contains 212^1 and yy contains 232^3. Both contain 717^1. To satisfy 14<x<y<20014 < x < y < 200, xx must take factor 55 (x=70x = 70) and yy must take factor 33 (y=168y = 168). The difference is 16870=98168 - 70 = 98.

Adım Adım Çözüm

1
Express the GCD and LCM in prime factorized form.
GCD(x,y)=14=21×30×50×71\text{GCD}(x, y) = 14 = 2^1 \times 3^0 \times 5^0 \times 7^1 and LCM(x,y)=840=23×31×51×71\text{LCM}(x, y) = 840 = 2^3 \times 3^1 \times 5^1 \times 7^1.
Prime factorization allows us to analyze the min and max prime exponents shared between xx and yy.
2
Determine the distribution of prime factor exponents between xx and yy.
For factor 77: both xx and yy must have exponent 11.
For factor 22: min(ax,ay)=1\min(a_x, a_y) = 1 and max(ax,ay)=3\max(a_x, a_y) = 3. Since xx is not divisible by 44 (222^2), ax=1a_x = 1, which forces ay=3a_y = 3.
For factors 33 and 55: one integer receives 313^1 and the other receives 515^1.
The GCD takes the minimum exponent and the LCM takes the maximum exponent for each prime factor.
3
Test possible assignments of factors 33 and 55 under the given inequalities.
Case 1: xx gets 33 and yy gets 55. x=2×7×3=42x = 2 \times 7 \times 3 = 42, y=8×7×5=280y = 8 \times 7 \times 5 = 280. This fails y<200y < 200.
Case 2: xx gets 55 and yy gets 33. x=2×7×5=70x = 2 \times 7 \times 5 = 70, y=8×7×3=168y = 8 \times 7 \times 3 = 168. This satisfies 14<70<168<20014 < 70 < 168 < 200.
Only Case 2 satisfies all structural and boundary constraints (14<x<y<20014 < x < y < 200 and xx not a multiple of 44).
4
Compute yxy - x.
yx=16870=98y - x = 168 - 70 = 98.
Direct subtraction of the valid integer values.

Anahtar Kavram

Prime Factorization Rules for GCD and LCM
Soru 16Soru

For a positive integer NN, the greatest common divisor of NN and 360360 is 120120, and the least common multiple of NN and 450450 is 90009000. What is the value of NN?

Cevabı ve açıklamayı göster

Cevap: 3000

Cevap

The value of NN is 30003000.
Prime factorizing 360360, 120120, 450450, and 90009000 converts the GCD and LCM requirements into a system of min/max equations for the exponents of 22, 33, and 55. The condition gcd(N,360)=120\gcd(N, 360) = 120 dictates that the exponent of 33 in NN must be exactly 11, while the exponent of 22 is at least 33. The condition lcm(N,450)=9000\text{lcm}(N, 450) = 9000 dictates that the exponent of 22 must be exactly 33 and the exponent of 55 must be exactly 33. Combining these constraints gives N=23×31×53=3000N = 2^3 \times 3^1 \times 5^3 = 3000.

Adım Adım Çözüm

1
Find the prime factorizations of all known numbers
360=23×32×51360 = 2^3 \times 3^2 \times 5^1, 120=23×31×51120 = 2^3 \times 3^1 \times 5^1, 450=21×32×52450 = 2^1 \times 3^2 \times 5^2, and 9000=23×32×539000 = 2^3 \times 3^2 \times 5^3.
Prime factorization allows us to analyze GCD and LCM conditions using exponent minimums and maximums.
2
Apply the GCD exponent rule min(expN(p),expA(p))=expGCD(p)\min(\text{exp}_N(p), \text{exp}_A(p)) = \text{exp}_{GCD}(p)
For factor 22: min(a,3)=3    a3\min(a, 3) = 3 \implies a \ge 3; For factor 33: min(b,2)=1    b=1\min(b, 2) = 1 \implies b = 1; For factor 55: min(c,1)=1    c1\min(c, 1) = 1 \implies c \ge 1.
The GCD of two numbers takes the minimum exponent for each prime factor.
3
Apply the LCM exponent rule max(expN(p),expB(p))=expLCM(p)\max(\text{exp}_N(p), \text{exp}_B(p)) = \text{exp}_{LCM}(p)
For factor 22: max(a,1)=3    a=3\max(a, 1) = 3 \implies a = 3; For factor 55: max(c,2)=3    c=3\max(c, 2) = 3 \implies c = 3. No prime factors greater than 55 exist in NN.
The LCM of two numbers takes the maximum exponent for each prime factor.
4
Synthesize the exponents and compute NN
N=23×31×53=8×3×125=3000N = 2^3 \times 3^1 \times 5^3 = 8 \times 3 \times 125 = 3000.
Multiplying out the uniquely determined prime factors gives the value of NN.

Anahtar Kavram

Simultaneous prime exponent analysis using GCD (minimum exponents) and LCM (maximum exponents) rules.
Soru 17Soru

For two positive integers xx and yy with x<yx < y, the greatest common divisor is GCD(x,y)=15\text{GCD}(x, y) = 15 and the least common multiple is LCM(x,y)=9000\text{LCM}(x, y) = 9000. If xx is a multiple of 88 but not a multiple of 99, what is the value of yxy - x?

Cevabı ve açıklamayı göster

Cevap: 1005

Cevap

1005
By writing x=15ax = 15a and y=15by = 15b with GCD(a,b)=1\text{GCD}(a, b) = 1, we derive ab=900015=600a \cdot b = \frac{9000}{15} = 600. Prime factorizing 600=8×3×25600 = 8 \times 3 \times 25 yields four coprime pairs (a,b)(a, b) with a<ba < b: (1,600)(1, 600), (3,200)(3, 200), (8,75)(8, 75), and (24,25)(24, 25). These yield candidate values for xx of 1515, 4545, 120120, and 360360, respectively. Checking the divisibility conditions, 1515 and 4545 are not multiples of 88, while 360360 is a multiple of 99. The only value of xx that is a multiple of 88 and not a multiple of 99 is 120120 (corresponding to a=8,b=75a = 8, b = 75). Hence y=15×75=1125y = 15 \times 75 = 1125, and yx=1125120=1005y - x = 1125 - 120 = 1005.

Adım Adım Çözüm

1
Set up the algebraic representation using the GCD
x=15ax = 15a and y=15by = 15b, where GCD(a,b)=1\text{GCD}(a, b) = 1 and a<ba < b
Any two integers can be written as the product of their GCD and coprime factor multipliers.
2
Relate LCM and GCD to find the product of multipliers a×ba \times b
a×b=LCM(x,y)GCD(x,y)=900015=600a \times b = \frac{\text{LCM}(x, y)}{\text{GCD}(x, y)} = \frac{9000}{15} = 600
The product of GCD and LCM equals the product of the numbers: GCD(x,y)×LCM(x,y)=x×y=15a×15b=225ab\text{GCD}(x,y) \times \text{LCM}(x,y) = x \times y = 15a \times 15b = 225ab.
3
Decompose 600 into coprime component blocks
600=23×31×52=8×3×25600 = 2^3 \times 3^1 \times 5^2 = 8 \times 3 \times 25
Since GCD(a,b)=1\text{GCD}(a, b) = 1, prime powers cannot be split between aa and bb.
4
Form all valid candidate pairs (a,b)(a, b) with a<ba < b
(1,600)(1, 600), (3,200)(3, 200), (8,75)(8, 75), and (24,25)(24, 25)
There are 231=42^{3-1} = 4 ways to partition the 3 prime factor blocks into two coprime factors where a<ba < b.
5
Apply divisibility constraints to isolate xx and yy
x=120x = 120 and y=1125y = 1125
Only x=15×8=120x = 15 \times 8 = 120 satisfies being a multiple of 8 without being a multiple of 9.
6
Calculate the target difference yxy - x
1125120=10051125 - 120 = 1005
Subtracting xx from yy yields the required value.

Anahtar Kavram

Partitioning prime factor powers of LCM/GCD to identify coprime factor multipliers
Soru 18Soru

Three automated signal beacons emit flashes at regular time intervals of xx, yy, and zz seconds, respectively, where xx, yy, and zz are positive integers. If gcd(x,y)=18\text{gcd}(x, y) = 18, gcd(y,z)=24\text{gcd}(y, z) = 24, and gcd(x,z)=30\text{gcd}(x, z) = 30, what is the minimum possible value of lcm(x,y,z)\text{lcm}(x, y, z)?

Cevabı ve açıklamayı göster

Cevap: 360360

Cevap

360360
By breaking each given greatest common divisor into its prime factorization, we establish minimum requirements for the exponents of prime factors 22, 33, and 55 across xx, yy, and zz. Specifically, gcd(y,z)=24=23×3\text{gcd}(y, z) = 24 = 2^3 \times 3 dictates that both yy and zz must contain 232^3, making the maximum exponent of 22 equal to 33. Similarly, gcd(x,y)=18=2×32\text{gcd}(x, y) = 18 = 2 \times 3^2 forces the maximum exponent of 33 to be 22, and gcd(x,z)=30=2×3×5\text{gcd}(x, z) = 30 = 2 \times 3 \times 5 forces the maximum exponent of 55 to be 11. Multiplying these prime powers together gives 23×32×5=3602^3 \times 3^2 \times 5 = 360.

Adım Adım Çözüm

1
Express the given pairwise greatest common divisors in prime factorized form.
gcd(x,y)=18=21×32\text{gcd}(x, y) = 18 = 2^1 \times 3^2, gcd(y,z)=24=23×31\text{gcd}(y, z) = 24 = 2^3 \times 3^1, gcd(x,z)=30=21×31×51\text{gcd}(x, z) = 30 = 2^1 \times 3^1 \times 5^1.
GCD conditions determine the minimum prime factor exponents across pairs of variables.
2
Analyze the exponents for prime factor 22.
min(v2(x),v2(y))=1\min(v_2(x), v_2(y)) = 1, min(v2(y),v2(z))=3\min(v_2(y), v_2(z)) = 3, and min(v2(x),v2(z))=1\min(v_2(x), v_2(z)) = 1. This implies v2(y)3v_2(y) \ge 3 and v2(z)3v_2(z) \ge 3, while v2(x)=1v_2(x) = 1. To minimize the LCM, set v2(x)=1v_2(x) = 1, v2(y)=3v_2(y) = 3, v2(z)=3v_2(z) = 3. Thus, max(v2(x),v2(y),v2(z))=3\max(v_2(x), v_2(y), v_2(z)) = 3.
The exponent of 22 in lcm(x,y,z)\text{lcm}(x, y, z) is the maximum of the individual exponents of 22.
3
Analyze the exponents for prime factor 33.
min(v3(x),v3(y))=2\min(v_3(x), v_3(y)) = 2, min(v3(y),v3(z))=1\min(v_3(y), v_3(z)) = 1, and min(v3(x),v3(z))=1\min(v_3(x), v_3(z)) = 1. This implies v3(x)2v_3(x) \ge 2 and v3(y)2v_3(y) \ge 2, while v3(z)=1v_3(z) = 1. To minimize the LCM, set v3(x)=2v_3(x) = 2, v3(y)=2v_3(y) = 2, v3(z)=1v_3(z) = 1. Thus, max(v3(x),v3(y),v3(z))=2\max(v_3(x), v_3(y), v_3(z)) = 2.
The exponent of 33 in lcm(x,y,z)\text{lcm}(x, y, z) is the maximum of the individual exponents of 33.
4
Analyze the exponents for prime factor 55.
min(v5(x),v5(y))=0\min(v_5(x), v_5(y)) = 0, min(v5(y),v5(z))=0\min(v_5(y), v_5(z)) = 0, and min(v5(x),v5(z))=1\min(v_5(x), v_5(z)) = 1. This requires v5(x)1v_5(x) \ge 1 and v5(z)1v_5(z) \ge 1, while v5(y)=0v_5(y) = 0. To minimize the LCM, set v5(x)=1v_5(x) = 1, v5(y)=0v_5(y) = 0, v5(z)=1v_5(z) = 1. Thus, max(v5(x),v5(y),v5(z))=1\max(v_5(x), v_5(y), v_5(z)) = 1.
The exponent of 55 in lcm(x,y,z)\text{lcm}(x, y, z) is the maximum of the individual exponents of 55.
5
Calculate the minimum value of lcm(x,y,z)\text{lcm}(x, y, z).
lcm(x,y,z)=23×32×51=8×9×5=360\text{lcm}(x, y, z) = 2^3 \times 3^2 \times 5^1 = 8 \times 9 \times 5 = 360.
No additional prime factors are required to satisfy the conditions, yielding the minimum possible LCM.

Anahtar Kavram

Prime Exponent Constraints on Pairwise GCD and LCM
Tahmini Süre:2m 0s
Soru 19Soru

If mm and nn are positive two-digit integers such that m<nm < n, GCD(m,n)=12\text{GCD}(m, n) = 12, and LCM(m,n)=420\text{LCM}(m, n) = 420, what is the value of nmn - m?

Cevabı ve açıklamayı göster

Cevap: 2424

Cevap

The value of nmn - m is 2424.
Writing m=12xm = 12x and n=12yn = 12y for coprime integers x<yx < y gives LCM(m,n)=12xy=420\text{LCM}(m, n) = 12xy = 420, which simplifies to xy=35xy = 35. The coprime factor pairs of 3535 are (1,35)(1, 35) and (5,7)(5, 7). The pair (1,35)(1, 35) yields m=12m = 12 and n=420n = 420, but 420420 is not a two-digit integer. The pair (5,7)(5, 7) gives two-digit integers m=60m = 60 and n=84n = 84. The difference is 8460=2484 - 60 = 24.

Adım Adım Çözüm

1
Express mm and nn in terms of their GCD.
Let m=12xm = 12x and n=12yn = 12y, where xx and yy are coprime positive integers with x<yx < y.
Factoring out the greatest common divisor GCD(m,n)=12\text{GCD}(m, n) = 12 leaves coprime factors xx and yy.
2
Relate GCD and LCM to determine xyx \cdot y.
LCM(m,n)=12xy=420    xy=35\text{LCM}(m, n) = 12 \cdot x \cdot y = 420 \implies x \cdot y = 35.
For integers written as 12x12x and 12y12y with GCD(x,y)=1\text{GCD}(x,y)=1, the least common multiple is 12xy12xy.
3
Determine the valid pair (x,y)(x, y) that satisfies the two-digit constraint.
The coprime factor pairs of 3535 with x<yx < y are (1,35)(1, 35) and (5,7)(5, 7). For (1,35)(1, 35), m=12m = 12 and n=420n = 420 (a three-digit number). For (5,7)(5, 7), m=60m = 60 and n=84n = 84 (both are two-digit numbers). Thus, (x,y)=(5,7)(x, y) = (5, 7).
The problem specifies that both mm and nn are two-digit positive integers.
4
Compute nmn - m.
nm=8460=24n - m = 84 - 60 = 24.
Subtracting m=60m = 60 from n=84n = 84 gives 2424.

Anahtar Kavram

Properties of Greatest Common Divisor (GCD) and Least Common Multiple (LCM)
Soru 20Soru

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?

Cevabı ve açıklamayı göster

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
Sayfa 1 / 2Sonraki
Greatest Common Divisor (GCD) and Least Common Multiple (LCM) Alıştırma Soruları — GMAT | Examkin