/

AMC10 2018 B

AMC10 2018 B · Q23

AMC10 2018 B · Q23. It mainly tests GCD & LCM, Number theory misc.

How many ordered pairs \((a, b)\) of positive integers satisfy the equation \[a \cdot b + 63 = 20 \cdot \operatorname{lcm}(a, b) + 12 \cdot \operatorname{gcd}(a, b),\] where \(\operatorname{gcd}(a, b)\) denotes the greatest common divisor of \(a\) and \(b\), and \(\operatorname{lcm}(a, b)\) denotes their least common multiple?
有多少个正整数有序对 \((a, b)\) 满足方程 \[a \cdot b + 63 = 20 \cdot \operatorname{lcm}(a, b) + 12 \cdot \operatorname{gcd}(a, b),\] 其中 \(\operatorname{gcd}(a, b)\) 表示 \(a\) 和 \(b\) 的最大公约数,\(\operatorname{lcm}(a, b)\) 表示它们的最小公倍数?
(A) 0 0
(B) 2 2
(C) 4 4
(D) 6 6
(E) 8 8
Answer
Correct choice: (B)
正确答案:(B)
Solution
Answer (B): Recall that $a\cdot b=\gcd(a,b)\cdot\operatorname{lcm}(a,b)$. Let $x=\operatorname{lcm}(a,b)$ and $y=\gcd(a,b)$. The given equation is then $xy+63=20x+12y$, which can be rewritten as $$(x-12)(y-20)=240-63=177=3\cdot 59=1\cdot 177.$$ Because $x$ and $y$ are integers, one of the following must be true: - $x-12=1$ and $y-20=177$, - $x-12=177$ and $y-20=1$, - $x-12=3$ and $y-20=59$, - $x-12=59$ and $y-20=3$. Therefore $(x,y)$ must be $(13,197)$, $(189,21)$, $(15,79)$, or $(71,23)$. Because $x$ must be a multiple of $y$, only $(x,y)=(189,21)$ is possible. Therefore $\gcd(a,b)=21=7\cdot 3$, and $\operatorname{lcm}(a,b)=189=7\cdot 3^3$. Both $a$ and $b$ are divisible by $7$ but not by $7^2$; one of $a$ and $b$ is divisible by $3$ but not $3^2$, and the other is divisible by $3^3$ but not $3^4$; and neither is divisible by any other prime. Therefore one of them is $7\cdot 3=21$ and the other is $7\cdot 3^3=189$. There are 2 ordered pairs, $(a,b)=(21,189)$ and $(a,b)=(189,21)$.
答案(B):回忆 $a\cdot b=\gcd(a,b)\cdot\operatorname{lcm}(a,b)$。令 $x=\operatorname{lcm}(a,b)$,$y=\gcd(a,b)$。则题给方程为 $xy+63=20x+12y$,可改写为 $$(x-12)(y-20)=240-63=177=3\cdot 59=1\cdot 177.$$ 因为 $x$ 和 $y$ 是整数,以下情况之一必须成立: - $x-12=1$ 且 $y-20=177$; - $x-12=177$ 且 $y-20=1$; - $x-12=3$ 且 $y-20=59$; - $x-12=59$ 且 $y-20=3$。 因此 $(x,y)$ 必为 $(13,197)$、$(189,21)$、$(15,79)$ 或 $(71,23)$。由于 $x$ 必须是 $y$ 的倍数,只有 $(x,y)=(189,21)$ 可行。于是 $\gcd(a,b)=21=7\cdot 3$,且 $\operatorname{lcm}(a,b)=189=7\cdot 3^3$。$a$ 与 $b$ 都能被 $7$ 整除但不能被 $7^2$ 整除;其中一个能被 $3$ 整除但不能被 $3^2$ 整除,另一个能被 $3^3$ 整除但不能被 $3^4$ 整除;且二者都不含其他素因子。因此其中一个为 $7\cdot 3=21$,另一个为 $7\cdot 3^3=189$。有 2 个有序对:$(a,b)=(21,189)$ 与 $(a,b)=(189,21)$。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.