2 log2 x - log2 (x-1/2) = -log1/3 3 note that - log1/3 3 actually evaluates to -[ -1 ] = 1
So we have
2 log2 x - log2 (x-1/2) = 1 and we can write
log2 x2 - log2 ( x - 1/2) = 1 and by a property of logs we have
log2 [ ( x^2 ) / (x - 1/2)] = 1 and in exponential form we have
2^1 = ( x^2 ) / (x - 1/2)
2 = ( x^2) / ( x - 1/2) multiply both sides by x - 1/2
2( x - 1/2) = x^2
2x - 1 = x^2 simplify
x^2 - 2x + 1 = 0 factor
(x -1 ) ( x - 1) = 0 and setting each factor to 0 .....we have that x = 1
Check that
2 log2 (1) - log2 (1-1/2) = 1
2 * 0 - log2 (1/2) = 1
0 - (-1) = 1
1 = 1
