Hi Patricia, we can solve this using the rules for logs. we can break the problem into separate steps.
Step 1:
Rewrite log2 (2/x) using division rule, logb (x/y) = logb (x) - logb (y)
log2 (2/x) = log2 (2) - log2 (x)
log2 (2) = 1, then
log2 (2/x) = 1 - log2 (x)
Step 2:
Replace log2 (2/x) in the equation:
log2 (x - 4) - (1 - log2 (x) = 5
log2 (x - 4) - 1 + log2 (x) = 5
Step 3:
Add 1 to both sides of the equation to get the logs by themselves:
log2 (x - 4) + log2 (x) = 6
Step 4:
Rewrite log2 (x - 4) + log2 (x) using reverse log multiplication rule.
Log multiplication rule: logb (x * y) = logb (x) + logb (y)
This gives:
log2 (x * (x - 4)) = 6
Step 5:
Use the inverse function of the exponential function.
If y = logb (x), then x = by
log2 (x * (x - 4)) = 6
The inverse function gives:
x * (x - 4) = 26
Step 6:
Solve for x.
x2 - 4x = 64
x2 - 4x - 64 =
Use the quadratic equation to solve, where a = 1, b = -4 and c = -64.
x = (-(-4) ± √((-4)2 - 4 * (1) * (-64))) / 2 * (1)
x = (4 ± √( 16 + 256)) / 2
x = (4 ± √( 16 + 16 * 16)) / 2
x = (4 ± √( 16 * (1 + 16))) / 2
x = (4 ± 4 * √17) / 2
x = 2 ± 2 * √17
This gives two solutions, x = 2 + 2 √17 and x = 2 - 2√17
x = 10.24621124 and x = -6.246211251
Solution:
x = 10.24621124
We can discard x = -6.246211251 because logarithms cannot be negative.
Questions?