Step 1: Find $\alpha$ where $f(x)$ is maximum
Given:
\[
f(x) = 5 - |x - 2|
\]
For $f(x)$ to be maximum, $|x - 2|$ must be minimum.
The minimum value of $|x - 2|$ is $0$, which occurs at:
\[
x - 2 = 0 \Rightarrow x = 2
\]
Thus,
\[
\alpha = 2, \quad f_{\max} = 5
\]
Step 2: Find $\beta$ where $g(x)$ is minimum
Given:
\[
g(x) = |x + 1|
\]
The minimum value of $|x + 1|$ is $0$, which occurs at:
\[
x + 1 = 0 \Rightarrow x = -1
\]
Thus,
\[
\beta = -1, \quad g_{\min} = 0
\]
Step 3: Compute $\alpha\beta$
\[
\alpha\beta = (2)(-1) = -2
\]
Step 4: Evaluate the limit
We evaluate:
\[
\lim_{x \to 2} \frac{(x-1)(x^2 - 5x + 6)}{x^2 - 6x + 8}
\]
Factorizing:
\[
x^2 - 5x + 6 = (x - 2)(x - 3), \quad
x^2 - 6x + 8 = (x - 2)(x - 4)
\]
\[
\Rightarrow \lim_{x \to 2} \frac{(x-1)(x-2)(x-3)}{(x-2)(x-4)}
\]
Cancel the common factor $(x-2)$ (for $x \ne 2$):
\[
= \lim_{x \to 2} \frac{(x-1)(x-3)}{x-4}
\]
Step 5: Substitute $x = 2$
\[
= \frac{(2-1)(2-3)}{2-4}
= \frac{(1)(-1)}{-2}
= \frac{1}{2}
\]
Final Answer:
\[
\boxed{\frac{1}{2
\]