We are given the matrix equation:
∣adj(2adj(2A−1))∣=284
where
A is an
n×n matrix and
∣A∣=2. Our goal is to determine the order
n of the matrix.
We utilize the fundamental property of the adjoint: for any
n×n matrix
M,
∣adj(M)∣=∣M∣n−1. By treating the expression
2adj(2A−1) as
M, we simplify the outermost layer:
∣2adj(2A−1)∣n−1=284
When extracting a scalar
k from an
n×n determinant, we use the property
∣kM∣=kn∣M∣. Applying this to the scalar
2 inside the determinant, we obtain:
(2n∣adj(2A−1)∣)n−1=284
Distributing the exponent
(n−1), we arrive at:
2n(n−1)∣adj(2A−1)∣n−1=284
We apply the adjoint property again to the inner term:
∣adj(2A−1)∣=∣2A−1∣n−1. Substituting this into our equation yields:
2n(n−1)(∣2A−1∣n−1)n−1=284
2n(n−1)∣2A−1∣(n−1)2=284
Next, we extract the scalar
2 from
∣2A−1∣, noting that
∣2A−1∣=2n∣A−1∣. Substituting this back, the equation becomes:
2n(n−1)(2n∣A−1∣)(n−1)2=284
2n(n−1)⋅2n(n−1)2⋅∣A−1∣(n−1)2=284
Given
∣A∣=2, it follows that
∣A−1∣=∣A∣1=2−1. Substituting this value into the equation:
2n(n−1)⋅2n(n−1)2⋅(2−1)(n−1)2=284
Equating the exponents of base
2:
n(n−1)+n(n−1)2−(n−1)2=84
Factoring out
(n−1), we simplify the expression:
(n−1)[n+n(n−1)−(n−1)]=84
(n−1)(n2−n+1)=84
Testing integer values for
n, we find that for
n=5:
4×(25−5+1)=4×21=84