Let $0\leq x <4, -2\leq y < 3$ and $-1\leq z < 5$. If $[a]$ denotes greatest integer less than or equal to $a$, and
$$\Delta = \begin{vmatrix} [x+2] & [y]& [z]\\ [x] & [y+1] & [z]\\ [x] & [y] & [z+1]\end{vmatrix}$$
then, what is the maximum value of $\Delta$?
I have learnt maximum value of a determinant is when its diagonal elements are minimum and rest are maximum. I have tried 2 cases: putting minimum values of all 3 variables so diagonal is minimum, and putting maximum values of all 3 variables so the rest of the elements are maximum. I'm getting a higher value in 2nd case but I'm not sure if we can get a higher value for some other intermediate values of the variables.