Question:

Let A be a $n \times n$ matrix such that $| A |=2$ If the determinant of the matrix$\operatorname{Adj}\left(2 \cdot \operatorname{Adj}\left(2 A ^{-1}\right)\right) \cdot$ is $2^{84}$, then $n$ is equal to ____

Show Hint

To solve problems involving the adjoint of a matrix, remember that \( \text{Adj}(A) = |A|^{n-1} \) for an \( n \times n \) matrix, and \( \text{Adj}(A^{-1}) = |A^{-1}|^{n-1} \).
Updated On: Mar 20, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Correct Answer: 5

Approach Solution - 1













So , the correct answer is 5.
Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

We are given the following expression for the determinant of the matrix: \[ \left| \text{Adj}(2 \cdot \text{Adj}(2A^{-1})) \right|. \] By the properties of determinants and adjoint matrices, we have: \[ \left| \text{Adj}(2 \cdot \text{Adj}(2A^{-1})) \right| = 2^{n-1} \left| \text{Adj}(2A^{-1}) \right|. \] Next, using the properties of the adjoint, we get: \[ \left| \text{Adj}(2A^{-1}) \right| = 2^{(n-1)} \left| A^{-1} \right|^{n-1} = 2^{(n-1)} \left| A \right|^{- (n-1)}. \] Thus, we have: \[ \left| \text{Adj}(2A^{-1}) \right| = 2^{(n-1)} \cdot 2^{-(n-1)} = 1. \] Now we can simplify the given equation: \[ \left| \text{Adj}(2 \cdot \text{Adj}(2A^{-1})) \right| = 2^{n-1} \times 1 = 2^{n-1}. \] We are given that: \[ 2^{n-1} = 2^{84}. \] So: \[ n - 1 = 84 \quad \Rightarrow \quad n = 85. \] Thus, the value of \( n \) is 5.
Was this answer helpful?
0
0

Concepts Used:

Determinants

Definition of Determinant

A determinant can be defined in many ways for a square matrix.

The first and most simple way is to formulate the determinant by taking into account the top-row elements and the corresponding minors. Take the first element of the top row and multiply it by its minor, then subtract the product of the second element and its minor. Continue to alternately add and subtract the product of each element of the top row with its respective min or until all the elements of the top row have been considered.

For example let us consider a 1×1 matrix A.

A=[a1…….an]

Read More: Properties of Determinants

Second Method to find the determinant:

The second way to define a determinant is to express in terms of the columns of the matrix by expressing an n x n matrix in terms of the column vectors.

Consider the column vectors of matrix A as A = [ a1, a2, a3, …an] where any element aj is a vector of size x.

Then the determinant of matrix A is defined such that

Det [ a1 + a2 …. baj+cv … ax ] = b det (A) + c det [ a1+ a2 + … v … ax ]

Det [ a1 + a2 …. aj aj+1… ax ] = – det [ a1+ a2 + … aj+1 aj … ax ]

Det (I) = 1

Where the scalars are denoted by b and c, a vector of size x is denoted by v, and the identity matrix of size x is denoted by I.

Read More: Minors and Cofactors

We can infer from these equations that the determinant is a linear function of the columns. Further, we observe that the sign of the determinant can be interchanged by interchanging the position of adjacent columns. The identity matrix of the respective unit scalar is mapped by the alternating multi-linear function of the columns. This function is the determinant of the matrix.