Muft Shiksha™ एक 100% Free Education Portal है 🇮🇳, जिसका उद्देश्य Class 9–12 के हर विद्यार्थी तक High-Quality Education को पूरी तरह मुफ्त पहुँचाना है। 🇮🇳 हम मानते हैं कि अच्छी शिक्षा किसी student की आर्थिक स्थिति पर निर्भर नहीं होनी चाहिए। 🇮🇳 हर विद्यार्थी को वही Quality Study Material, MCQs, Quizzes, Exam Preparation, Concept-Based Learning और Bilingual Support मिलना चाहिए, जो आमतौर पर महंगी Coaching या Premium Platforms में मिलता है। Muft Shiksha™ 🇮🇳 इसी सोच के साथ बनाया गया है
In this Class 9 Mathematics topic from Sequences and Progressions, students learn how numbers or objects are arranged in a definite order and how to identify the rule connecting successive terms. They practise finding missing terms, writing a sequence from a given pattern, and expressing its general term when the relationship is clear. The topic develops pattern recognition, logical reasoning, and accuracy, while preparing students to understand progressions and solve sequence-based problems in later mathematics.
TOPIC PRACTICE
Quiz this set
Up to 20 questions from this page. Select your focus, then start.
20 questions
Choose questions
Expert · Level 42 · sequences,term of a sequence,substitution,fraction simplification,class 9 mathematicsView options
If \(a_n=\frac{2n-1}{3n+1}\), what will be the simplified value of \(a_8\)?
Correct answer: B
Given \(a_n=\frac{2n-1}{3n+1}\). Substituting \(n=8\), \(a_8=\frac{2(8)-1}{3(8)+1}=\frac{15}{25}=\frac{3}{5}\). Hence, option B is correct. A value such as \(\frac{5}{9}\) may result from incorrect substitution or simplification. Exam tip: substitute \(n\) carefully in both the numerator and denominator, then reduce the fraction.
The sequence (5,8,13,20,29,\ldots) has general term (a_n=n^2+4). Which term is (260)?
Correct answer: C
Given \(a_n=n^2+4\), set the term equal to 260: \(n^2+4=260\). Thus, \(n^2=256=16^2\), so \(n=16\). Since a term number in a sequence is positive, \(n=-16\) is not considered. The 15th term is \(15^2+4=229\), so it is not correct. Exam tip: quickly recognising perfect squares such as 256 saves time.
In the sequence (4, 6, 9, 14, 21, 32, …), the successive differences are prime numbers (2, 3, 5, 7, 11, …). What will be the next term?
Correct answer: C
The governing concept is using successive differences to extend a sequence. Subtracting consecutive terms gives 6 − 4 = 2, 9 − 6 = 3, 14 − 9 = 5, 21 − 14 = 7, and 32 − 21 = 11. These are consecutive prime numbers. The next prime after 11 is 13, so the next term must be the current final term plus 13: 32 + 13 = 45. Therefore option C is correct. The distractor 41 would add 9, 43 would add 11 by repeating the previous difference, and 47 would add 15; none follows the stated prime-difference pattern. Writing the differences separately avoids confusing terms with increments.
In the sequence (3,8,18,38,78,\ldots), each next term is obtained by doubling the previous term and adding (2). What will be the next term?
Correct answer: C
The rule is: next term = twice the previous term + 2. Therefore, the term after 78 is \(2\times 78+2=156+2=158\). Although 156 is double of 78, the additional 2 must also be included. Exam tip: for a recurrence sequence, apply the stated rule directly to the last given term.
If (a_n=n^2+kn) and (a_3=30), what will be the value of (a_6)?
Correct answer: C
Given \(a_n=n^2+kn\). Substituting \(n=3\), \(a_3=3^2+3k=30\), so \(9+3k=30\). Hence, \(k=7\). Now, for \(n=6\), \(a_6=6^2+6(7)=36+42=78\). Therefore, option C is correct. The value \(84\) would result from an incorrect calculation. Exam tip: first use the given term to find the unknown constant, then substitute the required value of \(n\).
Which of the following sequences is neither an arithmetic progression (AP) nor a geometric progression (GP)?
Correct answer: C
In option C, the consecutive differences are \(3,5,7\), so they are not constant; the ratios are not constant either. Hence it is neither AP nor GP. Option D is constant and is both AP and GP. Exam tip: check differences first, then ratios.
What will be the (9)th term in the sequence (1,4,2,8,4,16,8,32,\ldots)?
Correct answer: B
The terms at odd positions are 1, 2, 4, 8, 16, \ldots, so each successive odd-position term is double the previous one. The 9th position is odd and is the fifth term of this subsequence; hence the 9th term is 16. The value 64 is the 12th term, and may be chosen by incorrectly treating the entire sequence as a single doubling pattern. Exam tip: For such sequences, list the odd-position and even-position terms separately before identifying the rule.
In the sequence (2,3,6,11,18,27,\ldots), the successive differences are (1,3,5,7,9,\ldots). What will be the next term?
Correct answer: B
The successive differences are consecutive odd numbers: \(1,3,5,7,9\). Therefore, the next difference is \(11\). Hence, the next term is \(27+11=38\). The answer \(36\) would result from adding \(9\) again, but the differences continue as increasing odd numbers. Exam tip: write the consecutive differences first to identify a sequence pattern quickly.
If (a_n=n^2+(-1)^n), what will be the value of (a_9)?
Correct answer: C
Substitute \(n=9\): \(a_9=9^2+(-1)^9\). Since 9 is odd, \((-1)^9=-1\). Therefore, \(a_9=81-1=80\), so option C is correct. Option 82 would result from incorrectly taking \((-1)^9\) as \(+1\). Exam tip: \((-1)^n\) equals \(+1\) for even \(n\) and \(-1\) for odd \(n\).
In the sequence (75,68,61,54,\ldots), how many terms are positive?
Correct answer: B
This is an arithmetic progression with first term \(a=75\) and common difference \(d=-7\). Its \(n\)th term is \(a_n=75-7(n-1)\). For a term to be positive, \(75-7(n-1)>0\), which gives \(n<\frac{82}{7}\approx11.71\). Hence, the greatest integral value of \(n\) is 11, so 11 terms are positive. The 12th term is \(75-7\times11=-2\), so 12 terms cannot be positive. Exam tip: To count positive terms, use \(a_n>0\) and take the greatest integer value satisfying the inequality.
What is the sum of the first (4) terms of the sequence (3,9,27,81,\ldots)?
Correct answer: C
The first four terms are 3, 9, 27, and 81. Therefore, their sum is \(3+9+27+81=120\). This is also a geometric sequence, since each term is 3 times the previous term. Option 114 is incorrect because it is less than the actual total of the four given terms. Exam tip: when only a few terms are given, list them and add directly to avoid mistakes.
What will be the next term in the sequence (1,8,19,34,53,\ldots)?
Correct answer: C
The consecutive differences are \(8-1=7\), \(19-8=11\), \(34-19=15\), and \(53-34=19\). These differences increase by \(4\) each time, so the next difference is \(23\). Therefore, the next term is \(53+23=76\). Choosing \(74\) would give a difference of \(21\), which does not follow the given difference pattern. Exam tip: For such sequences, first list the consecutive differences and check their pattern.
If (a_n=n^2+2^n), what will be the value of (a_4+a_5)?
Correct answer: C
Given \(a_n=n^2+2^n\), \(a_4=4^2+2^4=16+16=32\) and \(a_5=5^2+2^5=25+32=57\). Therefore, \(a_4+a_5=32+57=89\). Option 85 may result from an error in calculating either \(5^2\) or \(2^5\). Exam tip: evaluate the square and exponential parts separately before adding them.
Given (a_n=n!+n), substitute (n=5): (a_5=5!+5=120+5=125). Therefore, 125 is the correct option. 120 is only the value of (5!), but the additional 5 must also be added. Exam tip: in expressions involving factorials, evaluate the factorial first and then perform the remaining operations.
If \(a_n=\frac{n^2+1}{n}\), what will be the value of \(a_5\)?
Correct answer: C
Given \(a_n=\frac{n^2+1}{n}\). Substituting \(n=5\), we get \(a_5=\frac{5^2+1}{5}=\frac{25+1}{5}=\frac{26}{5}\). Option B uses only \(\frac{25}{5}\) and misses the \(+1\) in the numerator. Exam tip: substitute the value of \(n\) in every part of the formula before simplifying the numerator and denominator.
If (a_1=2) and (a_{n+1}=2a_n+n^2), what will (a_4) be?
Correct answer: C
Use the recurrence step by step. Thus, a_2=2(2)+1^2=5, a_3=2(5)+2^2=14, and a_4=2(14)+3^2=37. Therefore, 37 is correct. Although 39 is a close distractor, it is not the correct value of 2(14)+3^2. Exam tip: to find a_4, substitute n=1, then n=2, and then n=3; do not substitute n=4 directly.
Which of the following sequences is neither increasing nor decreasing?
Correct answer: B
In option B, the sequence falls from 1 to -1 and then rises from -1 to 1, so it does not move in one direction. A and D increase, while C decreases. Exam tip: compare consecutive terms.
Google Analytics helps us understand site usage. Google may send limited cookie-free signals before your choice. The Live Visitors widget operates independently of this analytics choice; see the privacy policy for its provider and fallback details. Essential site features work without analytics cookies. You can change your choice later in Privacy choices. Privacy policy