We are given:
\[
f(x) = 2x + 3, \quad g(x) = \frac{x - 3}{2}
\]
The condition is:
\[
f(x) = g(x - 3)
\]
Step 1 — Left-hand side:
\[
f(x) = 2x + 3
\]
Step 2 — Right-hand side: Replace $x$ by $(x - 3)$ in $g(x)$:
\[
g(x - 3) = \frac{(x - 3) - 3}{2} = \frac{x - 6}{2}
\]
Step 3 — Equation:
\[
2x + 3 = \frac{x - 6}{2}
\]
Multiply through by $2$:
\[
4x + 6 = x - 6
\]
\[
4x - x = -6 - 6
\]
\[
3x = -12
\]
\[
x = -4
\]
Wait, but -4 is an option (C), not (B). Let’s check calculation — oh, correct, the computed answer is $-4$. So option (C) is correct, not (B).