Problems
1. Solve the equation: log2(x2 - 7) - log2(x - 3) = 3
1. Using the logarithm quotient rule: loga(x) - loga(y) = loga(x/y)
2. Rewrite the equation: log2((x2 - 7) / (x - 3)) = 3
3. Apply 23 to both sides: (x2 - 7) / (x - 3) = 23 = 8
4. Multiply both sides by (x - 3): x2 - 7 = 8(x - 3)
5. Expand: x2 - 7 = 8x - 24
6. Rearrange: x2 - 8x + 17 = 0
7. This is a quadratic equation. Use the quadratic formula: x = (-b ± √(b2 - 4ac)) / (2a)
8. a = 1, b = -8, c = 17
9. x = (8 ± √(64 - 68)) / 2 = (8 ± √-4) / 2
10. Since √-4 is not a real number, this equation has no real solutions.
2. Simplify: log3(27) + log3(9)
Using the logarithm product rule: loga(x) + loga(y) = loga(xy)
log3(27) + log3(9) = log3(27 * 9) = log3(243)
log3(243) = log3(35) = 5
3. Express log5(125) in terms of base 10 logarithms.
Using the change of base formula: log5(125) = log10(125) / log10(5)
= 2.0969 / 0.6990 ≈ 3
We can verify this: 53 = 125, so log5(125) = 3
4. Solve for x: log2(x + 3) = 4
24 = x + 3
16 = x + 3
x = 13
5. Simplify: log10(1000) - log10(100)
Using the logarithm quotient rule: loga(x) - loga(y) = loga(x/y)
log10(1000) - log10(100) = log10(1000/100) = log10(10)
log10(10) = 1
6. Express loga(64) in terms of log2(a) where a > 1 and a ≠ 2.
1. Using the change of base formula: loga(64) = log2(64) / log2(a)
2. Simplify log2(64): log2(64) = log2(26) = 6
3. Substitute this back into the equation:
loga(64) = 6 / log2(a)
This expresses loga(64) in terms of log2(a).
7. Simplify: log7(49x2) - log7(x)
Using the logarithm quotient rule: loga(x) - loga(y) = loga(x/y)
log7(49x2) - log7(x) = log7(49x2 / x) = log7(49x)
log7(49x) = log7(72x) = log7(72) + log7(x) = 2 + log7(x)
8. Given the equation y = log3(x), express x in terms of y.
Start with y = log3(x)
Apply 3y to both sides: 3y = 3log3(x)
Simplify the right side: 3y = x
Therefore, x = 3y
9. Solve for x: log2(x-1) + log2(x+1) = 3
Using the logarithm product rule: log2(x-1) + log2(x+1) = log2((x-1)(x+1)) = 3
log2(x2 - 1) = 3
x2 - 1 = 23 = 8
x2 = 9
x = ±3
Since log(x-1) is only defined for x > 1, x = 3 is the only valid solution.
10. Given the equation y = 2x + 1, express x in terms of y.
Start with y = 2x + 1
Subtract 1 from both sides: y - 1 = 2x
Take the logarithm (base 2) of both sides: log2(y - 1) = x
Therefore, x = log2(y - 1)