StepWorking
01given
Let M=[acbd] where a,b,c,d∈{0,1,2}. Total elements in sample space n(S)=34=81. A is the event that M is invertible (i.e., det(M)=ad−bc=0).
02approach
Count non-invertible matrices (ad−bc=0⟹ad=bc) by considering all possible values of the product ad∈{0,1,2,4}, then use P(A)=1−P(A′).
03execute
Case 1: ad=bc=0. For ad=0, the pairs (a,d) are all except (a,d)∈{1,2}2, so there are 32−22=5 choices. Thus, there are 5×5=25 matrices.
Case 2: ad=bc=1. Only (a,d)=(1,1), so 1×1=1 matrix.
Case 3: ad=bc=2. Pairs are (1,2) and (2,1) (2 choices), so 2×2=4 matrices.
Case 4: ad=bc=4. Only (a,d)=(2,2), so 1×1=1 matrix.
Total non-invertible matrices n(A′)=25+1+4+1=31.
04execute
Compute P(A)=1−n(S)n(A′)=1−8131=8150.
✓verify
Check sum of all cases: ad=0 (5), ad=1 (1), ad=2 (2), ad=4 (1). Total pairs (a,d)=5+1+2+1=9=32, covering all pairs correctly.