Before we start, one picture to keep in mind: why some answers must be thrown away. The log graph only lives to the right of x=0.
Look at the figure carefully — we will refer back to it in the first few solutions:
The blue curvey=log2xnever touches or crosses the red dashed line x=0. There is simply no point on the curve with a zero or negative input.
The green dot at x=4 is a valid input: it lands on the curve, at height log24=2. Domain check passes.
The red cross at x=−0.6 is a candidate the algebra might hand you — but it is nowhere on the curve. It is an extraneous root and gets rejected.
This single picture is the "domain check" in visual form: any candidate that falls in the shaded red zone (x≤0) inside a log is off the curve and must go.
You just have to spot the single move that undoes the log.
Recall Solution Q1
Step 1 — What/why. The log is already alone on one side. The move to undo it is exponentiate: rewrite the question "4 to what power is x?" as its answer.
x=43=64Step 2 — Check domain. Argument is x=64>0 ✓ — well to the right of the red line in the figure.
x=64
Recall Solution Q2
Step 1. One log, already isolated → exponentiate. logbN=c⟺N=bc.
2x+1=32=9Step 2.2x=8⇒x=4.
Step 3 — Check. Argument =2(4)+1=9>0 ✓ (a valid input, like the green dot in the figure).
x=4
Recall Solution Q3
Step 1 — What/why. Both sides are single logs of the same base2. Because log is one-to-one (it never gives the same output twice), equal outputs force equal inputs.
x−5=11Step 2.x=16.
Step 3 — Check. Argument =16−5=11>0 ✓.
x=16
Now you must combine logs (recall Laws of logarithms) before you can undo them.
Recall Solution Q4
Step 1 — Combine. Two separate logs can't be undone; the product law logM+logN=log(MN) collapses them into one.
log2(x(x−2))=3Step 2 — Exponentiate.log2N=3⟺N=23=8.
x(x−2)=8⇒x2−2x−8=0Step 3 — Solve.(x−4)(x+2)=0⇒x=4 or x=−2.
Step 4 — Check (domain). Need x>0andx−2>0, i.e. x>2.
x=4: 4>0 and 2>0 ✓
x=−2: log2(−2) undefined ✗ — this is the red-cross case in the figure, reject.
x=4
Here the structure is disguised: a hidden quadratic, or a base you must change.
Recall Solution Q7
Step 1 — Substitute. The equation is quadratic in the log, not in x. Let u=log3x (see Quadratic equations by substitution).
u2−4u+3=0Step 2 — Solve for u.(u−1)(u−3)=0⇒u=1 or u=3.
Step 3 — Back-substitute.
log3x=1⇒x=31=3
log3x=3⇒x=33=27Step 4 — Check (domain). Both 3>0 and 27>0 ✓.
x=3 or x=27
Recall Solution Q8
Step 1 — Why we must act. The two logs have different bases (9 and 3), so we can't equate arguments yet. Convert one to the other with the Change of base formula, or notice 9=32.
Step 2 — Rewrite log9x in base 3. Since 9=32,
log9x=log39log3x=2log3x.
So the equation is 2log3x=log34, giving log3x=2log34.
Step 3 — Power law.2log34=log3(42)=log316.
log3x=log316⇒x=16.Step 4 — Check (domain).x=16>0 ✓.
x=16
Recall Solution Q9
Step 1 — Unify the base. We cannot add logs of different bases. Since 4=22, change log4x to base 2:
log4x=log24log2x=2log2x.Step 2 — Substitute. Let u=log2x:
u+2u=3⇒23u=3⇒u=2.Step 3 — Back-substitute.log2x=2⇒x=22=4.
Step 4 — Check (domain).x=4>0 ✓.
x=4
Chain several ideas: combine, exponentiate to a quadratic, then filter by domain.
Recall Solution Q10
Step 1 — Combine. Product law: log3(x(x+6))=3.
Step 2 — Exponentiate.log3N=3⟺N=33=27.
x(x+6)=27⇒x2+6x−27=0Step 3 — Solve.(x+9)(x−3)=0⇒x=−9 or x=3.
Step 4 — Check (domain). Need x>0andx+6>0, i.e. x>0.
x=3: 3>0 and 9>0 ✓
x=−9: log3(−9) undefined ✗ — reject.
x=3
Recall Solution Q11
Step 1 — Power law first.2log2x=log2(x2). Now the left side is log2(x2)−log2(x+3).
Step 2 — Quotient law.log2(x+3x2)=2.
Step 3 — Exponentiate.=22=4.
x+3x2=4⇒x2=4(x+3)=4x+12Step 4 — Solve.x2−4x−12=0⇒(x−6)(x+2)=0⇒x=6 or x=−2.Step 5 — Check (domain). Need x>0 (from log2x) andx+3>0. So x>0.
x=6: 6>0, 9>0 ✓
x=−2: log2(−2) undefined ✗ — reject.
x=6
Recall Solution Q12
Step 1 — Combine.log10(x(x−3))=1.
Step 2 — Exponentiate.=101=10.
x(x−3)=10Step 3 — Solve.x2−3x−10=0⇒(x−5)(x+2)=0⇒x=5 or x=−2.Step 4 — Check (domain). Need x>0 and x−3>0, i.e. x>3.
x=−2: fails x>0 ✗ — reject.
Why one survives: the tighter of the two conditions is x>6; only x=8 clears that bar, so the quadratic's second (negative) root is always extraneous here.
x=8
Recall Solution Q14
Step 1 — Simplify the log equation. Quotient law: log2yx=1⇒yx=21=2⇒x=2y.
Step 2 — Substitute into the linear equation.2y+y=12⇒3y=12⇒y=4, hence x=8.
Step 3 — Check (domain). Both x=8>0 and y=4>0 ✓ (needed since both appear inside logs). And x+y=12 ✓ (algebra check).
x=8,y=4
Recall Solution Q15
Step 1 — Substitute. This is quadratic in 2x (see Exponential equations). Let u=2x; note 22x=(2x)2=u2.
u2−5u+4=0⇒(u−1)(u−4)=0⇒u=1 or u=4.Step 2 — Undo the exponential with a log. We now need 2x=1 and 2x=4. To free x from the exponent we take log2 (the inverse of 2(⋅)).
2x=1⇒x=log21=0
2x=4⇒x=log24=2Step 3 — Check (algebra, not domain). Here x is not inside a log, so there's no positivity restriction — instead do the algebra check by substituting back: at x=0, 20−5⋅20+4=1−5+4=0 ✓; at x=2, 24−5⋅22+4=16−20+4=0 ✓. Both valid (any real x is a legal exponent).
x=0 or x=2