.
#1. Log2(3x-7)+log2(x+2)=log2(x+1)
#2. Log2(3x+1)-log2(2-4x)>log2(5x-2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~
The solution to equation #1 in the post by @CPhill, giving the answer x = 3,
is TOTALLY, GLOBALLY and FATALLY incorrect.
To check, it is enough to substitute x= 3 into equation #1.
You will get then in the left side
log_2_(3*3-7) + log_2_(3+2) = log_2_(2) + log_2_(5) = log_2_(2*5) = log_2_(10);
in the right side
log_2_(3+1) = log_2_(4),
and even by unarmed eyes, you see that the left side is not equal to the right side.
Contradiction which ruins the solution by @CPhill into dust.
Below is my correct solution.
Equation log_2_(3x-7) + log_2_(x+2) = log_2_(x+1) in its domain implies
(3x-7)*(x+2) = x+1
3x^2 - x - 14 = x+1
3x^2 - 2x - 15 = 0.
The discriminant is b^2 - 4ac = (-2)^2 - 4*3*(-15) = 4 + 180 = 184.
The discriminant is not a perfect square - so, the equation is not factorable.
Use the quadratic formula
= = = .
The roots are = = -1.92744,
and = = 2.59411 (approximately).
The root is not in the equation's domain - so, we reject it.
The root is in the domain, so we accept it, and this root is the unique solution to equation #1.
Equation #1 is solved.
You can check it on your own that my solution x = 2.59411 is correct, by substituting it into the equation.
I did it and obtained a perfect match.