12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 13/05/2022
QB365 provides detailed and simple solution for every Creative Questions in class 12 Maths Subject. It will helps to get more idea about question pattern in every Creative questions with solution.
latest Creative QuestionsDownload Tamil Nadu 12th Standard Maths question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Maths Test1.
Solve : 2x - y = 3, 5x + y = 4 using matrices.
2.
Show that the equations 3x + y + 9z = 0, 3x + 2y + 12z = 0 and 2x + y + 7z = 0 have nontrivial solutions also.
3.
Find the rank of the matrix \(\left[ \begin{matrix} 3 & -1 & 1 \\ -15 & 6 & -5 \\ 5 & -2 & 2 \end{matrix} \right] \).
4.
If A is a square matrix such that A3 = I, then prove that A is non-singular.
5.
For any 2 \(\times\) 2 matrix, if A (adj A) =\(\left[ \begin{matrix} 10 & 0 \\ 0 & 10 \end{matrix} \right] \) then find |A|.
1.
The equations can be written in matrix form as
\(\left( \begin{matrix} 2 & -1 \\ 5 & 1 \end{matrix} \right) \left( \begin{matrix} x \\ y \end{matrix} \right) =\left( \begin{matrix} 3 \\ 4 \end{matrix} \right) \) ⇒ AX = B where
A =\(\left( \begin{matrix} 2 & -1 \\ 5 & 1 \end{matrix} \right) ,X=\left( \begin{matrix} x \\ y \end{matrix} \right) ,B=\left( \begin{matrix} 3 \\ 4 \end{matrix} \right) \)
∴ X = A-1B
|A| = \(\left| \begin{matrix} 2 & -1 \\ 5 & 1 \end{matrix} \right| \) = 2+5 =7 ≠ 0
∴ A-1 =\(\frac { 1 }{ |A| } adj\quad A=\frac { 1 }{ 7 } \left[ \begin{matrix} 1 & 1 \\ -5 & 2 \end{matrix} \right] \)
∴ X = \(\frac { 1 }{ 7 } \left[ \begin{matrix} 1 & 1 \\ -5 & 2 \end{matrix} \right] \left[ \begin{matrix} 3 \\ 4 \end{matrix} \right] =\frac { 1 }{ 7 } \left[ \begin{matrix} 3+4 \\ -15+8 \end{matrix} \right] \)
= \(\frac { 1 }{ 7 } \left[ \begin{matrix} 7 \\ -7 \end{matrix} \right] =\left[ \begin{matrix} 1 \\ -1 \end{matrix} \right] \)
∴ Solution set is {1, -1}
2.
The matrix form of the system is
\(\left[ \begin{matrix} 3 & 1 & 9 \\ 3 & 2 & 12 \\ 2 & 1 & 7 \end{matrix} \right] \left[ \begin{matrix} x \\ y \\ z \end{matrix} \right] =\left[ \begin{matrix} 0 \\ 0 \\ 0 \end{matrix} \right] \)
AX = B where
A=\(\left[ \begin{matrix} 3 & 1 & 9 \\ 3 & 2 & 12 \\ 2 & 1 & 7 \end{matrix} \right] ,X=\left[ \begin{matrix} x \\ y \\ z \end{matrix} \right] ,B=\left[ \begin{matrix} 0 \\ 0 \\ 0 \end{matrix} \right] \)
|A| =\(\left| \begin{matrix} 3 & 1 & 9 \\ 3 & 2 & 12 \\ 2 & 1 & 7 \end{matrix} \right| =3\left| \begin{matrix} 2 & 12 \\ 1 & 7 \end{matrix} \right| -1\left| \begin{matrix} 3 & 12 \\ 2 & 7 \end{matrix} \right| +9\left| \begin{matrix} 3 & 2 \\ 2 & 1 \end{matrix} \right| \)
= 3 (14 - 12) - 1 (21 -24) + 9 (3 -4)
= 3 (2) -1 (-3) + 9 (-1)
= 6 + 3 - 9 = 9 - 9 = 0
Since |A| = 0, the homogeneous system of equations have non-trivial solutions also.
3.
Let A =\(\left[ \begin{matrix} 3 & -1 & 1 \\ -15 & 6 & -5 \\ 5 & -2 & 2 \end{matrix} \right] \)
Now |A| = \(\left| \begin{matrix} 6 & -5 \\ -2 & 2 \end{matrix} \right| +1\left| \begin{matrix} -15 & -5 \\ 5 & 2 \end{matrix} \right| +1\left| \begin{matrix} -15 & 6 \\ 5 & -2 \end{matrix} \right| \)
= 3 (12 - 10) + 1 (-30 + 25) + 1 (30 - 30)
= 3(2) + 1 (-5) + 0 = 6 - 5 = 1 ≠ 0
∴ Rank of A is 3.
4.
Given A3 = I ⇒ IA3I = |I|
⇒ |A.A.A| = 1
⇒ |A|. |A|·|A| = 1
⇒ |A|3 = 1
∴ |A| ≠ 0
Hence, A is non-singular.
5.
Given A (adj A) =\(\left[ \begin{matrix} 10 & 0 \\ 0 & 10 \end{matrix} \right] =10\left[ \begin{matrix} 1 & 0 \\ 0 & 1 \end{matrix} \right] \)...(1)
We know A (adj A) = (adj A) A = |A|. I2 ...(2)
Comparing (1) and (2), we get |A| = 10
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards