Step 1: Understanding the Question:
Given matrix A and the identity A · adj A = A · Aᵀ, we must evaluate the scalar expression 5a + b.
Step 2: Key Formula or Approach:
For an invertible matrix, the identity A · adj A = A · Aᵀ simplifies to adj A = Aᵀ by pre-multiplying both sides with A⁻¹.
Step 3: Detailed Explanation:
For A = [[5a, –b], [3, 2]], Aᵀ = [[5a, 3], [–b, 2]] and adj A = [[2, b], [–3, 5a]]. Equating entries: 2 = 5a and b = 3, so 5a + b = 2 + 3 = 5.
Step 4: Final Answer:
The value of 5a + b is 5, matching option (D).