SELECT * FROM question_mgmt as q WHERE id=935 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=3 AND subId=6 AND chapterId=91 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 12th mathematics Determinants if a begin bmatrix 1 2 4 2 end bmatrix

Question: If A=\(\begin{bmatrix}1 & 2\\4 & 2\end{bmatrix}\), then show that |2A| = 4|A|

Answer:

The given matrix is

\(u=\begin{bmatrix}1 & 2\\4 & 2\end{bmatrix}\) 

 

So 2A = 2\(\begin{bmatrix}1 & 2\\4 & 2\end{bmatrix}\)

 

          \(= \begin{bmatrix}2 & 4\\8 & 4\end{bmatrix}\)

 

so L.H.S. = |2A| \(= \begin{bmatrix}2 & 4\\8 & 4\end{bmatrix}\)

                 = 2 x 4 - 4 x 8

                = 8 - 32

                 = -24

 

Now, |A| \(= \begin{bmatrix}1 & 2\\4 & 2\end{bmatrix}\)  
= 1 x 2 - 2 x 4
= 2 - 8
= -6
 
So R.H.S. = 4 |A| = 4 x (-6) = -24
 
So L.H.S. = R.H.S.
 


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='6' AND ex_no!=0 AND status=1 and id!=935 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='6' AND ex_no!=0 AND status=1 and id!=935 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question