Difference between revisions of "Mock AIME II 2012 Problems/Problem 12"
(→Solution) |
m (→Solution 2) |
||
(One intermediate revision by the same user not shown) | |||
Line 37: | Line 37: | ||
Now, let's focus on the last expression: note that, | Now, let's focus on the last expression: note that, | ||
− | <cmath>3 \log_c{a^2b} = 3 (2 \log_c a + \log_c b) = 6 (\frac{1}{xy}) + \frac{ | + | <cmath>3 \log_c{a^2b} = 3 (2 \log_c a + \log_c b) = 6 \left(\frac{1}{xy}\right) + \frac{3}{y}.</cmath> |
We can equate all of these expressions: | We can equate all of these expressions: | ||
− | <cmath>x = \frac{5}{x} + 20y = 6 (\frac{1}{xy}) + \frac{ | + | <cmath>x = \frac{5}{x} + 20y = 6 \left(\frac{1}{xy}\right) + \frac{3}{y}.</cmath> |
Multiplying all expressions by <math>xy</math> gives us | Multiplying all expressions by <math>xy</math> gives us | ||
Line 80: | Line 80: | ||
and hence <math>m+n = 13+24 = \boxed{037}</math>. | and hence <math>m+n = 13+24 = \boxed{037}</math>. | ||
+ | |||
+ | ~FIREDRAGONMATH16 |
Latest revision as of 10:09, 8 July 2022
Problem
Let . Assume the value of has three real solutions . If , where and are relatively prime positive integers, find .
Solution
Let . Then and . From this, we have the system
Substituting the first equation into the second, we obtain
Plugging this into the third equation yields .
Thus, . Note that our three real roots multiply to . However, since , we need to multiply by , so our is
We need . Using vieta’s and making sure we count for each factor of we divided off, we have .
Our answer is , thus .
Solution 2
Let and , where . Then, it is obvious that .
We first focus on the first equality: . This may be simplified using our logarithmic properties:
Now, let's focus on the last expression: note that,
We can equate all of these expressions:
Multiplying all expressions by gives us
Now, from our first equality we obtain
Since , we may safely divide by :
From the first and last expressions we have:
Equating our expressions for gives
Since , we may safely divide by :
By Vieta's formulas, we must have and . Dividing the former by the latter gives
and hence .
~FIREDRAGONMATH16