Difference between revisions of "2023 AMC 12B Problems/Problem 24"
(→Solution) |
(→Solution 2 (GCD/LCM Comparison)) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | Suppose that <math>a,b,c | + | ==Problem== |
− | + | Suppose that <math>a</math>, <math>b</math>, <math>c</math> and <math>d</math> are positive integers satisfying all of the following relations. | |
− | ==Solution== | + | <cmath>abcd=2^6\cdot 3^9\cdot 5^7</cmath> |
+ | <cmath>\text{lcm}(a,b)=2^3\cdot 3^2\cdot 5^3</cmath> | ||
+ | <cmath>\text{lcm}(a,c)=2^3\cdot 3^3\cdot 5^3</cmath> | ||
+ | <cmath>\text{lcm}(a,d)=2^3\cdot 3^3\cdot 5^3</cmath> | ||
+ | <cmath>\text{lcm}(b,c)=2^1\cdot 3^3\cdot 5^2</cmath> | ||
+ | <cmath>\text{lcm}(b,d)=2^2\cdot 3^3\cdot 5^2</cmath> | ||
+ | <cmath>\text{lcm}(c,d)=2^2\cdot 3^3\cdot 5^2</cmath> | ||
+ | |||
+ | What is <math>\text{gcd}(a,b,c,d)</math>? | ||
+ | |||
+ | <math>\textbf{(A)}~30\qquad\textbf{(B)}~45\qquad\textbf{(C)}~3\qquad\textbf{(D)}~15\qquad\textbf{(E)}~6</math> | ||
+ | |||
+ | ==Solution 1== | ||
Denote by <math>\nu_p (x)</math> the number of prime factor <math>p</math> in number <math>x</math>. | Denote by <math>\nu_p (x)</math> the number of prime factor <math>p</math> in number <math>x</math>. | ||
Line 49: | Line 61: | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
+ | |||
+ | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
+ | |||
+ | ==Solution 2 (GCD/LCM Comparison)== | ||
+ | |||
+ | We are given that <math>abcd = 2^6 \cdot 3^9 \cdot 5^7</math>, and several LCM relations involving pairs of these numbers. Notice that | ||
+ | |||
+ | \[ | ||
+ | \mathrm{lcm}(a,b) \cdot \mathrm{lcm}(c,d) = (2^3 \cdot 3^2 \cdot 5^3) \cdot (2^2 \cdot 3^3 \cdot 5^2) = 2^{5} \cdot 3^{5} \cdot 5^{5}. | ||
+ | \] | ||
+ | |||
+ | Comparing this product with <math>abcd</math>, we see that | ||
+ | |||
+ | \[ | ||
+ | abcd = 2^6 \cdot 3^9 \cdot 5^7 = \mathrm{lcm}(a,b) \cdot \mathrm{lcm}(c,d) \cdot 2^1 \cdot 3^4 \cdot 5^2. | ||
+ | \] | ||
+ | |||
+ | This additional factor <math>2^1 \cdot 3^4 \cdot 5^2</math> must be accounted for by the overlaps among <math>a</math>, <math>b</math>, <math>c</math>, <math>d</math>, which are their common divisors. | ||
+ | |||
+ | The key observation is that the only prime with a leftover exponent greater than 3 is 3 (specifically, <math>3^4</math>), which suggests that all four numbers share at least one factor of 3. | ||
+ | |||
+ | For primes 2 and 5, the leftover exponents are too small (1 and 2, respectively) to be shared by all four numbers, since the GCD exponent must be the minimum exponent among <math>a</math>, <math>b</math>, <math>c</math>, <math>d</math>. | ||
+ | |||
+ | Thus, the only possible nontrivial common factor among <math>a</math>, <math>b</math>, <math>c</math>, <math>d</math> is 3. | ||
+ | |||
+ | Therefore, | ||
+ | |||
+ | \[ | ||
+ | \gcd(a,b,c,d) = \boxed {3}. | ||
+ | \] | ||
+ | |||
+ | ~Mewoooow | ||
+ | |||
+ | ==Video Solution== | ||
+ | |||
+ | https://youtu.be/RtkZTYrpE-w | ||
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) |
Latest revision as of 11:11, 6 August 2025
Problem
Suppose that ,
,
and
are positive integers satisfying all of the following relations.
What is ?
Solution 1
Denote by the number of prime factor
in number
.
We index Equations given in this problem from (1) to (7).
First, we compute for
.
Equation (5) implies .
Equation (2) implies
.
Equation (6) implies
.
Equation (1) implies
.
Therefore, all above jointly imply ,
, and
or
.
Second, we compute for
.
Equation (2) implies .
Equation (3) implies
.
Equation (4) implies
.
Equation (1) implies
.
Therefore, all above jointly imply ,
, and
or
.
Third, we compute for
.
Equation (5) implies .
Equation (2) implies
.
Thus,
.
From Equations (5)-(7), we have either and
, or
and
.
Equation (1) implies .
Thus, for
,
,
, there must be two 2s and one 0.
Therefore,
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Solution 2 (GCD/LCM Comparison)
We are given that , and several LCM relations involving pairs of these numbers. Notice that
\[ \mathrm{lcm}(a,b) \cdot \mathrm{lcm}(c,d) = (2^3 \cdot 3^2 \cdot 5^3) \cdot (2^2 \cdot 3^3 \cdot 5^2) = 2^{5} \cdot 3^{5} \cdot 5^{5}. \]
Comparing this product with , we see that
\[ abcd = 2^6 \cdot 3^9 \cdot 5^7 = \mathrm{lcm}(a,b) \cdot \mathrm{lcm}(c,d) \cdot 2^1 \cdot 3^4 \cdot 5^2. \]
This additional factor must be accounted for by the overlaps among
,
,
,
, which are their common divisors.
The key observation is that the only prime with a leftover exponent greater than 3 is 3 (specifically, ), which suggests that all four numbers share at least one factor of 3.
For primes 2 and 5, the leftover exponents are too small (1 and 2, respectively) to be shared by all four numbers, since the GCD exponent must be the minimum exponent among ,
,
,
.
Thus, the only possible nontrivial common factor among ,
,
,
is 3.
Therefore,
\[ \gcd(a,b,c,d) = \boxed {3}. \]
~Mewoooow
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
See Also
2023 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 23 |
Followed by Problem 25 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.