214k views
1 vote
What is the solution set to this equation?
log_4(x + 3) + log_4x = 1

What is the solution set to this equation? log_4(x + 3) + log_4x = 1-example-1
User Adween
by
5.9k points

2 Answers

1 vote

Answer:

A.. x = 1.

Explanation:

log_4(x + 3) + log_4x = 1

log_4 x(x + 3) = log_4 4

Removing the logs:

x(x + 3) = 4

x^2 + 3x - 4 = 0

(x + 4)(x - 1) = 0

x = 1, -4.

We can ignore the -4 as there is no log of a negative.

User Biddybump
by
7.2k points
4 votes

Answer:

x=1

Explanation:

log_4(x + 3) + log_4x = 1

We know that loga(b) + loga(c) = loga(bc)

log_4(x + 3)x = 1

Raise each side to the base of 4

4^log_4(x + 3)x = 4^1

(x+3)x = 4

x^2 +3x = 4

Subtract 4 from each side

x^2 +3x -4 = 0

Factor

(x+4) (x-1) =0

Using the zero product property

x= -4 x=1

But x cannot be negative since logs cannot be negative

x=1

User Beefarino
by
6.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.