Question 254819: How do I go about this question?
Find the value of x for:
log2(x2 + 4x + 3) – log 2(x2 + x) = 4 Found 2 solutions by palanisamy, Theo:Answer by palanisamy(496) (Show Source):
You can put this solution on YOUR website! Given, log2(x2 + 4x + 3) – log 2(x2 + x) = 4
log2[(x^2+4x+3)/(x^2+x)] = 4
Taking anti-log, we get
[(x^2+4x+3)/(x^2+x)] =2^4
x^2+4x+3 = 16(x^2+x)
x^2+4x+3 = 16x^2+16x
0 = 15x^2+12x-3
Dividing by 3, we get
5x^2+4x-1 = 0
(5x-1)(x+1)=0
x = -1,1/5