0
$\begingroup$

Suppose that:

  • $\log_{10}A = a$
  • $\log_{10}B = b$
  • $\log_{10}C = c$

I need to express the following in terms of $a$,$b$,$c$.

$\log_{10}A + 2\log_{10}(1/A)$

$\log_{10}(((AB)^5)/C)$

$\log_{10}((100A^2)/(B^4 \cdot \sqrt[3]{C}))$

Can someone give me a starting point? I will work through and post questions if I get stuck.

  • 2
    Didn't the answers to one of your previous questions help? They apply to this set, too.2011-11-29
  • 0
    I will investigate, thanks.2011-11-29

2 Answers 2

2

Remember your laws of logs:

  • $\log_{10}(XY) = \log_{10}(X)+\log_{10}(Y)$
  • $\log_{10}(X/Y) = \log_{10}(X)-\log_{10}(Y)$
  • $\log_{10}(X^Y) = Y\cdot\log_{10}(X)$

So for the first one: $\log_{10}(A)+2\cdot\log_{10}(1/A) $ $=\log_{10}(A)+2\cdot\log_{10}(A^{-1})$ $=\log_{10}(A)-2\cdot\log_{10}(A)$ $= - \log_{10}(A)=-a$

Alternatively: $\log_{10}(A)+2\cdot\log_{10}(1/A) $ $= \log_{10}(A)+2\cdot\log_{10}(1)-2\cdot\log_{10}(A) = a + 2\cdot 0 -2a = -a $ (because $\log(1)=0$)

For the third one, keep in mind $\sqrt[3]{C} = C^{1/3}$

Edit: The third...

Keep in mind the cube root is also in the denominator, so that argument is being divided as well and should have a minus sign in front of it. Next, $\log_{10}(100)=\log_{10}(10^2) = 2$.

$\log_{10}((100A^2)/(B^4 \cdot \sqrt[3]{C}))$ $=\log_{10}(100)+2\log_{10}(A)-4\log_{10}(B)-(1/3)\log_{10}(C)$ $=2+2a-4b-(1/3)c$

  • 0
    Regarding the third, I'm ending up with 2log_10(100A) - 4log_10 B + (1/3)log_10(C). Where am I going wrong with the first part? I'm thinking something needs to be done with the 100, perhaps take the square root when I'm applying the properties of logs?2011-11-29
  • 1
    You're close. You've missed the sign on the "1/3..." term. $100=10^2$ so $\log_{10}(100)=\log_{10}(10^2)=2$ :)2011-11-29
  • 0
    AH! I see now that you can further expand on 100A by separating them out into an addition.2011-11-29
  • 1
    You've got it. :)2011-11-29
1

The solutions (for your reference)

  1. $\quad-a$

  2. $\quad5a-5b -c$

  3. $\quad2+ 2a -4b -\tfrac{c}{3} $

  • 2
    Rameez, for future reference, on this site we like explanations to accompany solutions. Bill Cook's answer above does this nicely (and leaves the task of solving the second and third problems to the user who asked the question, which is a good pedagogical practice.)2011-11-29
  • 1
    The label "answers" is more appropriate than "solutions." There is all too often confusion between the two notions. The answers may very well be useful to the OP as a check.2011-11-29
  • 0
    Oh alright. Sorry! :)2011-11-30