10th Standard Syllabus & Materials
10th Standard
TN 10th English Prose - 4 - The Attic Important Questions And Answers Study Material - QB365 Set A
NEW10th Standard
TN 10th English Supplementary - 3 - The Story of Mulan Important Questions And Answers Study Material - QB365 Set A
NEW10th Standard
TN 10th English Poem - 3 - I am Every Woman Important Questions And Answers Study Material - QB365 Set A
NEW10th Standard
TN 10th English Prose - 3 - Empowered Women Navigating The World Important Questions And Answers Study Material - QB365 Set A
NEW10th Standard
TN 10th English Supplementary - 2 - Zigzag Important Questions And Answers Study Material - QB365 Set A
NEW10th Standard
TN 10th English Poem - 2 - The Grumble Family Important Questions And Answers Study Material - QB365 Set A

Published on: 12/06/2021
QB365 provides detailed and simple solution for every book back questions in class 10 Maths subject.It will helps to get more idea about question pattern in every book back questions with solution.
Download Tamil Nadu 10th 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.
Find the sum of the following series
1 + 4 + 9 + 16 +..+ 225
2.
Check whether the following sequences are in A.P.
9, 13, 17, 21, 25,... ,
3.
Find the least positive value of x such that
98 \(\equiv \) (x + 4) (mod 5)
4.
Find the sum of
13 + 23 + 33 +..+ 163
5.
Find the 8th term of the G.P 9,3,1,....
6.
How many consecutive odd integers beginning with 5 will sum to 480?
7.
First term a and common difference d are given below. Find the corresponding A.P
a = 5, d = 6
8.
Find a8 and a15 whose nth term is
an = \(\begin{cases} \frac { { n }^{ 2 }-1 }{ n+3 } ;n\quad is\quad even,\quad n\epsilon N \\ \begin{matrix} \\ \frac { { n }^{ 2 } }{ 2n+1 } ,n\quad is\quad odd,\quad n\epsilon N \end{matrix} \end{cases}\)
9.
The general term of a sequence is defined as
an = \(\begin{cases} n\left( n+3 \right) ;n\in N\quad is\quad odd \\ { n }^{ 2 }+1;n\in N\quad is\quad even \end{cases}\)
Find the eleventh and eighteenth terms.
10.
Find the next three terms of the sequences.
\(\frac { 1 }{ 2 } ,\frac { 1 }{ 6 } ,\frac { 1 }{ 10 },\frac { 1 }{ 14 } \), ..... ,
1.
1 + 4 + 9 + 16 + ... + 225
= 12+ 22 + 32 + ... + n2 \(=\frac{n(n+1)(2 n+1)}{6}\)
1 + 4 + 9 + 16 + ... + 225 = 12 + 22 + 32 + ... + 152
\(=\frac{15(15+1)[2(15)+1]}{6}
\)
\(=\frac{15 \times 16 \times 31}{6}=1240
\)
1 + 4+ 9 + 16 + ... + 225 = 1240
2.
9,13,17, 21, 25, ...
t2 - t1 = 13 - 9 = 4
t3 - t2 = 17 - 13 = 4
t4 - t3 = 21 - 17 = 4
t5 - t4 = 25 - 21 = 4
t2 - t1 = t3 - t2 = t4 - t3 = t5 - t4 = 4
The difference between consecutive terms are equal.
3.
98 \(\equiv \) (x + 4) (mod 5)
98 - (x + 4) = 5n , for some integer n.
94 - x = 5n
94- x is a multiple of 5
Therefore , the least positive value of x must be 4
Since 94 - 4 = 90 is the nearest multiple of 5 less than 94.
4.
13 + 23 + 33 + ...+ 163 = \(\left[ \frac { 16\times \left( 16+1 \right) }{ 2 } \right] ^{ 2 }\)= (136)2 = 18496
5.
The find the 8th term we have use the nth term formula tn = arn-1
First term a = 9, common radio r = \(\frac { { t }_{ 2 } }{ { t }_{ 1 } } =\frac { 3 }{ 9 } =\frac { 1 }{ 3 } \)
\({ t }_{ 8 }=9\times \left( \frac { 1 }{ 3 } \right) ^{ 8-1 }=9\times \left( \frac { 1 }{ 3 } \right) ^{ 7 }=\frac { 1 }{ 243 } \)
Therefore the 8th term of the G.P is \(\frac { 1 }{ 243 } \)
6.
Let the consecutive odd integers beginning with 5 be, 5, 7, 9, 11,....
Here a = 5, d = 2
We know that sum of n consecutive integers
\(\mathrm{S}_{\mathrm{n}} =\frac{n}{2}[2 a+(n-1) d]
\)
\(480 =\frac{n}{2}[2(5)+(n-1)(2)]
\)
\(480 =\frac{2 n}{2}[5+n-1]
\)
480 = n(n + 4)
n2 + 4n - 480 = 0
(n - 20)(n + 24) = 0
n = 20 (or) -24
Number of terms cannot be negative.
n = 20
20 consecutive odd integers beginning with 5 will sum to 480.
7.
First term a = 5; common difference d = 6.
A.P.is given by., a + d, a + 2d, a + 3d,......
In this case 5, 5 + 6, 5 + 2(6),5 + 3 (6),...
5, 11, 17 ,23,...
The required A.P. is 5, 11,17,23,....
8.
To find a8, since n = 8 is even, put n = 8 in
\(a_{n}=\frac{n^{2}-1}{n+3}\)
\(a_{8}=\frac{8^{2}-1}{8+3}=\frac{64-1}{11}=\frac{63}{11}\)
To find a15, since n = 15 is odd
put n = 15 in \(a_{n}=\frac{n^{2}}{2 n+1}\)
\(a_{15}=\frac{15^{2}}{2(15)+1}=\frac{225}{30+1}=\frac{225}{31}
\)
\(\therefore a_{8}=\frac{63}{11} \text { and } a_{15}=\frac{225}{31}
\)
9.
To find a11, Since 11 is odd, we put n = 11 in an = n (n + 3)
Thus, the eleventh term a11 = 11(11 + 3) = 154
To find a18, Since 18 is even, we put n = 18 in an = n2 +1
Thus the eighteenth term a18 = 182 + 1 = 325
10.
In the above sequence the numerators are same and the denominator is increased by 4.
So the next three terms are
a5 = \(\frac { 1 }{ 14+4 } =\frac { 1 }{ 18 } \)
a6 = \(\frac { 1 }{ 18+4 } =\frac { 1 }{ 22 } \)
a7 = \(\frac { 1 }{ 22+4 } =\frac { 1 }{ 26 } \)
10th Standard Syllabus & Materials
10th Standard
TN 10th English Prose - 2 - The Night the Ghost Got in Important Questions And Answers Study Material - QB365 Set A
NEW10th Standard
TN 10th English Supplementary - 1 - The Tempest Important Questions And Answers Study Material - QB365 Set A
NEW10th Standard
TN 10th English Poem - 1 - Life Important Questions And Answers Study Material - QB365 Set A
NEW10th Standard
TN 10th English Prose - 1 - His First Flight Important Questions And Answers Study Material - QB365 Set A
Tamilnadu Stateboard 10th Standard Subjects
Tamilnadu Stateboard Standards