Concept:
- $\log_2(a) = -\log_{1/2}(a)$, since $2$ and $1/2$ are reciprocal bases — this lets an entire equation be rewritten in base $1/2$ instead of base $2$.
- $\log_{1/2}(a) - \log_{1/2}(b) = \log_{1/2}(a/b)$: the quotient rule for logarithms holds in any base, including a fractional one.
- $\log_{1/2}(N) = k$ means $(1/2)^k = N$, so a fractional base still converts to an ordinary exponential equation once the log is isolated.
Step 1: Fix the domain first.
Need $x^2 - 5x + 6 = (x-2)(x-3) > 0$, giving $x < 2$ or $x > 3$. Also need $x - 2 > 0$, giving $x > 2$. Combined domain: $x > 3$.
Step 2: Convert the base-$2$ term into base $1/2$.
$\log_2(x^2-5x+6) = -\log_{1/2}(x^2-5x+6)$. Substituting into the original equation:
$-\log_{1/2}(x^2-5x+6) + \log_{1/2}(x-2) = 3$
Step 3: Combine into a single base-$1/2$ log and simplify.
$\log_{1/2}(x-2) - \log_{1/2}(x^2-5x+6) = \log_{1/2}\left(\dfrac{x-2}{(x-2)(x-3)}\right) = \log_{1/2}\left(\dfrac{1}{x-3}\right)$
(cancelling $x-2$ is valid since $x > 3$ means $x-2 \neq 0$), so $\log_{1/2}\left(\dfrac{1}{x-3}\right) = 3$.
Step 4: Convert to exponential form and solve.
$\dfrac{1}{x-3} = \left(\dfrac{1}{2}\right)^3 = \dfrac{1}{8} \Rightarrow x - 3 = 8 \Rightarrow x = 11$, which lies in the domain $x>3$.
Final Answer: Number of real solutions $= 1$.