Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Another problem about logs?
How do you know which property to use first? Here is my problem Log X + Log (X-4)= Log 21 Im trying to solve for X.
3 Answers
- ?Lv 610 years agoFavorite Answer
Log X + Log (X-4)= Log 21
Log[X(X-4)]= Log 21
X(X-4) = 21
X^2 - 4X -21 = 0
Now I think you can solve this.
- ?Lv 710 years ago
refresh:
loga + logb = log(ab)
logx + log(x - 4) = log21
log[x(x - 4)] = log21
log is 1 to 1
so
x(x - 4) = 21
solve it you will have x = -3 and x = 7. Discard x = -3 because you can not take log of a negative number.
so the answer is x = 7
- Trinh NamLv 410 years ago
you need adding fist
logX+log(x-4)=log(x(x-4))
then log(x^2-4x)=log21 then
x^2-4x=21
x^2-4x+4=21+4
(x-2)^2=25
(x-2+5)(x+2-5)