Question:

If $[x]^2 - 5[x] + 6 = 0$, where $[x]$ denotes the greatest integer function, then:

Updated On: Mar 29, 2025
  • $x \in [3, 4)$
  • $x \in [2, 4)$
  • $x \in [2, 3)$
  • $x \in [2, 3]$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

Given Equation: \([x]^2 - 5[x] + 6 = 0\), where \([x]\) is the greatest integer function.

Step 1: Solve the quadratic equation for \([x]\).

Let \(y = [x]\). The equation becomes:

\(y^2 - 5y + 6 = 0\)

Factorizing: \((y - 2)(y - 3) = 0\)

Solutions: \(y = 2\) or \(y = 3\)

Step 2: Translate back to \([x]\).

Case 1: \([x] = 2\) ⇒ \(x \in [2, 3)\)

Case 2: \([x] = 3\) ⇒ \(x \in [3, 4)\)

Step 3: Combine the intervals.

The solution is \(x \in [2, 3) \cup [3, 4)\) = \([2, 4)\)

Option Analysis:

(A) \(x \in [3, 4]\) - Partial solution (misses [2,3))

(B) \(x \in [2, 4]\) - Includes all solutions (correct)

(C) \(x \in [2, 3]\) - Partial solution (misses [3,4))

(D) \(x \in (2, 3]\) - Incorrect boundaries

Final Answer: \(\boxed{B}\)

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Given the equation $[x]^2 - 5[x] + 6 = 0$, let $[x] = n$ (an integer).
Then we solve: $n^2 - 5n + 6 = 0$ Factoring, we get: $(n - 2)(n - 3) = 0$ 
This implies $n = 2$ or $n = 3$.
 For $n = 2$, $2 \leq x < 3$.
For $n = 3$, $3 \leq x < 4$.
Therefore, $x \in [2, 4)$.

Was this answer helpful?
0
0