Given that \( B \) is the matrix of cofactors of \( A \), we apply the relation \( AB = \det(A) \cdot I_3 \), where \( I_3 \) is the \( 3 \times 3 \) identity matrix. This implies \( \det(AB) = \det(A)^3 \).
The cofactor condition is \( (2\alpha^2 - 3\alpha) = \alpha \). Rearranging yields \( 2\alpha^2 - 4\alpha = 0 \). Since \( \alpha eq 0 \), we find \( \alpha = 2 \).
Using \( 2\alpha^2 - \alpha\beta = 3\alpha \) and substituting \( \alpha = 2 \): \( 2 \cdot 2^2 - 2\beta = 3 \cdot 2 \). Simplifying gives \( 8 - 2\beta = 6 \), which leads to \( 2\beta = 2 \) and \( \beta = 1 \).
Substitute \( \alpha = 2 \) and \( \beta = 1 \) into matrix \( A \): \[ A = \begin{bmatrix} 1 & 2 & 3 \\ 2 & 2 & 1 \\ -1 & 2 & 4 \end{bmatrix}. \]
The determinant is calculated as: \[ \det(A) = 1 \cdot \begin{vmatrix} 2 & 1 \\ 2 & 4 \end{vmatrix} - 2 \cdot \begin{vmatrix} 2 & 1 \\ -1 & 4 \end{vmatrix} + 3 \cdot \begin{vmatrix} 2 & 2 \\ -1 & 2 \end{vmatrix}. \]
The minors evaluate to: \( \begin{vmatrix} 2 & 1 \\ 2 & 4 \end{vmatrix} = 6 \), \( \begin{vmatrix} 2 & 1 \\ -1 & 4 \end{vmatrix} = 9 \), and \( \begin{vmatrix} 2 & 2 \\ -1 & 2 \end{vmatrix} = 6 \).
Therefore, \( \det(A) = 1 \cdot 6 - 2 \cdot 9 + 3 \cdot 6 = 6 - 18 + 18 = 6 \).
Using the relation \( \det(AB) = \det(A)^3 \): \( \det(AB) = 6^3 = 216 \).
The solution corresponds to Option (4).