Let the matrix $ P=\left[ \begin{matrix}
3 & -1 & -2 \\
2 & 0 & \alpha \\
3 & -5 & 0 \\
\end{matrix} \right]
$, where $ \alpha \in R$. Suppose $ Q=\left[ {{q}_{ij}} \right]$is matrix such
that PQ = kI, where $ k\in R$, $ k\ne 0$and I is the identity matrix of order 3. If $ {{q}_{23}}=\dfrac{-k}{8}$ and $ \det \left( Q \right)=\dfrac{{{k}^{2}}}{2}$, then
A) $\alpha =0,k=8$
B) $\alpha -k+8=0$
C) $\det \left( Padj\left( Q \right) \right)={{2}^{9}}$
D) $\det \left( Qadj\left( P \right) \right)={{2}^{13}}$
Answer
579k+ views
Hint: This question can be solved by first finding the det of P matrix. Then you need to convert the given equation PQ = kI to another, by taking P to the right side. Here, you get the inverse of P. But the inverse of P is adj(P) divided by det(P). Then you get the Q matrix. Then by using the ${{q}_{23}}=\dfrac{-k}{8}$, you can find the unknown variables. Using the other equation, that is $\det \left( Q \right)=\dfrac{{{k}^{2}}}{2}$, you can find the k variable. Then you can verify the options and then find the final answer.
Complete step by step solution:
First thing we need to do is find the det of the P matrix. Then we need to convert the given equation PQ = kI to another, by taking P to the right side. Here, you get the inverse of P. But the inverse of P is adj(P) divided by det(P).
$\det \left( P \right)=\left| \begin{matrix}
3 & -1 & -2 \\
2 & 0 & \alpha \\
3 & -5 & 0 \\
\end{matrix} \right|$
$\Rightarrow \det \left( P \right)=20+12\alpha $
We were given PQ = kI. Now we have to take P to the right side. Therefore, we get:
$\Rightarrow PQ=kI$
$\Rightarrow Q=k{{P}^{-1}}I$
$\Rightarrow Q=k\dfrac{adj\left( P \right)}{\left| P \right|}I$
$\Rightarrow Q=\dfrac{k}{20+12\alpha }\left[ \begin{matrix}
5\alpha & 10 & -\alpha \\
3\alpha & 0 & -3\alpha -4 \\
-10 & -12 & 0 \\
\end{matrix} \right]\left[ \begin{matrix}
1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1 \\
\end{matrix} \right]$
$\Rightarrow Q=\dfrac{k}{20+12\alpha }\left[ \begin{matrix}
5\alpha & 10 & -\alpha \\
3\alpha & 0 & -3\alpha -4 \\
-10 & -12 & 0 \\
\end{matrix} \right]$
Now , to find the unknown variables, we use the equation, ${{q}_{23}}=\dfrac{-k}{8}$
${{q}_{23}}=\dfrac{k}{20+12\alpha}\times \left(-3\alpha -4\right)$. Equating both of them, we get
$\Rightarrow {{q}_{23}}=\dfrac{k}{20+12\alpha }\times \left( -3\alpha -4 \right)=\dfrac{-k}{8}$
$\Rightarrow -24\alpha -32=-20-12\alpha $
$\Rightarrow 12\alpha =-12$
$\Rightarrow \alpha =-1$
To find det(Q):
$ \Rightarrow \det \left( Q \right)=\left| \dfrac{k}{20+12\alpha } \right|\left| \left[ \begin{matrix}
5\alpha & 10 & -\alpha \\
3\alpha & 0 & -3\alpha -4 \\
-10 & -12 & 0 \\
\end{matrix} \right] \right|$
$ \Rightarrow \det \left( Q \right)=\dfrac{k}{20+12\alpha }\left| adj\left( P \right) \right|$
But det(adj(P)) can be given as :
$ \Rightarrow \det \left( adj\left( P \right) \right)={{\left( \det \left( P \right) \right)}^{n-1}}$
Here n is the no of rows or columns of the square matrix.
Therefore, we get:
$ \Rightarrow \det \left( adj\left( P \right) \right)={{\left( \det \left( P \right) \right)}^{2}}={{\left( k \right)}^{2}}={{k}^{2}}$
$ \Rightarrow \det \left( Q \right)=\dfrac{k}{20+12\alpha }{{k}^{2}}$
Now, to find k we use the equation, $\det \left( Q \right)=\dfrac{{{k}^{2}}}{2}$. But det Q is given by, $\det \left( Q \right)=\dfrac{1\times {{k}^{2}}\times k}{20+12\alpha }$. Equating both, we get,
$\Rightarrow \det \left( Q \right)=\dfrac{1\times {{k}^{2}}\times k}{20+12\alpha }=\dfrac{{{k}^{2}}}{2}$
$\Rightarrow \dfrac{k}{20+12\alpha }=\dfrac{1}{2}$
$\Rightarrow 2k=20+12\left( -1 \right)=8$
$\Rightarrow k=4$
$\det \left( P \right)=20+12\alpha =20-12=8$
$\det \left( Q \right)=\dfrac{k^{2}}{2}=\dfrac{16}{2}=8$
Now we verify the options. We can clearly see A is wrong. For B,
$4\alpha -k+8=4\left( -1 \right)-4+8=0$. Therefore, B is correct.
For C,
$\det \left( Padj\left( Q \right) \right)=\det \left( P \right)\det {{\left( Q \right)}^{2}}=8\times 64=512={{2}^{9}}$
Therefore, C is correct.
For D,
$\det \left( Qadj\left( P \right) \right)=\det \left( Q \right)\det {{\left( P \right)}^{2}}=8\times 64=512={{2}^{9}}$
Therefore, D is the wrong option.
Therefore, the final answers are option B and C.
Note: In order to answer these kinds of questions, you need to know the matrix multiplication, the determinant formula, the inverse matrix formula. You should also know how to calculate the adjacent of the matrix. Also, you should be careful while doing any substitutions and calculations.
Complete step by step solution:
First thing we need to do is find the det of the P matrix. Then we need to convert the given equation PQ = kI to another, by taking P to the right side. Here, you get the inverse of P. But the inverse of P is adj(P) divided by det(P).
$\det \left( P \right)=\left| \begin{matrix}
3 & -1 & -2 \\
2 & 0 & \alpha \\
3 & -5 & 0 \\
\end{matrix} \right|$
$\Rightarrow \det \left( P \right)=20+12\alpha $
We were given PQ = kI. Now we have to take P to the right side. Therefore, we get:
$\Rightarrow PQ=kI$
$\Rightarrow Q=k{{P}^{-1}}I$
$\Rightarrow Q=k\dfrac{adj\left( P \right)}{\left| P \right|}I$
$\Rightarrow Q=\dfrac{k}{20+12\alpha }\left[ \begin{matrix}
5\alpha & 10 & -\alpha \\
3\alpha & 0 & -3\alpha -4 \\
-10 & -12 & 0 \\
\end{matrix} \right]\left[ \begin{matrix}
1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1 \\
\end{matrix} \right]$
$\Rightarrow Q=\dfrac{k}{20+12\alpha }\left[ \begin{matrix}
5\alpha & 10 & -\alpha \\
3\alpha & 0 & -3\alpha -4 \\
-10 & -12 & 0 \\
\end{matrix} \right]$
Now , to find the unknown variables, we use the equation, ${{q}_{23}}=\dfrac{-k}{8}$
${{q}_{23}}=\dfrac{k}{20+12\alpha}\times \left(-3\alpha -4\right)$. Equating both of them, we get
$\Rightarrow {{q}_{23}}=\dfrac{k}{20+12\alpha }\times \left( -3\alpha -4 \right)=\dfrac{-k}{8}$
$\Rightarrow -24\alpha -32=-20-12\alpha $
$\Rightarrow 12\alpha =-12$
$\Rightarrow \alpha =-1$
To find det(Q):
$ \Rightarrow \det \left( Q \right)=\left| \dfrac{k}{20+12\alpha } \right|\left| \left[ \begin{matrix}
5\alpha & 10 & -\alpha \\
3\alpha & 0 & -3\alpha -4 \\
-10 & -12 & 0 \\
\end{matrix} \right] \right|$
$ \Rightarrow \det \left( Q \right)=\dfrac{k}{20+12\alpha }\left| adj\left( P \right) \right|$
But det(adj(P)) can be given as :
$ \Rightarrow \det \left( adj\left( P \right) \right)={{\left( \det \left( P \right) \right)}^{n-1}}$
Here n is the no of rows or columns of the square matrix.
Therefore, we get:
$ \Rightarrow \det \left( adj\left( P \right) \right)={{\left( \det \left( P \right) \right)}^{2}}={{\left( k \right)}^{2}}={{k}^{2}}$
$ \Rightarrow \det \left( Q \right)=\dfrac{k}{20+12\alpha }{{k}^{2}}$
Now, to find k we use the equation, $\det \left( Q \right)=\dfrac{{{k}^{2}}}{2}$. But det Q is given by, $\det \left( Q \right)=\dfrac{1\times {{k}^{2}}\times k}{20+12\alpha }$. Equating both, we get,
$\Rightarrow \det \left( Q \right)=\dfrac{1\times {{k}^{2}}\times k}{20+12\alpha }=\dfrac{{{k}^{2}}}{2}$
$\Rightarrow \dfrac{k}{20+12\alpha }=\dfrac{1}{2}$
$\Rightarrow 2k=20+12\left( -1 \right)=8$
$\Rightarrow k=4$
$\det \left( P \right)=20+12\alpha =20-12=8$
$\det \left( Q \right)=\dfrac{k^{2}}{2}=\dfrac{16}{2}=8$
Now we verify the options. We can clearly see A is wrong. For B,
$4\alpha -k+8=4\left( -1 \right)-4+8=0$. Therefore, B is correct.
For C,
$\det \left( Padj\left( Q \right) \right)=\det \left( P \right)\det {{\left( Q \right)}^{2}}=8\times 64=512={{2}^{9}}$
Therefore, C is correct.
For D,
$\det \left( Qadj\left( P \right) \right)=\det \left( Q \right)\det {{\left( P \right)}^{2}}=8\times 64=512={{2}^{9}}$
Therefore, D is the wrong option.
Therefore, the final answers are option B and C.
Note: In order to answer these kinds of questions, you need to know the matrix multiplication, the determinant formula, the inverse matrix formula. You should also know how to calculate the adjacent of the matrix. Also, you should be careful while doing any substitutions and calculations.
Recently Updated Pages
Master Class 12 Business Studies: Engaging Questions & Answers for Success

Master Class 12 Chemistry: Engaging Questions & Answers for Success

Master Class 12 Biology: Engaging Questions & Answers for Success

Class 12 Question and Answer - Your Ultimate Solutions Guide

Master Class 11 English: Engaging Questions & Answers for Success

Master Class 11 Social Science: Engaging Questions & Answers for Success

Trending doubts
Which are the Top 10 Largest Countries of the World?

Draw a labelled sketch of the human eye class 12 physics CBSE

Differentiate between homogeneous and heterogeneous class 12 chemistry CBSE

Differentiate between Pyramid of energy and pyramid class 12 biology CBSE

Why is the cell called the structural and functional class 12 biology CBSE

Draw the diagram of the pyramid of energy Explain In class 12 biology CBSE

