Question:

If \( [x] \) denotes the greatest integer less than or equal to \( x \), and \( -1 < x < 0 < y < 1 < z < 2 \), then the value of the determinant

\( \begin{vmatrix} [x] + 1 & [y] & [z] \\ [x] & [y] + 1 & [z] \\ [x] & [y] & [z] + 1 \end{vmatrix} \)
is

Show Hint

Always evaluate floor values before determinant expansion.
Updated On: Mar 20, 2026
  • \([z]\)
  • \([y]\)
  • \([x]\)
  • None of these
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation


Step 1:
Given ranges: [x]=-1, [y]=0, [z]=1
Step 2:
Substituting: beginvmatrix 0 & 0 & 1
-1 & 1 & 1
-1 & 0 & 2 endvmatrix=1
Was this answer helpful?
0
0