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: 13/05/2022
QB365 provides detailed and simple solution for every Book back Questions in class 11 Business Maths Subject. It will helps to get more idea about question pattern in every book back questions with solution.
latest Book back QuestionsDownload 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.
By the principle of Mathematical Induction, prove that 1 + 3 + 5 …+ (2n – 1) = n2, for all n ∈ N.
2.
A Cricket team of 11 players is to be formed from 16 players including 4 bowlers and 2 wicket-keepers. In how many different ways can a team be formed so that the team contains at least 3 bowlers and at least one wicket-keeper?
3.
Resolve into partial fractions:\(\frac{2x+1}{(x-1)(x^2+1)}\)
4.
Resolve into partial fraction \(\frac{x+1}{(x-2)^2(x+3)}\)
5.
Resolve into partial fraction :\(\frac{x+4}{\left(x^2-4\right)(x+1)}\)
1.
Let P(n) denote the statement
1 + 3 + 5 +…+ (2n – 1) = n2
Put n = 1
LHS = 1
RHS = 12 = 1
LHS = RHS `
\(\therefore\) P(1) is true.
Assume that P(k) is true.
i.e., 1 + 3 + 5 + ... + (2k – 1) = k2
To prove: P(k + 1) is true. `
\(\therefore\) 1 + 3 + 5 + … + (2k – 1) + (2k + 1)
\(=p(k)+(2k+1)\)
\(={ k }^{ 2 }+2k+1\)
\(=\left( k+1 \right) ^{ 2 }\)
P(k + 1) is true whenever P(k) is true. `
\(\therefore\) P(n) is true for all \(n \in N\)
2.
A Cricket team of 11 players can be formed in the following ways:
(i) 3 bowlers, 1 wicket keeper and 7 other players can be selected in
\({ 4C }_{ 3 }\times { 2C }_{ 1 }\times { 10C }_{ 7 }\) ways
\(4{ C }_{ 3 }\times { 2C }_{ 1 }\times { 10C }_{ 7 }={ 4C }_{ 1 }\times { 2C }_{ 1 }\times { 10C }_{ 3 }\)
= 960 ways
(ii) 3 bowlers, 2 wicket keepers and 6 other players can be selected in
\(\\ { 4C }_{ 1 }\times 2{ C }_{ 2 }\times { 10C }_{ 6 }\) ways
\({ 4C }_{ 1 }\times { 2C }_{ 2 }\times { 10C }_{ 6 }=4{ C }_{ 1 }\times { 2C }_{ 2 }\times { 10C }_{ 4 }\)
= 840 ways
(iii) 4 bowlers and 1 wicket keeper and 6 other players
\({ 4C }_{ 4 }\times { 2C }_{ 1 }\times 10{ C }_{ 6 }\) ways
\(= { 4C }_{ 4 }\times { 2C }_{ 4 }\times { 10C }_{ 4 }=420\ ways\)
4 bowlers, 2 wicket keepers and 5 other players can be selected in
\({ 4C }_{ 4 }\times { 2C }_{ 2 }\times { 10C }\) ways
\({ 4C }_{ 4 }\times { 2C }_{ 2 }\times { 10C }_{ 5 }=252\) ways
By addition principle of counting. Total number of ways
= 960 + 840 + 420 + 252
= 2472
3.
Here x2 + 1 cannot be factorized into linear factors.
Let \(\cfrac { 2x+1 }{ \left( x-1 \right) \left( { x }^{ 2 }+1 \right) } =\cfrac { A }{ x-1 } +\cfrac { Bx+C }{ { x }^{ 2 }+1 } \) ...(1)
Multiplying both sides by \((x-1)\left( { x }^{ 2 }+1 \right) \)
\(2x+1=A\left( { x }^{ 2 }+1 \right) +\left( Bx+C \right) \left( x-1 \right) \) ..(2)
Put x =1 in (2)
\(2+1=A(1+1)+0\)
\(\therefore A=\cfrac { 3 }{ 2 } \)
Put x = 0 in (2)
\(0+1=A(0+1)+(0+C)(-1)\)
\(1=A-C\)
\(\therefore C=\cfrac { 1 }{ 2 } \)
Equating the coefficient of x2 on both the sides of (2), we get
\(A+B=0\)
\(B=-A\)
\( \therefore B=\cfrac { -3 }{ 2 } \)
Substituting the values of A, B and C in (1), we get
\(\cfrac { 2x+1 }{ (x-1)\left( { x }^{ 2 }+1 \right) } =\cfrac { \frac { 3 }{ 2 } }{ x-1 } +\cfrac { \frac { -3 }{ 2 } x+\frac { 1 }{ 2 } }{ { x }^{ 2 }+1 } \)
\(=\cfrac { 3 }{ 2(x-1) } -\cfrac { 3x-1 }{ 2({ x }^{ 2 }+1) } \)
4.
\(\text {Let } \frac{x+1}{(x-2)^2(x+3)} =\frac{A}{(x-2)}+\frac{B}{(x-2)^2}+\frac{C}{(x+3)}\) ........(1)
Multiplying both the sides by (x - 2)2(x + 3), we get
x + 1 = A(x - 2)(x + 3) + B(x + 3) + C(x - 2)2...(2)
Put x = 2 in (2), we have
2 +1 = A(0) + B(5) + C(0)
\(\therefore B=\frac{3}{5}\)
Put x = –3 in (2), we have
–3 + 1 = A(0) + B(0) + C(-3 - 2)2
\(\therefore C=\frac{-2}{25}\)
Equating the coefficient of x2 on both the sides of (2), we get
0 = A + C
A = -C
\(\therefore A=\frac{2}{25}\)
Substituting the values of A,B and C in (1),
\(\frac{x+1}{(x-2)^2(x+3)}= \frac{2}{25(x-2)}+\frac{3}{5(x-2)^2}-\frac{2}{25(x+3)}\)
5.
Write the denominator into the product of linear factors
Here (x2 - 4)(x + 1)=(x - 2)(x + 2)(x + 1)
\(\therefore \frac{x+4}{\left(x^2-4\right)(x+1)}= \frac{A}{(x-2)}+\frac{B}{(x+2)}+\frac{C}{(x+1)}\) ...(1)
Multiplying both the sides by (x – 2)(x + 2)(x + 1), we get
x + 4 = A(x + 2)(x + 1)+ B(x - 2)(x + 1)+ C(x - 2)(x + 2) .....(2)
Put x = –2 in (2), we get
-2 + 4 = A(0) + B(-4)(-1) + C(0)
\(\therefore B=\frac{1}{2}\)
Put x = 2 in (2), we get
2 + 4 = A(4)(3) + B(0) + C(0)
\(\therefore\ A=\frac{1}{2}\)
Put x = –1 in (2), we get
-1 + 4 = A(0) + B(0) + C(-3)(1)
\(\therefore\) C = -1
Substituting the values of A, B and C in (1), we get
\(\frac{x+4}{\left(x^2-4\right)(x+1)}=\frac{1}{2(x-2)}+\frac{1}{2(x+2)}-\frac{1}{x+1}\)
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