Step 1: Each entry in a \( 3 \times 3 \) matrix from set \( A \) is either 0 or 1. So the total number of such matrices is: \[ |A| = 2^{3 \times 3} = 2^9 = 512 \] Step 2: Among these matrices: - Some matrices will have determinant 0 (non-invertible), - Some will have determinant 1 (subset \( B \)), - Some will have determinant -1 (subset \( C \)).
Step 3: For each matrix with determinant 1, multiplying any one row by -1 flips the sign of the determinant. Thus, for each matrix in \( B \), there exists a corresponding matrix in \( C \), and vice versa.
Step 4: Therefore, \( |B| = |C| \).