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 Creative Questions in class 11 Maths Subject. It will helps to get more idea about question pattern in every Creative questions with solution.
latest Creative QuestionsDownload Tamil Nadu 11th 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.
1 + 5 + 9 + ... + (4n - 3) = n(2n -1), \(\forall\)n \(\in\)N.
2.
Prove by the principle of mathematical induction that for every natural number n, 32n + 2 - 8n - 9 is divisible by 8.
3.
A committee of 12 is to be formed from 9 women and 8 men. In how many ways this can be done if atleast 5 women have to be included in a committee? In how many of these committees the women are in majority?
4.
In how many ways can the letters of the word PERMUTATIONS be arranged if vowels are all together.
5.
If 2n+1 Pn-1 : 2n-1 Pn= 3 : 5, find n.
1.
Let p(n) : 1 + 5 + 9 + ... + (4n - 3) = n(2n - 1), \(\forall\)n\(\in\)N
Step 1: P(1) 1 = 1(2.1 - 1) = 1 which is true for P(1)
Step 2: P(k)1 + 5 + 9 + ... + (4k- 3) = k(2k -1). Let it be true.
Step 3: P(k): 1 + 5 + 9 + ... + (4k- 3) = k(4k+ 1)
= k(2k -1) + (4k + 1) = 2k2 - k + 4k + 1
= 2k2 + 3k + 1 = 2k2 + 2k + k + 1
= 2k(k+ 1) + 1 (k+ 1) = (2k+ 1)(k+ 1)
= (k+ 1) (2k+ 2 -1) = (k+ 1) [2(k+ 1) -1]
Which is true for P(k + 1).
Hence, P(k + 1) is true whenever P(k) is true
2.
Let P(n) : 32n + 2 - 8n - 9 is divisible by 8..
Then, P(1): 32.1+2 - 8.1 - 9 is divisible by 8.
(i.e.) 34 - 8 - 9 is divisible by 8 or 81 - 8 - 9 is divisible by 8
(or) 64 is divisible by 8, which is true.
Suppose P(k) is true, then
P(k) : 32k + 2 - 8k - 9 is divisible by 8
(i.e.) 32k+2-8k-9 = 8m,where m\(\in\)N (or)
32k+2 = 8m + 8k+ 9
P(k + 1) is the statement given by, ...(1)
P(k + 1): 32(k+ 1)+2 - 8(k-1) - 9
Now, 32(k+ 1)+2 - 8(k- 1) - 9 = 32k+ 4 -8k - 8 - 9 = 32k+ 4 - 8k - 17
= 9.32k+ 2 - 8k- 17
9(8m + 8k + 9) - 8k - 17 [ \(\therefore\) P(k) is true. Using (1)]
\(\therefore\) 32(k+ 1)+2 - 8(k- 1) - 9 is divisible by 8.
\(\therefore\) P(k + 1) is true.
Hence, by the principle of mathematical induction, P(n) is true for all n \(\in\) N
3.
There are 9 women and 8 men. A committee of 12, consisting of atleast 5 women can be formed by the following cases:
| Number of ways | ||
| (a) | 5 women 7 men | 9C5 \(\times\) 8C7 = 128 \(\times\) 8 |
| (b) | 6 women and 6 men | 9C6 \(\times\) 8C6 = 84 \(\times\) 28 |
| (c) | 7 women and 5 men | 9C7 \(\times\) 8C5 = 36 \(\times\) 56 |
| (d) | 8 women and 4 men | 9C8 \(\times\) 8C4 = 9 \(\times\) 70 |
| (e) | 9 women and 3 men | 9C9 \(\times\) 8C3 = 1 \(\times\) 56 |
\(\therefore\) Total number of ways of forming the committee
= 128 \(\times\) 8 + 84 \(\times\) 28 + 36 \(\times\) 56+ 9 \(\times\) 70 + 1 \(\times\) 56 = 6062.
Clearly, women are majority in cases (c), (d) and (e).
\(\therefore\) Total number of committees in which women are majority = 9C7 \(\times\) 8C5 \(\times\) 9C8 \(\times\) 8C4 \(\times\) 9C9 \(\times\) 8C3
= 36 \(\times\) 56 + 9 \(\times\) 70 + 1\(\times\)56
= 2702
4.
There are 5 vowels in the given word. These vowels can be put together in 5! ways.
Considering these 5 vowels as one letters we have 8 letters of which 2 are T's.
These 8 letters can be arranged in \(\frac{8!}{2!}\) ways.
Hence, by the fundamental principle of multiplication, required number of words
= 5! \(\times\) \(\frac{8!}{2!}\) = 5! \(\times\) \(\frac { 8\times 7\times 6\times 5\times 4\times 3\times 2! }{ 2! } \)
= 5 \(\times\) 4 \(\times\) 3 \(\times\) 2 \(\times\) 8 \(\times\) 7 \(\times\) 6 \(\times\) 5 \(\times\) 4 \(\times\) 3 = 2419200
5.
Given 2n+1 Pn-1: 2n-1 Pn = 3 : 5
\(⇒\ {2n+1P_{n-1}\over2n-2P_n}={3\over 5}\)
⇒ 5· (2n+1)Pn-1 = 3· 2n-1 Pn
\(⇒\ \ 5\times{(2n+1)!\over (2n+1-n+1)!}=3.{(2b-1)!\over (2n-1-n)!}\)

\(⇒\ \ {5\times (2n+1)(2n)\over (n+2)(n+1)(n)(n-1)!}={3\over (n-1)!}\)
\(⇒\ \ {10(2n+1)\over (n+2)(n+1)}=3\)
⇒ 10(2n + 1) = 3(n + 2)(n + 1)
⇒ 20n+ 10=3(n2+3n+2)
20n + 10 - 3n2 - 9n - 6 = 0
⇒ -3n2 + 11n + 4 = 0
⇒ 3n2 - 11n - 4 = 0
⇒ \((n-4)(3n+1)=0\Rightarrow n=4\)
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