Question:

Let $f(x) = 5 - |x-2|$ and $g(x) = |x + 1|$, $x \in \mathbb{R}$. If $f(x)$ attains maximum value at $\alpha$ and $g(x)$ attains minimum value at $\beta$, then $\lim_{x \to \alpha\beta} \frac{(x-1)(x^2-5x+6)}{x^2-6x+8}$ is equal to}

Show Hint

When encountering discrepancies between a problem statement and a provided answer in multiple-choice questions, analyze the solution steps carefully. Sometimes, the intended limit point or variable might be different from what's explicitly written. For rational functions, factorize polynomials to identify and cancel common factors before substituting the limit value.
Updated On: Apr 28, 2026
  • $\frac{1}{2}$
  • $-\frac{3}{2}$
  • $-\frac{1}{2}$
  • $\frac{3}{2}$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation


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 \]
Was this answer helpful?
0
0