The problem gives eigenvalues, but you can also find the determinant directly by cofactor expansion of the matrix itself, without using the eigenvalues at all. This is a good cross check.
The matrix is $$A = \begin{bmatrix} 2 & -3.5 & 6 \\ 3.5 & 5 & 2 \\ 8 & 1 & 8.5 \end{bmatrix}$$ Expand along the first row: $$\det(A) = 2 \begin{vmatrix} 5 & 2 \\ 1 & 8.5 \end{vmatrix} - (-3.5) \begin{vmatrix} 3.5 & 2 \\ 8 & 8.5 \end{vmatrix} + 6 \begin{vmatrix} 3.5 & 5 \\ 8 & 1 \end{vmatrix}$$
Adding the three terms: $81 + 48.125 - 219 = -89.875$.
So the determinant computed directly is $\det(A) = -89.875$, and its magnitude is $|\det(A)| \approx 89.88$. This matches, up to small rounding since the given eigenvalues were themselves rounded to three decimal places, the value $89.86$ obtained from multiplying the three eigenvalues together, confirming the property $\det(A) = \lambda_1\lambda_2\lambda_3$.
Let's summarize:
The absolute value of the determinant of A is about $89.86$.