11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil இயற்கை வேளாண்மை,சுற்றுச்சூழல் -செய்யுள் - மனோன்மணீயம் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil என்னுயிர் என்பேன் -துணைப்பாடம் - இசைத்தமிழர் இருவர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மொழி கலை -செய்யுள் - ஒவ்வொரு புல்லையும் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - இலக்கணம் - பகுபத உறுப்புகள் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - துணைப்பாடம் - வாடிவாசல் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - குறுந்தொகை Important Questions And Answers Study Material - QB365 Set A

Published on: 16/09/2019
Download Tamil Nadu 11th Standard Business Maths and Statistics 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 Business Maths and Statistics Test

1.
If cosec A + sec A = cosec B + sec B, prove that cot\(\left( \frac { A+B }{ 2 } \right) \) = tanA tanB
2.
By the principle of mathematical induction, prove the following.
an - bn is divisible by a - b, for all \(n\in N\) .
3.
Examine the following functions for continuity at indicated points
\(f(x)=\left\{\begin{array}{cl} \frac{x^2-4}{x-2}, & \text { if } x \neq 2 \\ 0, & \text { if } x=2 \end{array} \right.\) at x = 2
4.
Solve by matrix inversion method: x - y + 2z = 3; 2x + z = 1; 3x + 2y + z = 4.
5.
If A = \(\begin{bmatrix}3 & -1 & 1 \\ -15 & 6 & -5\\5 & -2 & 2 \end{bmatrix}\) then, find the Inverse of A.
6.
Resolve into partial fractions for the following : \(\frac{x+2}{(x-1)(x+3)^2}\)
7.
Draw the graph of the function f(x) = x2 - 5.
8.
Find adjoint of \(A=\left[ \begin{matrix} 1 & -2 & -3 \\ 0 & 1 & 0 \\ -4 & 1 & 0 \end{matrix} \right] \)
9.
The profit Rs.y accumulated in thousand in x months is given by y = -x2 + 10x - 15. Find the best time to end the project.
10.
If \(\sin { A } =\frac { 3 }{ 5 } \) 0 < A < \(\frac{\pi}{2}\) and \(\cos { B } =\frac { -12 }{ 13 } \) , π < B < \(\frac{3\pi}{2}\) find the values of the following \(\cos (A+B)\)
1.
cosec A + sec A = cosec B + sec B
cosec A - cosec B = sec B - sec A
\(\frac{1}{\sin A}-\frac{1}{\sin B}=\frac{1}{\cos B}-\frac{1}{\cos A}\)
\(\frac{\sin B-\sin A}{\sin A \sin B}=\frac{\cos A-\cos B}{\cos B \cos A}\)
\(\frac{\sin B-\sin A}{\cos A-\cos B}=\frac{\sin A \sin B}{\cos A \cdot \cos B}\)
\(\frac{2 \sin \frac{B-A}{2} \cos \frac{B+A}{2}}{-2 \sin \frac{A-B}{2} \sin \frac{A+B}{2}}=\tan A \tan B\)
\(\cot \left(\frac{A+B}{2}\right)=\tan A \tan B\)
2.
Step-1 : Let P (n) denote the statement a - b is divisible by a - b for all \(n\in N\)
∴ a1 - b1 = a - b is divisible by a - b
Put n = 1
P(1) : a - b is divisible by a - b
∴ P(1) is true.
Step-2:
Let us assume that P(k) is true.
∴ ak - bk is divisible by a - b
⇒ ak - bk = C(a - b) where C is a constant ...(1)
Step-3:
To prove that P(k+1) is true
P(k + 1) = ak+1 - bk+1
= ak+1 - akb + akb - bk+1 [Adding and subtracting ak b]
= ak (a - b) + b (ak - bk)
= ak (a - b) + b.c. (a - b) [using (1)]
= (a - b) (ak + bc) which is divisible by a - b.
∴ P (k + 1) is true whenever P(k) is true
∴ P(n) is true for all \(n\in N\).
3.
Given f(2) = 0
= 2 + 2
\(=4 \neq 0\)
\(\therefore \lim _{x \rightarrow 2} f(x) \neq f(2)\)
The function is not continuous at x = 2
4.
Given equations are
x - y + 2z = 3, 2x + z = 1 and 3x + 2y +z = 4.
The given equations can be written in matrix form as
\(\begin{bmatrix} 1&-1&2\\2&0&1\\3&2&1 \end{bmatrix}\begin{bmatrix} x\\y\\z \end{bmatrix}=\begin{bmatrix} 3\\1\\4 \end{bmatrix}\)
\(A X=B \Rightarrow X=A^{-1} B\)
\(\text {Where } A=\left(\begin{array}{ccc} 1 & -1 & 2 \\ 2 & 0 & 1 \\ 3 & 2 & 1 \end{array}\right), X=\left(\begin{array}{l} x \\ y \\ z \end{array}\right)\)
\(B=\left(\begin{array}{l} 3 \\ 1 \\ 4 \end{array}\right)\)
\(|A|=1(0-2)+1(2-3)+2(4-0)\)
\(=-2-1+8=5 \neq 0\)
\(\therefore A^{-1} \text { exists }\)
\(\text {Co-factor matrix }=\left(\begin{array}{ccc} -2 & 1 & 4 \\ 5 & -5 & -5 \\ -1 & 3 & 2 \end{array}\right)\)
\(\mathrm{A}^{-1}=\frac{1}{|A|} \operatorname{adj} \mathrm{A}=\frac{1}{5}\left(\begin{array}{ccc} -2 & 5 & -1 \\ 1 & -5 & 3 \\ 4 & -5 & 2 \end{array}\right)\)
\(\mathrm{X}=\mathrm{A}^{-1} \mathrm{~B}\)
\(={{1}\over{5}}\begin{bmatrix} -2&5&-1\\1&-5&3\\4&-5&2 \end{bmatrix}\begin{bmatrix} 3\\1\\4 \end{bmatrix}={{1}\over{5}}\begin{bmatrix} -6+5-4\\3-5+12\\12-5+8 \end{bmatrix}={{1}\over{5}}\begin{bmatrix} -5\\10\\15 \end{bmatrix}=\begin{bmatrix} -1\\2\\3 \end{bmatrix}\)
\(\left(\begin{array}{l} x \\ y \\ z \end{array}\right)=\left(\begin{array}{c} -1 \\ 2 \\ 3 \end{array}\right)\)
\(x=-1, y=2, z=3\)
5.
\(A=\left(\begin{array}{ccc} 3 & -1 & 1 \\ -15 & 6 & -5 \\ 5 & -2 & 2 \end{array}\right)\)
\(|A|=3(12-10)+1(-30+25)+1(30-30)\)
\(=6-5=1 \neq 0\)
\(\therefore A^{-1} \text { exists }\)
\(\text {Co-factor matrix }=\left(\begin{array}{ccc} 2 & 5 & 0 \\ 0 & 1 & 1 \\ -1 & 0 & 3 \end{array}\right)\)
\(A^{-1}=\frac{1}{|A|} \operatorname{adj} A=\left(\begin{array}{ccc} 2 & 0 & -1 \\ 5 & 1 & 0 \\ 0 & 1 & 3 \end{array}\right)\)
6.
\(\frac{x+2}{(x-1)(x+3)^2}=\frac{A}{(x-1)}+\frac{B}{(x+3)}+\frac{C}{(x+3)^2}\)
\(=\frac{A(x+3)^2+B(x-1)(x+3)+C(x-1)}{(x-1)(x+3)^2}\)
\(\Rightarrow\) x + 2 = A ( x + 3 )2 + B ( x - 1 ) ( x + 3 ) + C( x - 1 ) ....(1)
Putting x = 1 in (1) we get,
\(3=A(4)^2 \Rightarrow A=\frac{3}{16}\)
Puttingx = -3 in (1)we get
\(-1=C(-3-1)\)
\(C=\frac{1}{4}\)
Equate co-efficient of x2 on both sides of (1)
\(0 =A+B \Rightarrow B=-A=\frac{-3}{16} \)
\(\frac{x+2}{(x-1)(x+3)^2} =\frac{3}{16(x-1)}-\frac{3}{16(x+3)}+\frac{1}{4(x+3)^2}\)
7.
Let \(y=f\left( x \right) ={ x }^{ 2 }-5\)
Choose suitable values for x and determine y.
Thus we get the following table.
| x | -3 | -2 | -1 | 0 | 1 | 2 | 3 |
| y | 4 | -1 | -4 | -5 | -4 | -1 | 4 |
Plot the points (-3, 4), (-2, -1), (-1, -4), (0, -5), ( 1, -4), (2, -1), (3, 4) and draw a smooth curve.
The graph is as shown in the figure
8.
Aij = (–1)i+jMij
A11 = (–1)1+1M11 = \(\left| \begin{matrix} 1 & 0 \\ 1 & 0 \end{matrix} \right| \) = 0
A12 = (–1)1+2M12 = \(-\left| \begin{matrix} 0 & 0 \\ -4 & 0 \end{matrix} \right| \) = 0
A13 = (–1)1+3M13 = \(\left| \begin{matrix} 0 & 1 \\ -4 & 1 \end{matrix} \right| \)= 0 - (-4) = 4
A21 = (–1)2+1M21 = \(-\left| \begin{matrix} -2 & -3 \\ 1 & 0 \end{matrix} \right| \)= -(0 - (-3)) = -3
A22 = (–1)2+2M22 = \(\left| \begin{matrix} 1 & -3 \\ -4 & 0 \end{matrix} \right| \) = 0 - 12 = -12
A23 = (–1)2+3M23 = \(-\left| \begin{matrix} 1 & -2 \\ -4 & 1 \end{matrix} \right| \) = -(1-8) = 7
A31 = (–1)3+1M31 = \(\left| \begin{matrix} -2 & -3 \\ 1 & 0 \end{matrix} \right| \) = 0 - (-3) = 3
A32 = (–1)3+2M32 = \(-\left| \begin{matrix} 1 & -3 \\ 0 & 0 \end{matrix} \right| \) = 0 - 0 = 0
A33 = (–1)3+3M33 = \(\left| \begin{matrix} 1 & -2 \\ 0 & 1 \end{matrix} \right| \) = 1 - 0 = 1
\(\left[ { A }_{ ij } \right] =\left[ \begin{matrix} 0 & 0 & 4 \\ -3 & -12 & 7 \\ 3 & 0 & 1 \end{matrix} \right] \)
Adj A = [Aij]T
\(=\left[ \begin{matrix} 0 & -3 & 3 \\ 0 & -12 & 0 \\ 4 & 7 & 1 \end{matrix} \right] \)
9.
Y = -x2 + 10 x - 15
\(\Rightarrow\) x2 - 10x = - y - 15
\(\Rightarrow\) (x- 5)2 = -y - 15 + 25
\(\Rightarrow\) (x- 5)2 = -y + 10
\(\Rightarrow\) (x - 5)2 = (-y - 10)
The best time to end the project is when x = 5 months.
10.
A lies in I quadrant and B lies in the IlI quadrant

\(\cos A=\sqrt{1-\sin ^2 A}\)
\(=\sqrt{1-\frac{9}{25}}=\sqrt{\frac{16}{25}}=\frac{4}{5}\)
\(\cos B=-\frac{12}{13}\)
\(\sin B=-\sqrt{1-\cos ^2 B}\)
\(=-\sqrt{1-\frac{144}{169}}=-\sqrt{\frac{25}{169}}=\frac{-5}{13}\)
cos (A + B)
= cos A cos B - sin A sin B
= \(\left( \frac { 4 }{ 5 } \right) \left( -\frac { 12 }{ 13 } \right) -\left( \frac { 3 }{ 5 } \right) \left( \frac { -5 }{ 13 } \right) \)
\(=\frac { -33 }{ 65 } \)
11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - துணைப்பாடம் - யானை டாக்டர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - செய்யுள் - ஐங்குறுநூறு Important Questions And Answers Study Material - QB365 Set A
Tamilnadu Stateboard 11th Standard Subjects

Maths

Commerce

Economics

Biology

Business Maths and Statistics

Accountancy

Computer Science

Physics

Chemistry

Maths

Biology

Economics

Physics

Chemistry

History

Business Maths and Statistics

Computer Science

Accountancy

Computer Applications

History

Computer Technology

Commerce

Computer Applications

Computer Technology

Tamil

English

French
Tamilnadu Stateboard Standards