Difference between revisions of "2005 AIME II Problems/Problem 5"
Giratina150 (talk | contribs) (→Solution) |
Idk12345678 (talk | contribs) |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
Determine the number of [[ordered pair]]s <math> (a,b) </math> of [[integer]]s such that <math> \log_a b + 6\log_b a=5, 2 \leq a \leq 2005, </math> and <math> 2 \leq b \leq 2005. </math> | Determine the number of [[ordered pair]]s <math> (a,b) </math> of [[integer]]s such that <math> \log_a b + 6\log_b a=5, 2 \leq a \leq 2005, </math> and <math> 2 \leq b \leq 2005. </math> | ||
− | == Solution == | + | == Solution 1 == |
The equation can be rewritten as <math> \frac{\log b}{\log a} + 6 \frac{\log a}{\log b} = \frac{(\log b)^2+6(\log a)^2}{\log a \log b}=5 </math> Multiplying through by <math>\log a \log b </math> and factoring yields <math>(\log b - 3\log a)(\log b - 2\log a)=0 </math>. Therefore, <math>\log b=3\log a </math> or <math>\log b=2\log a </math>, so either <math> b=a^3 </math> or <math> b=a^2 </math>. | The equation can be rewritten as <math> \frac{\log b}{\log a} + 6 \frac{\log a}{\log b} = \frac{(\log b)^2+6(\log a)^2}{\log a \log b}=5 </math> Multiplying through by <math>\log a \log b </math> and factoring yields <math>(\log b - 3\log a)(\log b - 2\log a)=0 </math>. Therefore, <math>\log b=3\log a </math> or <math>\log b=2\log a </math>, so either <math> b=a^3 </math> or <math> b=a^2 </math>. | ||
*For the case <math> b=a^2 </math>, note that <math> 44^2=1936 </math> and <math> 45^2=2025 </math>. Thus, all values of <math>a</math> from <math>2</math> to <math>44</math> will work. | *For the case <math> b=a^2 </math>, note that <math> 44^2=1936 </math> and <math> 45^2=2025 </math>. Thus, all values of <math>a</math> from <math>2</math> to <math>44</math> will work. | ||
Line 8: | Line 8: | ||
There are <math> 44-2+1=43 </math> possibilities for the square case and <math> 12-2+1=11 </math> possibilities for the cube case. Thus, the answer is <math> 43+11= \boxed{054}</math>. | There are <math> 44-2+1=43 </math> possibilities for the square case and <math> 12-2+1=11 </math> possibilities for the cube case. Thus, the answer is <math> 43+11= \boxed{054}</math>. | ||
− | Note that Inclusion-Exclusion does not need to be used, as the problem is asking for ordered pairs <math>(a,b)</math>, and not for the number of possible values of <math>b</math>. | + | Note that Inclusion-Exclusion does not need to be used, as the problem is asking for ordered pairs <math>(a,b)</math>, and not for the number of possible values of <math>b</math>. Were the problem to ask for the number of possible values of <math>b</math>, the values of <math>b^6</math> under <math>2005</math> would have to be subtracted, which would just be <math>2</math> values: <math>2^6</math> and <math>3^6</math>. However, the ordered pairs where b is to the sixth power are distinct, so they are not redundant. (For example, the pairs (4, 64) and (8, 64).) |
− | + | ==Solution 2 == | |
− | + | Let <math>k=\log_a b</math>. Then our equation becomes <math>k+\frac{6}{k}=5</math>. Multiplying through by <math>k</math> and solving the quadratic gives us <math>k=2</math> or <math>k=3</math>. Hence <math>a^2=b</math> or <math>a^3=b</math>. | |
− | ==Solution | ||
− | Let <math> | ||
For the first case <math>a^2=b</math>, <math>a</math> can range from 2 to 44, a total of 43 values. | For the first case <math>a^2=b</math>, <math>a</math> can range from 2 to 44, a total of 43 values. | ||
Line 20: | Line 18: | ||
Thus the total number of possible values is <math>43+11=\boxed{54}</math>. | Thus the total number of possible values is <math>43+11=\boxed{54}</math>. | ||
+ | |||
+ | |||
+ | ==Solution 3(similar to solution 2)== | ||
+ | Using the change of base formula on the second equation to change to base <math>a</math>, we get <math>\log_a(b) + \frac{6 \log_a(a)}{\log_a(b)}</math>. If we substitute <math>x</math> for <math>\log_a(b)</math>, we get <math>x + \frac{6}{x}</math>. Multiplying by <math>x</math> on both sides and solving, we get <math>x=3,2</math>. Substituting back in, we get <math>\log_a(b) = 3,2</math>. That means <math>a^3 = b</math> or <math>a^2 = b</math>. Since <math>b \leq 2005</math>, we can see that for the cubed case, the maximum <math>a</math> can be without exceeding 2005 is 12(because <math>13^3 = 2197</math>) and for the squared case it can be a maximum of 44. Since <math>a \neq 1</math>, the number of values is <math>(44-1)+(12-1) = \boxed{54}</math>. | ||
+ | |||
+ | ~idk12345678 | ||
== See also == | == See also == | ||
Line 25: | Line 29: | ||
[[Category:Intermediate Algebra Problems]] | [[Category:Intermediate Algebra Problems]] | ||
+ | {{MAA Notice}} |
Latest revision as of 18:15, 4 April 2024
Problem
Determine the number of ordered pairs of integers such that and
Solution 1
The equation can be rewritten as Multiplying through by and factoring yields . Therefore, or , so either or .
- For the case , note that and . Thus, all values of from to will work.
- For the case , note that while . Therefore, for this case, all values of from to work.
There are possibilities for the square case and possibilities for the cube case. Thus, the answer is .
Note that Inclusion-Exclusion does not need to be used, as the problem is asking for ordered pairs , and not for the number of possible values of . Were the problem to ask for the number of possible values of , the values of under would have to be subtracted, which would just be values: and . However, the ordered pairs where b is to the sixth power are distinct, so they are not redundant. (For example, the pairs (4, 64) and (8, 64).)
Solution 2
Let . Then our equation becomes . Multiplying through by and solving the quadratic gives us or . Hence or .
For the first case , can range from 2 to 44, a total of 43 values. For the second case , can range from 2 to 12, a total of 11 values.
Thus the total number of possible values is .
Solution 3(similar to solution 2)
Using the change of base formula on the second equation to change to base , we get . If we substitute for , we get . Multiplying by on both sides and solving, we get . Substituting back in, we get . That means or . Since , we can see that for the cubed case, the maximum can be without exceeding 2005 is 12(because ) and for the squared case it can be a maximum of 44. Since , the number of values is .
~idk12345678
See also
2005 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 4 |
Followed by Problem 6 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.