Difference between revisions of "2023 AMC 12A Problems/Problem 19"
(Created page with "Hey the solutions will be posted after the contest, most likely around a couple weeks afterwords. We are not going to leak the questions to you, best of luck and I hope you ge...") |
m (→Problem) |
||
(26 intermediate revisions by 13 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ==Problem== | |
+ | What is the product of all solutions to the equation | ||
+ | <cmath>\log_{7x}2023\cdot \log_{289x}2023=\log_{2023x}2023</cmath> | ||
− | - | + | <math>\textbf{(A) } (\log_{2023}7\cdot \log_{2023}289)^2\qquad\textbf{(B) } \log_{2023}7\cdot \log_{2023}289\qquad\textbf{(C) } 1 \\ \qquad \textbf{(D) } \log_{7}2023\cdot \log_{289}2023\qquad \textbf{(E) } (\log_7 2023\cdot\log_{289} 2023)^2</math> |
+ | |||
+ | ==Solution 1== | ||
+ | For <math>\log_{7x}2023\cdot \log_{289x}2023=\log_{2023x}2023</math>, transform it into <math>\dfrac{\ln 289+\ln 7}{\ln 7 + \ln x}\cdot \dfrac{\ln 289+\ln 7}{\ln 289 + \ln x}=\dfrac{\ln 289+\ln 7}{\ln 289+\ln 7+\ln x}</math>. Replace <math>\ln x</math> with <math>y</math>. Because we want to find the product of all solutions of <math>x</math>, it is equivalent to finding the exponential of the sum of all solutions of <math>y</math>. Change the equation to standard quadratic equation form, the term with 1 power of <math>y</math> is canceled. By using Vieta, we see that since there does not exist a <math>by</math> term, <math>\sum y=0</math> and <math>\prod x=e^0=\boxed{\textbf{(C)} 1}</math>. | ||
+ | |||
+ | ~plasta | ||
+ | |||
+ | ==Solution 2 (Same idea as Solution 1 with easily understand steps)== | ||
+ | |||
+ | <cmath>\log_{7x}2023\cdot \log_{289x}2023=\log_{2023x}2023</cmath> | ||
+ | |||
+ | Rearranging it give us: | ||
+ | |||
+ | <cmath>\log_{2023}7x\cdot \log_{2023}289x=\log_{2023}2023x</cmath> | ||
+ | |||
+ | <cmath>(\log_{2023}7+\log_{2023}x)(\log_{2023}289+\log_{2023}x)=(\log_{2023}2023+\log_{2023}x)</cmath> | ||
+ | |||
+ | let <math>\log_{2023}x</math> be <math>a</math>, we get | ||
+ | |||
+ | <cmath>(\log_{2023}7+a)(\log_{2023}289+a)=1+a</cmath> | ||
+ | |||
+ | <cmath>a^2+(\log_{2023}7+\log_{2023}289)a+\log_{2023}7 \cdot \log_{2023}289=1+a</cmath> | ||
+ | |||
+ | <cmath>a^2+\log_{2023}7 \cdot \log_{2023}289-1=0</cmath> | ||
+ | |||
+ | by Vieta's Formulas, | ||
+ | |||
+ | <cmath>a_1+a_2=0</cmath> | ||
+ | |||
+ | <cmath>\log_{2023}{x_1}+\log_{2023}{x_2}=0</cmath> | ||
+ | |||
+ | <cmath>\log_{2023}{x_1x_2}=0</cmath> | ||
+ | |||
+ | <cmath>x_1x_2=\boxed{\textbf{(C)} 1}</cmath> | ||
+ | |||
+ | ~lptoggled | ||
+ | |||
+ | ==Solution 3== | ||
+ | Similar to solution 1, change the bases first | ||
+ | <cmath>\frac{\ln 289+\ln 7}{\ln7 + \ln{x}} \cdot \frac{\ln 289+\ln 7}{2\ln17 + \ln{x}} = \frac{\ln 289+\ln 7}{\ln7 + 2\ln17 + \ln{x}}</cmath> | ||
+ | Cancel and cross multiply to get | ||
+ | <cmath>(\ln7 + 2\ln17)(\ln7 + 2\ln17 + \ln{x}) = (\ln7 + \ln{x})(2\ln17 + \ln{x})</cmath> | ||
+ | Simplify to get | ||
+ | <cmath>(\ln{x})^2 = 4(\ln17)^2 + 2\ln17\ln7 + (\ln7)^2</cmath> | ||
+ | <cmath>\ln{x} = \pm \sqrt{4(\ln17)^2 + 2\ln17\ln7 + (\ln7)^2}</cmath> | ||
+ | The sum of all possible <math>\ln{x}</math> is 0, thus the product of all solutions of <math>x</math> is <math>\boxed{\textbf{(C)} 1}</math> | ||
+ | |||
+ | ~dwarf_marshmallow | ||
+ | |||
+ | ==Solution 4== | ||
+ | We take the reciprocal of both sides: | ||
+ | <cmath>\frac{1}{\log_{7x}2023}\cdot \frac{1}{\log_{289x}2023}=\frac{1}{\log_{2023x}2023}.</cmath> Using logarithm properties, we have <cmath>\log_{2023}7x\cdot \log_{2023}289x=\log_{2023}2023x.</cmath> Simplify to obtain <cmath>2023x^2=2023x,</cmath> from which we have <math>x=\boxed{\textbf{(C)} 1}</math> | ||
+ | |||
+ | ~MLiang2018 | ||
+ | |||
+ | ==Video Solution 1 by OmegaLearn== | ||
+ | https://youtu.be/OcNU62SMh4o | ||
+ | |||
+ | ==Video Solution== | ||
+ | |||
+ | https://youtu.be/-CZkFE-wriQ | ||
+ | |||
+ | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
+ | |||
+ | ==See also== | ||
+ | {{AMC12 box|year=2023|ab=A|num-b=18|num-a=20}} | ||
+ | {{MAA Notice}} |
Revision as of 17:17, 23 June 2024
Contents
Problem
What is the product of all solutions to the equation
Solution 1
For , transform it into . Replace with . Because we want to find the product of all solutions of , it is equivalent to finding the exponential of the sum of all solutions of . Change the equation to standard quadratic equation form, the term with 1 power of is canceled. By using Vieta, we see that since there does not exist a term, and .
~plasta
Solution 2 (Same idea as Solution 1 with easily understand steps)
Rearranging it give us:
let be , we get
by Vieta's Formulas,
~lptoggled
Solution 3
Similar to solution 1, change the bases first Cancel and cross multiply to get Simplify to get The sum of all possible is 0, thus the product of all solutions of is
~dwarf_marshmallow
Solution 4
We take the reciprocal of both sides: Using logarithm properties, we have Simplify to obtain from which we have
~MLiang2018
Video Solution 1 by OmegaLearn
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
See also
2023 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 18 |
Followed by Problem 20 |
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.