Inactive Tutor answered 12/20/20
Hi Leon,
So, when dealing with logs, you need to remember some information. When you have divisions, you can subtract the log of whatever is on top from the log of whatever is on the bottom like this:
Log10(A/B)=Log10A - Log10B
When you have a multiplication, then instead of subtracting, you have addition of the two:
Log10(AB)=Log10A+Log10B
And, when you have a power, the following applies:
Log10(A^4)= 4 x Log10A
Also, don't forget how logs work:
Lognm=d means nd=m
Using the above information, you can find the answer to your question easily. Don't forget that a square root is the exponent of 0.5.
Now, lets take a look at the first question. For the purposes of making typing easier, I am not going to type the 10 in each log. Also, generally speaking when the base of the log is not given, we assume it is 10.
a) Log(a^5/√b) = log(a^5) - log(b^0.5) = 5log(a) - 0.5log(b) = 5(-8) - 0.5(1) = -40 - 0.5 = -40.5
b) Log(b/c3) = log(b) - log(c3) = log(b) - 3log(c) = 1 - 3(9) = 1 - 27 = -26
c) For this one, I was not sure if the c is in the exponent or if it is multiplied by the denominator. I have included the answer for both.
First if
Log(a/(b4c)) = log(a) - log(b4c) = log(a) - (4log(b) + log(c)) = -8 - (4(1)+9) = -8 - 13= -21
Second if
Log(a/b4c) = Log(a) - Log(b4c) = -8 - 4c.Log(b) = -8 - (4 x 109 x 1) = -8 - 4 x 109 and since -4 x 109 is a huge number, we can disregard the -8 and the answer would be -4 x 109
REMEMBER: Log10C=9 which means C=109
I believe the first scenario is what the question is asking, but I wanted to make sure you know how to get to the answer either way.
Inactive Tutor
You can also find out what each a, b, and c are using their logs and then find the answer based on them like of like how I did it in the second scenario of question (c). However, that would an extra step.12/20/20