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: 24/08/2022
QB365 provides a detailed and simple solution for every Creative Questions in Class 12 Maths Subject. It will helps to get more ideas about question pattern in every Creative Questions with Solution.
Download 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.
If \(A=\left[\begin{array}{ll} 3 & -4 \\ 1 & -1 \end{array}\right]\), then find A2.
2.
If A \(=\left[\begin{array}{ccc} 1 & 2 & 1 \\ 5 & 2 & 6 \\ -2 & -1 & -3 \end{array}\right]\)then find A3
3.
If A \(=\left[\begin{array}{ccc} -1 & -2 & -2 \\ 2 & 1 & -2 \\ 2 & -2 & 1 \end{array}\right]\)then find adj A.
4.
If A \(=\left[\begin{array}{lll} 0 & 1 & 2 \\ 1 & 2 & 3 \\ 3 & a & 1 \end{array}\right]\), \(A^{-1}=\left[\begin{array}{ccc} \frac{1}{2} & -\frac{1}{2} & \frac{1}{2} \\ -4 & 3 & c \\ \frac{5}{2} & -\frac{3}{2} & \frac{1}{2} \end{array}\right]\) then find a and c.
5.
Use matrices to find the solution set of
x + y - 2z = 3
3x - y + z = 5
3x + 3y - 6z = 9
6.
Solve 6x - 7y = 16, 9x - 5y = 35 using (Cramer's rule).
7.
Solve : 2x - y = 3, 5x + y = 4 using matrices.
8.
Find k if the equations x + 2y + 2z = 0, x - 3y - 3z = 0, 2x + y + kz = 0 have only the trivial solution.
9.
Show that the equations 3x + y + 9z = 0, 3x + 2y + 12z = 0 and 2x + y + 7z = 0 have nontrivial solutions also.
10.
Find the rank of the matrix A =\(\left[ \begin{matrix} 4 \\ 7 \end{matrix}\begin{matrix} 5 \\ -3 \end{matrix}\begin{matrix} -6 \\ 0 \end{matrix}\begin{matrix} 1 \\ 8 \end{matrix} \right] \).
11.
Find the rank of the matrix \(\left[ \begin{matrix} 3 & -1 & 1 \\ -15 & 6 & -5 \\ 5 & -2 & 2 \end{matrix} \right] \).
12.
Show that the system of equations is inconsistent. 2x + 5y= 7, 6x + 15y = 13.
13.
If A is a square matrix such that A3 = I, then prove that A is non-singular.
14.
For the matrix A, if A3 = I, then find A-1.
15.
For any 2 \(\times\) 2 matrix, if A (adj A) =\(\left[ \begin{matrix} 10 & 0 \\ 0 & 10 \end{matrix} \right] \) then find |A|.
1.
\(A^{2}=\left[\begin{array}{ll} 3 & -4 \\ 1 & -1 \end{array}\right]\left[\begin{array}{ll} 3 & -4 \\ 1 & -1 \end{array}\right]=\left[\begin{array}{ll} 5 & -8 \\ 2 & -3 \end{array}\right]\)
2.
\( \mathrm{A}^{2}=\mathrm{A} \times \mathrm{A} \)
\( =\left[\begin{array}{ccc} 1 & 2 & 1 \\ 5 & 2 & 6 \\ -2 & -1 & -3 \end{array}\right]\left[\begin{array}{ccc} 1 & 2 & 1 \\ 5 & 2 & 6 \\ -2 & -1 & -3 \end{array}\right] \)
\(=\left[\begin{array}{ccc} 1+10-2 & 2+4-1 & 1+12-3 \\ 5+10-12 & 10+4-6 & 5+12-18 \\ -2-5+6 & -4-2+3 & -2-6+9 \end{array}\right]\)
\(=\left[\begin{array}{ccc} 9 & 5 & 10 \\ 3 & 8 & -1 \\ -1 & -3 & 1 \end{array}\right]\)
\( \mathrm{A}^{3}=\mathrm{A^2} \times \mathrm{A} \)
\(=\left[\begin{array}{ccc} 9 & 5 & 10 \\ 3 & 8 & -1 \\ -1 & -3 & 1 \end{array}\right]\left[\begin{array}{ccc} 1 & 2 & 1 \\ 5 & 2 & 6 \\ -2 & -1 & -3 \end{array}\right]\)
\(=\left[\begin{array}{ccc} 9+25-20 & 18+10-10 & 9+30-30 \\ 3+40+2 & 6+16+1 & 3+48+3 \\ -1-15-2 & -2-6-1 & -1-18-3 \end{array}\right]\)
\(=\left[\begin{array}{ccc} 14 & 18 & 9 \\ 45 & 23 & 54 \\ -18 & -9 & -22 \end{array}\right]\)
3.
adj A = \(\left[\begin{array}{ccc} +(1-4) & -(2+4) & +(-4-2) \\ -(-2-4) & +(-1+4) & -(2+4) \\ +(4+2) & -(2+4) & +(-1+4) \end{array}\right]^{T}\)
\(=\left[\begin{array}{ccc} -3 & -6 & -6 \\ 6 & 3 & -6 \\ -6 & -6 & 3 \end{array}\right]^{T}=3\left[\begin{array}{ccc} -1 & -2 & -2 \\ 2 & 1 & -2 \\ 2 & -2 & 1 \end{array}\right]^{T}\)
adj A = 3AT
4.
|A| = 8 + 2(a - 6) = 2a - 4
cofactor of a12 (= 1) is 8 in |A|
In A-1 now A12 = \(\frac{8}{|A|}=-4 \Rightarrow \frac{8}{2 a-4}=-4\)
\(\frac{2}{2 a-4}=-1\)
\( \Rightarrow 2=-2 a+4 \Rightarrow 2 a=2 \Rightarrow a=1 \ \ \therefore|A|=-2 \)
\(\text {In } A^{-1}, A_{23}=c =\frac{\text { cofactor } a\ \text {in }|A|}{|A|} \)
\(c =\frac{2}{-2}=-1 \)
5.
Let A = \(\left[\begin{array}{ccc} 1 & 1 & -2 \\ 3 & -1 & 1 \\ 3 & 3 & -6 \end{array}\right]\)
\(|A|=1(6-3)-1(-18-3)-2(9+3)\)
Since |A| = 3 + 21 - 24 = 0
Hence the solution of the given linear equations does not exists.
6.
Δ = \(\left| \begin{matrix} 6 & -7 \\ 9 & -5 \end{matrix} \right| \) = -30 + 63 = 33
Δ1 = \(\left| \begin{matrix} 16 & -7 \\ 35 & -5 \end{matrix} \right| \) = -80 + 245 = 165
Δ2 = \(\left| \begin{matrix} 6 & 16 \\ 9 & 35 \end{matrix} \right| \) = 210 - 144 = 66
∴ x = \(\frac { { \triangle }_{ 1 } }{ \triangle } =\frac { 165 }{ 33 } \) = 5
y = \(\frac { { \triangle }_{ 2 } }{ \triangle } =\frac { 66 }{ 33 } \) = 2
∴ Solution set is { 5, 2}
7.
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}
8.
Matrix form of the given system of equations is
\(\left[ \begin{matrix} 1 & 2 & 2 \\ 1 & -3 & -3 \\ 2 & 1 & k \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} 1 & 2 & 2 \\ 1 & -3 & -3 \\ 2 & 1 & k \end{matrix} \right] \)
Homogeneous system of equations has trivial solution only if |A| ≠ 0.
∴ \(\left[ \begin{matrix} 1 & 2 & 2 \\ 1 & -3 & -3 \\ 2 & 1 & k \end{matrix} \right] \) ≠ 0
Expanding along R1,
\(1\left| \begin{matrix} -3 & -3 \\ 1 & k \end{matrix} \right| -2\left| \begin{matrix} 1 & -3 \\ 2 & k \end{matrix} \right| +2\left| \begin{matrix} 1 & -3 \\ 2 & 1 \end{matrix} \right| \neq 0\)
⇒ 1 (-3k + 3) - 2 (k + 6) + 2 (1 + 6) ≠ 0
⇒ -3k + 3 -2k - 12 + 14 ≠ 0
⇒ -5k + 5 ≠ 0
⇒ -5k ≠ -5 ⇒ k ≠ \(\frac { -5 }{ -5 } \) =1
⇒ k ≠ 1
9.
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.
10.
A =\(\left[ \begin{matrix} 4 \\ 7 \end{matrix}\begin{matrix} 5 \\ -3 \end{matrix}\begin{matrix} -6 \\ 0 \end{matrix}\begin{matrix} 1 \\ 8 \end{matrix} \right] \)
\(\overset { { R }_{ 2 }\rightarrow { R }_{ 2 }-2{ R }_{ 1 } }{ \longrightarrow } \left[ \begin{matrix} 4 \\ -1 \end{matrix}\begin{matrix} 5 \\ -3 \end{matrix}\begin{matrix} -6 \\ 12 \end{matrix}\begin{matrix} 1 \\ 6 \end{matrix} \right] \)
\(\overset { { R }_{ 1 }\leftrightarrow { R }_{ 2 } }{ \longrightarrow } \left[ \begin{matrix} -1 \\ 4 \end{matrix}\begin{matrix} -3 \\ 5 \end{matrix}\begin{matrix} 12 \\ -6 \end{matrix}\begin{matrix} 6 \\ 1 \end{matrix} \right] \)
\(\overset { { R }_{ 1 }+(-1){ R }_{ 1 } }{ \longrightarrow } \left[ \begin{matrix} 1 \\ 4 \end{matrix}\begin{matrix} 13 \\ 5 \end{matrix}\begin{matrix} -12 \\ -6 \end{matrix}\begin{matrix} 6 \\ 1 \end{matrix} \right] \)
\(\overset { { R }_{ 2 }\rightarrow { R }_{ 2 }-4{ R }_{ 1 } }{ \longrightarrow } \left[ \begin{matrix} 1 \\ 0 \end{matrix}\begin{matrix} 13 \\ -47 \end{matrix}\begin{matrix} -12 \\ 42 \end{matrix}\begin{matrix} -6 \\ 25 \end{matrix} \right] \)
The equivalent row-echelon matrix hats two non zero rows.
∴ \(\rho\) (A) = 2
11.
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.
12.
Agumented matrix
[A|B] \(\left[ \begin{matrix} 2 & 5 \\ 6 & 15 \end{matrix}|\begin{matrix} 7 \\ 13 \end{matrix} \right] \overset { { R }_{ 2 }\rightarrow { R }_{ 2 }-3{ R }_{ 1 } }{ \longrightarrow } \left[ \begin{matrix} 2 & 5 \\ 0 & 0 \end{matrix}|\begin{matrix} 7 \\ -8 \end{matrix} \right] \)
Here \(\rho\) (A) = 2 and \(\rho\)([A|B]) = 3
∴ \(\rho\) (a) ≠ \(\rho\) ([AIB])
Hence the system is inconsistent.
13.
Given A3 = I ⇒ IA3I = |I|
⇒ |A.A.A| = 1
⇒ |A|. |A|·|A| = 1
⇒ |A|3 = 1
∴ |A| ≠ 0
Hence, A is non-singular.
14.
Given A3 = 1
Pre multiply by A-1 we get,
A-1. A3 = A-1. I
⇒ (A-1. A) A2 = A-1 [∵ A-1 I = A-1]
⇒ I. A2 = A-1 I∵ A-1. A = I]
⇒ A2 = A-1 [∵ I. A2 = A2]
∴ A-1 = A2
15.
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