The following problem is from the 7th edition of the book "Calculus and Analytic Geometry Part II". It can be found in section 13.7. It is problem number 5.
Find the volume of the tetrahedron whose vertices are the given points: $$ ( 0, 0, 0 ), ( 2, 0, 0 ), ( 0, 2, 0 ), ( 0, 0, 2 ) $$
Answer:
In this case, the tetrahedron is a parallelepiped object. If the bounds of such an object is given by the vectors $A$, $B$ and $C$ then the area of the object is $A \cdot (B \times C)$. Let $V$ be the volume we are trying to find. \begin{align*} x^2 &= 6 - y^2 - z^2 \\[4pt] A &= ( 2, 0, 0) - (0,0,0) = ( 2, 0, 0) \\ B &= ( 0, 2, 0) - (0,0,0) = ( 0, 2, 0) \\ C &= ( 0, 0, 2) - (0,0,0) = ( 0, 0, 2) \\[4pt] V &= \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \\ \end{vmatrix} = \begin{vmatrix} 2 & 0 &0 \\ 0 & 2 & 0 \\ 0 & 0 & 2\\ \end{vmatrix} \\ &= 2 \begin{vmatrix} 2 & 0 \\ 0 & 2\\ \end{vmatrix} = 2(4 - 0) \\ &= 8 \end{align*} However, the book gets $\frac{4}{3}$.
Note that the given volume is a cone with the height 2 and a right isosceles triangle of side 2 as the base. Thus, its volume can be calculated as
$$\frac13 Area_{base} \cdot Height = \frac13 (\frac12 \cdot 2\cdot 2)2=\frac43$$