Difference between revisions of "1984 AIME Problems/Problem 5"
Math comb01 (talk | contribs) (→Solution 8) |
|||
Line 2: | Line 2: | ||
Determine the value of <math>ab</math> if <math>\log_8a+\log_4b^2=5</math> and <math>\log_8b+\log_4a^2=7</math>. | Determine the value of <math>ab</math> if <math>\log_8a+\log_4b^2=5</math> and <math>\log_8b+\log_4a^2=7</math>. | ||
− | + | == Solution 1 == | |
− | |||
− | |||
Use the [[change of base formula]] to see that <math>\frac{\log a}{\log 8} + \frac{2 \log b}{\log 4} = 5</math>; combine [[denominator]]s to find that <math>\frac{\log ab^3}{3\log 2} = 5</math>. Doing the same thing with the second equation yields that <math>\frac{\log a^3b}{3\log 2} = 7</math>. This means that <math>\log ab^3 = 15\log 2 \Longrightarrow ab^3 = 2^{15}</math> and that <math>\log a^3 b = 21\log 2 \Longrightarrow a^3 b = 2^{21}</math>. If we multiply the two equations together, we get that <math>a^4b^4 = 2^{36}</math>, so taking the fourth root of that, <math>ab = 2^9 = \boxed{512}</math>. | Use the [[change of base formula]] to see that <math>\frac{\log a}{\log 8} + \frac{2 \log b}{\log 4} = 5</math>; combine [[denominator]]s to find that <math>\frac{\log ab^3}{3\log 2} = 5</math>. Doing the same thing with the second equation yields that <math>\frac{\log a^3b}{3\log 2} = 7</math>. This means that <math>\log ab^3 = 15\log 2 \Longrightarrow ab^3 = 2^{15}</math> and that <math>\log a^3 b = 21\log 2 \Longrightarrow a^3 b = 2^{21}</math>. If we multiply the two equations together, we get that <math>a^4b^4 = 2^{36}</math>, so taking the fourth root of that, <math>ab = 2^9 = \boxed{512}</math>. | ||
− | + | == Solution 2 == | |
We can simplify our expressions by changing everything to a common base and by pulling exponents out of the logarithms. The given equations then become <math>\frac{\ln a}{\ln 8} + \frac{2 \ln b}{\ln 4} = 5</math> and <math>\frac{\ln b}{\ln 8} + \frac{2 \ln a}{\ln 4} = 7</math>. Adding the equations and factoring, we get <math>(\frac{1}{\ln 8}+\frac{2}{\ln 4})(\ln a+ \ln b)=12</math>. Rearranging we see that <math>\ln ab = \frac{12}{\frac{1}{\ln 8}+\frac{2}{\ln 4}}</math>. Again, we pull exponents out of our logarithms to get <math>\ln ab = \frac{12}{\frac{1}{3 \ln 2} + \frac{2}{2 \ln 2}} = \frac{12 \ln 2}{\frac{1}{3} + 1} = \frac{12 \ln 2}{\frac{4}{3}} = 9 \ln 2</math>. This means that <math>\frac{\ln ab}{\ln 2} = 9</math>. The left-hand side can be interpreted as a base-2 logarithm, giving us <math>ab = 2^9 = \boxed{512}</math>. | We can simplify our expressions by changing everything to a common base and by pulling exponents out of the logarithms. The given equations then become <math>\frac{\ln a}{\ln 8} + \frac{2 \ln b}{\ln 4} = 5</math> and <math>\frac{\ln b}{\ln 8} + \frac{2 \ln a}{\ln 4} = 7</math>. Adding the equations and factoring, we get <math>(\frac{1}{\ln 8}+\frac{2}{\ln 4})(\ln a+ \ln b)=12</math>. Rearranging we see that <math>\ln ab = \frac{12}{\frac{1}{\ln 8}+\frac{2}{\ln 4}}</math>. Again, we pull exponents out of our logarithms to get <math>\ln ab = \frac{12}{\frac{1}{3 \ln 2} + \frac{2}{2 \ln 2}} = \frac{12 \ln 2}{\frac{1}{3} + 1} = \frac{12 \ln 2}{\frac{4}{3}} = 9 \ln 2</math>. This means that <math>\frac{\ln ab}{\ln 2} = 9</math>. The left-hand side can be interpreted as a base-2 logarithm, giving us <math>ab = 2^9 = \boxed{512}</math>. | ||
− | + | == Solution 3 == | |
This solution is very similar to the above two, but it utilizes the well-known fact that <math> \log_{m^k}{n^k}= \log_m{n}. </math> Thus, <math> \log_8a+\log_4b^2=5 \Rightarrow | This solution is very similar to the above two, but it utilizes the well-known fact that <math> \log_{m^k}{n^k}= \log_m{n}. </math> Thus, <math> \log_8a+\log_4b^2=5 \Rightarrow | ||
\log_{2^3}{(\sqrt[3]{a})^3} + \log_{2^2}{b^2} = 5 \Rightarrow \log_2{\sqrt[3]{a}} + \log_2{b} = 5 \Rightarrow \log_2{\sqrt[3]{a}b} = 5. </math> Similarly, <math> \log_8b+\log_4a^2=7 \Rightarrow \log_2{\sqrt[3]{b}a} = 7. </math> Adding these two equations, we have <math> \log_2{a^{\frac{4}{3}}b^{\frac{4}{3}}} = 12 \Rightarrow ab = 2^{12\times\frac{3}{4}} = 2^9 = \boxed{512} </math>. | \log_{2^3}{(\sqrt[3]{a})^3} + \log_{2^2}{b^2} = 5 \Rightarrow \log_2{\sqrt[3]{a}} + \log_2{b} = 5 \Rightarrow \log_2{\sqrt[3]{a}b} = 5. </math> Similarly, <math> \log_8b+\log_4a^2=7 \Rightarrow \log_2{\sqrt[3]{b}a} = 7. </math> Adding these two equations, we have <math> \log_2{a^{\frac{4}{3}}b^{\frac{4}{3}}} = 12 \Rightarrow ab = 2^{12\times\frac{3}{4}} = 2^9 = \boxed{512} </math>. | ||
− | + | == Solution 4 == | |
We can change everything to a common base, like so: <math>\log_8{a} + \log_8{b^3} = 5,</math> <math>\log_8{b} + \log_8{a^3} = 7.</math> We set the value of <math>\log_8{a}</math> to <math>x</math>, and the value of <math>\log_8{b}</math> to <math>y.</math> Now we have a system of linear equations: <cmath>x + 3y = 5,</cmath> <cmath>y + 3x = 7.</cmath> We multiply the second equation by three and subtract the first equation from the second to get <math>8x = 16,</math> which gives <math>x=2.</math> We substitute our value into the first equation and find that <math>y = 1.</math> Now we know that <math>\log_8{a} = 2,</math> and <math>\log_8{b} = 1,</math> so we find that <math>a = 64,</math> and <math>b=8.</math> Multiplying together gives us <math>ab = \boxed{512}.</math> | We can change everything to a common base, like so: <math>\log_8{a} + \log_8{b^3} = 5,</math> <math>\log_8{b} + \log_8{a^3} = 7.</math> We set the value of <math>\log_8{a}</math> to <math>x</math>, and the value of <math>\log_8{b}</math> to <math>y.</math> Now we have a system of linear equations: <cmath>x + 3y = 5,</cmath> <cmath>y + 3x = 7.</cmath> We multiply the second equation by three and subtract the first equation from the second to get <math>8x = 16,</math> which gives <math>x=2.</math> We substitute our value into the first equation and find that <math>y = 1.</math> Now we know that <math>\log_8{a} = 2,</math> and <math>\log_8{b} = 1,</math> so we find that <math>a = 64,</math> and <math>b=8.</math> Multiplying together gives us <math>ab = \boxed{512}.</math> | ||
− | + | == Solution 5 == | |
Add the two equations to get <math>\log_8 {a}+ \log_8 {b}+ \log_{a^2}+\log_{b^2}=12</math>. This can be simplified with the log property <math>\log_n {x}+\log_n {y}=log_n {xy}</math>. Using this, we get <math>\log_8 {ab}+ \log_4 {a^2b^2}=12</math>. Now let <math>\log_8 {ab}=c</math> and <math>\log_4 {a^2b^2}=k</math>. Converting to exponents, we get <math>8^c=ab</math> and <math>4^k=(ab)^2</math>. Sub in the <math>8^c</math> to get <math>k=3c</math>. So now we have that <math>k+c=12</math> and <math>k=3c</math> which gives <math>c=3</math>, <math>k=9</math>. This means <math>\log_4 {a^2b^2}=9</math> so <math>4^9=(ab)^2 \implies ab=(2^2)^9 \implies 2^9 \implies \boxed {512}</math> | Add the two equations to get <math>\log_8 {a}+ \log_8 {b}+ \log_{a^2}+\log_{b^2}=12</math>. This can be simplified with the log property <math>\log_n {x}+\log_n {y}=log_n {xy}</math>. Using this, we get <math>\log_8 {ab}+ \log_4 {a^2b^2}=12</math>. Now let <math>\log_8 {ab}=c</math> and <math>\log_4 {a^2b^2}=k</math>. Converting to exponents, we get <math>8^c=ab</math> and <math>4^k=(ab)^2</math>. Sub in the <math>8^c</math> to get <math>k=3c</math>. So now we have that <math>k+c=12</math> and <math>k=3c</math> which gives <math>c=3</math>, <math>k=9</math>. This means <math>\log_4 {a^2b^2}=9</math> so <math>4^9=(ab)^2 \implies ab=(2^2)^9 \implies 2^9 \implies \boxed {512}</math> | ||
− | + | ||
+ | == Solution 6 == | ||
Add the equations and use the facts that <math>\log{a} +\log{b}=\log{ab} </math> and <math>\log{k^n} =n\log{k} </math> to get | Add the equations and use the facts that <math>\log{a} +\log{b}=\log{ab} </math> and <math>\log{k^n} =n\log{k} </math> to get | ||
<cmath>\log_8{ab} +2\log_4{ab}=12</cmath> | <cmath>\log_8{ab} +2\log_4{ab}=12</cmath> | ||
Line 27: | Line 26: | ||
<cmath>\frac{4}{3}\log_2{ab}=12</cmath> | <cmath>\frac{4}{3}\log_2{ab}=12</cmath> | ||
Solving gives, <math>\boxed{ab=2^9=512}</math> | Solving gives, <math>\boxed{ab=2^9=512}</math> | ||
− | + | ||
+ | == Solution 7 == | ||
By properties of logarithms, we know that <math>\log_8 {a}+ \log_4 {b ^ 2} = \log_2 {a ^ {1/3}}+ \log_2 {b} = 5</math>. | By properties of logarithms, we know that <math>\log_8 {a}+ \log_4 {b ^ 2} = \log_2 {a ^ {1/3}}+ \log_2 {b} = 5</math>. | ||
Line 37: | Line 37: | ||
Multiply the two equations to get <math>a^{4/3} * b^{4/3} = 2^{12}</math>. Solving, we get that <math>a*b = 2^{12*3/4} = 2^9 = </math><math>\boxed{512}</math>. | Multiply the two equations to get <math>a^{4/3} * b^{4/3} = 2^{12}</math>. Solving, we get that <math>a*b = 2^{12*3/4} = 2^9 = </math><math>\boxed{512}</math>. | ||
− | + | ||
+ | == Solution 8 == | ||
<math>\log_8a+\log_4b^2=5</math> and <math>\log_8b+\log_4a^2=7</math> adding both we get | <math>\log_8a+\log_4b^2=5</math> and <math>\log_8b+\log_4a^2=7</math> adding both we get | ||
<cmath>\log_8{ab} +2\log_4{ab}=12</cmath> then we see <math>\log_4 {ab}</math> is 3/2 times <math>\log_8 {ab}</math> putting <math>\log_8 {ab}</math> as x we get x+3x=12 so x=3 and <math>\log_8 {ab}</math> = 3 so ab= <math>8^3</math>=<cmath>\boxed{512}</cmath> ~ math_comb01 | <cmath>\log_8{ab} +2\log_4{ab}=12</cmath> then we see <math>\log_4 {ab}</math> is 3/2 times <math>\log_8 {ab}</math> putting <math>\log_8 {ab}</math> as x we get x+3x=12 so x=3 and <math>\log_8 {ab}</math> = 3 so ab= <math>8^3</math>=<cmath>\boxed{512}</cmath> ~ math_comb01 |
Revision as of 04:14, 21 July 2022
Contents
Problem
Determine the value of if and .
Solution 1
Use the change of base formula to see that ; combine denominators to find that . Doing the same thing with the second equation yields that . This means that and that . If we multiply the two equations together, we get that , so taking the fourth root of that, .
Solution 2
We can simplify our expressions by changing everything to a common base and by pulling exponents out of the logarithms. The given equations then become and . Adding the equations and factoring, we get . Rearranging we see that . Again, we pull exponents out of our logarithms to get . This means that . The left-hand side can be interpreted as a base-2 logarithm, giving us .
Solution 3
This solution is very similar to the above two, but it utilizes the well-known fact that Thus, Similarly, Adding these two equations, we have .
Solution 4
We can change everything to a common base, like so: We set the value of to , and the value of to Now we have a system of linear equations: We multiply the second equation by three and subtract the first equation from the second to get which gives We substitute our value into the first equation and find that Now we know that and so we find that and Multiplying together gives us
Solution 5
Add the two equations to get . This can be simplified with the log property . Using this, we get . Now let and . Converting to exponents, we get and . Sub in the to get . So now we have that and which gives , . This means so
Solution 6
Add the equations and use the facts that and to get Now use the change of base identity with base as 2: Which gives: Solving gives,
Solution 7
By properties of logarithms, we know that .
Using the fact that , we get .
Similarly, we know that .
From these two equations, we get and .
Multiply the two equations to get . Solving, we get that .
Solution 8
and adding both we get then we see is 3/2 times putting as x we get x+3x=12 so x=3 and = 3 so ab= = ~ math_comb01
See also
1984 AIME (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 |