Step 1: Determinant Property
For any square matrix \( A \) of size \( n \), the determinant of the product of \( A \) and its adjugate matrix, \( |A \cdot \text{adj}(A)| \), is equal to \( |A|^n \).
Step 2: Determinant Calculation
Using cofactor expansion, compute the determinant of \( A \):
\[
|A| = -2 \cdot \begin{vmatrix} 2 & 3 \\ 1 & -1 \end{vmatrix} = -2((-2) - 3) = 10.
\]
Step 3: Calculate \( |A \cdot \text{adj}(A)| \)
Given that the matrix size \( n = 3 \):
\[
|A \cdot \text{adj}(A)| = |A|^3 = 10^3 = 1000.
\]
Step 4: Option Verification
The calculated value is \( 1000 \), which matches option (D).