SOLUTION: If logb 2=x and logb 3=y, evaluate the following in terms of x and y: (a) logb 216= (b) logb 162= (c) logb 2/9= (d) logb 9/logb 8= Thanks

Algebra ->  Exponential-and-logarithmic-functions -> SOLUTION: If logb 2=x and logb 3=y, evaluate the following in terms of x and y: (a) logb 216= (b) logb 162= (c) logb 2/9= (d) logb 9/logb 8= Thanks      Log On


   



Question 92471: If logb 2=x and logb 3=y, evaluate the following in terms of x and y:
(a) logb 216=
(b) logb 162=
(c) logb 2/9=
(d) logb 9/logb 8=
Thanks

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!

If logb2 = x and logb3 = y, evaluate the following in terms of x and y:

You need these three rules:

1.     logb(ac) = logba + logbc

2.     logba%2Fc = logba - logbc

3.     logba%5Ec = c·logba


(a) logb216=

Break 216 down to primes:

216 = 2%2A108 = 2%2A2%2A54 = 2%2A2%2A2%2A27 = 2%2A2%2A2%2A3%2A9 = 2%2A2%2A2%2A3%2A3%2A3 = 2%5E3%2A3%5E3

logb216 = logb2%5E3%2A3%5E3 

= logb2%5E3 + logb3%5E3     (by rule 1.)

= 3·logb2 + 3·logb3                 (by rule 3.)

= 3·x + 3·y                         (by substitution.) 

= 3(x + y) 

=============================================

(b) logb162=

Break 162 down to primes:

162 = 2%2A81 = 2%2A9%2A9 = 2%2A3%2A3%2A3%2A3 = 2%2A3%5E4

logb162 = logb2%2A3%5E4 

= logb2 + logb3%5E4     (by rule 1.)

= logb2 + 4·logb3           (by rule 3.)

= x + 4·y                   (by substitution.) 

= x + 4y 

=======================================

(c) logb2%2F9

Break the 9 in the denominator down into primes

9 = 3%2A3 = 3%5E2

logb2%2F9 = logb2%2F3%5E2

= logb2 - logb3%5E2

= logb2 - 2·logb3

= x - 2y

============================================

(d) 

 logb9
———————    
 logb8

Break the 9 down as 3%5E2 and the 8 down as 2%5E3

 logb9     logb3%5E2
——————— = —————————    
 logb8     logb2%5E3


 2·logb3
—————————                (by rule 3.)    
 3·logb2

%282y%29%2F%283x%29            (substitution)

Edwin