Here’s something else i found btw none of these are my answeres i found them on different websites, this problem is almost the same,:
ln(x) + ln(x - 3) = 0
To solve this, first combine the logs using the property that the sum of logs is equal to the log of a product.
ln[ x(x - 3) ] = 0
Convert to exponential form.
e^0 = x(x - 3)
And solve for x.
1 = x(x - 3)
1 = x^2 - 3x
0 = x^2 - 3x - 1
Therefore,
x = [ 3 +/- sqrt(9 - 4(-1)) ] / 2
x = [ 3 +/- sqrt(13) ] / 2
However, with logarithmic equations, not all evaluated solutions may necessarily work. We must plug each solution into the original.
Note that sqrt(13) lies somewhere between 3 and 4, because
9 13 16, so
sqrt(9) sqrt(13) sqrt(16), or
3 sqrt(13) 4
This means 3 - sqrt(13) is a negative number, meaning
[3 - sqrt(13)]/2 is also a negative number. We cannot take the log of a negative number, and, as per the original question,
we have ln(x -3), and subtracting 3 from an already negative number is negative. Therefore, we reject x = [3 - sqrt(13)]/2 as a possible solution, which means
x = [ 3 + sqrt(13)]/2