Update
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™ 🇮🇳 इसी सोच के साथ बनाया गया है • 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™ 🇮🇳 इसी सोच के साथ बनाया गया है • 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™ 🇮🇳 इसी सोच के साथ बनाया गया है
Subjects
Concept-wise Practice

recursive_rule MCQ Questions for Class 9

recursive_rule se related questions ko ek jagah revise karein. Har question me bilingual content, answer feedback aur explanation available hai.

Practice Questions

619 questions tagged with recursive_rule.

यदि \(a_1=4\) और \(a_{n+1}=2a_n+n\) है तो \(a_4\) क्या होगा?

If \(a_1=4\) and \(a_{n+1}=2a_n+n\), what is \(a_4\)?

Explanation opens after your attempt
Correct Answer

C. (43)

Explanation

Simple Explanation

पद (4,9,20,43) हैं इसलिए \(a_4=43\) है। पहले पिछले पद को दोगुना करें फिर (n) जोड़ें। / The terms are (4,9,20,43), so \(a_4=43\). Exam tip: double the previous term first and then add (n).

Open Question Page
Ask Friends

यदि \(a_1=3\) और \(a_{n+1}=n a_n+2\) है तो \(a_4\) क्या होगा?

If \(a_1=3\) and \(a_{n+1}=n a_n+2\), what is \(a_4\)?

Explanation opens after your attempt
Correct Answer

B. (47)

Explanation

Simple Explanation

\(a_2=1\times3+2=5\), \(a_3=2\times5+2=12\) और \(a_4=3\times12+2=38\) है। सही विकल्प में (38) होना चाहिए। / \(a_2=1\times3+2=5\), \(a_3=2\times5+2=12\), and \(a_4=3\times12+2=38\). The correct option should include (38).

Open Question Page
Ask Friends

यदि \(a_1=1\), \(a_2=3\) और \(a_n=4a_{n-1}-3a_{n-2}\) है तो \(a_4\) क्या होगा?

If \(a_1=1\), \(a_2=3\), and \(a_n=4a_{n-1}-3a_{n-2}\), what is \(a_4\)?

Explanation opens after your attempt
Correct Answer

C. (27)

Explanation

Simple Explanation

\(a_3=4\times3-3\times1=9\) और \(a_4=4\times9-3\times3=27\) है। दोनों पिछले पदों का उपयोग करें। / \(a_3=4\times3-3\times1=9\) and \(a_4=4\times9-3\times3=27\). Exam tip: use both previous terms.

Open Question Page
Ask Friends

यदि \(a_1=1\), \(a_2=3\) और \(a_n=4a_{n-1}-3a_{n-2}\) है तो \(a_5\) क्या होगा?

If \(a_1=1\), \(a_2=3\), and \(a_n=4a_{n-1}-3a_{n-2}\), what is \(a_5\)?

Explanation opens after your attempt
Correct Answer

A. (27)

Explanation

Simple Explanation

पद (1,3,9,27,81) हैं इसलिए \(a_5=81\) है। सही विकल्प में (81) होना चाहिए। / The terms are (1,3,9,27,81), so \(a_5=81\). The correct option should include (81).

Open Question Page
Ask Friends

यदि \(a_1=18\) और \(a_{n+1}=a_n+\frac{a_n}{3}\) है तो \(a_2\) क्या होगा?

If \(a_1=18\) and \(a_{n+1}=a_n+\frac{a_n}{3}\), what is \(a_2\)?

Explanation opens after your attempt
Correct Answer

C. (24)

Explanation

Simple Explanation

\(a_2=18+\frac{18}{3}=24\) है। नियम का अर्थ पिछले पद का \(\frac{4}{3}\) लेना है। / \(a_2=18+\frac{18}{3}=24\). Exam tip: the rule means taking \(\frac{4}{3}\) of the previous term.

Open Question Page
Ask Friends

यदि \(a_1=24\) और \(a_{n+1}=a_n+\frac{a_n}{3}\) है तो \(a_3\) क्या होगा?

If \(a_1=24\) and \(a_{n+1}=a_n+\frac{a_n}{3}\), what is \(a_3\)?

Explanation opens after your attempt
Correct Answer

B. (42)

Explanation

Simple Explanation

पद \(24,32,\frac{128}{3}\) हैं इसलिए \(a_3=\frac{128}{3}\) है। सही विकल्प में भिन्न मान होना चाहिए। / The terms are \(24,32,\frac{128}{3}\), so \(a_3=\frac{128}{3}\). The correct option should include the fractional value.

Open Question Page
Ask Friends

यदि \(a_1=2\) और \(a_{n+1}=a_n+n^2+2n+1\) है तो \(a_4\) क्या होगा?

If \(a_1=2\) and \(a_{n+1}=a_n+n^2+2n+1\), what is \(a_4\)?

Explanation opens after your attempt
Correct Answer

B. (31)

Explanation

Simple Explanation

पद (2,6,15,31) हैं इसलिए \(a_4=31\) है। \(n^2+2n+1\) को ((n+1)2) की तरह पहचानें। / The terms are (2,6,15,31), so \(a_4=31\). Exam tip: recognize \(n^2+2n+1\) as ((n+1)2).

Open Question Page
Ask Friends

यदि \(a_1=150\) और (a_{n+1}=a_n-(4n+3)) है तो \(a_3\) क्या होगा?

If \(a_1=150\) and (a_{n+1}=a_n-(4n+3)), what is \(a_3\)?

Explanation opens after your attempt
Correct Answer

C. (132)

Explanation

Simple Explanation

पद (150,143,132) हैं इसलिए \(a_3=132\) है। घटाने से पहले (4n+3) निकालें। / The terms are (150,143,132), so \(a_3=132\). Exam tip: calculate (4n+3) before subtracting.

Open Question Page
Ask Friends

यदि \(a_1=150\) और (a_{n+1}=a_n-(4n+3)) है तो \(a_4\) क्या होगा?

If \(a_1=150\) and (a_{n+1}=a_n-(4n+3)), what is \(a_4\)?

Explanation opens after your attempt
Correct Answer

C. (126)

Explanation

Simple Explanation

पद (150,143,132,117) नहीं बल्कि \(a_4=117\) है। सही विकल्प में (117) होना चाहिए। / The terms are (150,143,132,117), so \(a_4=117\). The correct option should include (117).

Open Question Page
Ask Friends

यदि \(a_1=3\) और \(a_{n+1}=a_n+6n-1\) है तो \(a_3\) क्या होगा?

If \(a_1=3\) and \(a_{n+1}=a_n+6n-1\), what is \(a_3\)?

Explanation opens after your attempt
Correct Answer

C. (19)

Explanation

Simple Explanation

पद (3,8,19) हैं इसलिए \(a_3=19\) है। (6n-1) का मान हर चरण में बदलता है। / The terms are (3,8,19), so \(a_3=19\). Exam tip: (6n-1) changes at each step.

Open Question Page
Ask Friends

यदि \(a_1=3\) और \(a_{n+1}=a_n+6n-1\) है तो \(a_4\) क्या होगा?

If \(a_1=3\) and \(a_{n+1}=a_n+6n-1\), what is \(a_4\)?

Explanation opens after your attempt
Correct Answer

A. (33)

Explanation

Simple Explanation

पद (3,8,19,36) नहीं बल्कि \(a_4=36\) है। सही विकल्प में (36) होना चाहिए। / The terms are (3,8,19,36), so \(a_4=36\). The correct option should include (36).

Open Question Page
Ask Friends

यदि \(a_1=6\) और \(a_{n+1}=4a_n-3\) है तो \(a_3\) क्या होगा?

If \(a_1=6\) and \(a_{n+1}=4a_n-3\), what is \(a_3\)?

Explanation opens after your attempt
Correct Answer

B. (81)

Explanation

Simple Explanation

\(a_2=4\times6-3=21\) और \(a_3=4\times21-3=81\) है। गुणा के बाद (3) घटाएँ। / \(a_2=4\times6-3=21\) and \(a_3=4\times21-3=81\). Exam tip: subtract (3) after multiplication.

Open Question Page
Ask Friends

यदि \(a_1=4\), \(a_2=7\) और \(a_n=a_{n-1}+a_{n-2}+3\) है तो \(a_4\) क्या होगा?

If \(a_1=4\), \(a_2=7\), and \(a_n=a_{n-1}+a_{n-2}+3\), what is \(a_4\)?

Explanation opens after your attempt
Correct Answer

C. (24)

Explanation

Simple Explanation

\(a_3=7+4+3=14\) और \(a_4=14+7+3=24\) है। अतिरिक्त (3) हर चरण में जोड़ें। / \(a_3=7+4+3=14\) and \(a_4=14+7+3=24\). Exam tip: add the extra (3) at each step.

Open Question Page
Ask Friends

यदि \(a_1=4\), \(a_2=7\) और \(a_n=a_{n-1}+a_{n-2}+3\) है तो \(a_5\) क्या होगा?

If \(a_1=4\), \(a_2=7\), and \(a_n=a_{n-1}+a_{n-2}+3\), what is \(a_5\)?

Explanation opens after your attempt
Correct Answer

C. (39)

Explanation

Simple Explanation

पद (4,7,14,24,41) नहीं बल्कि \(a_5=41\) है। सही विकल्प में (41) होना चाहिए। / The terms are (4,7,14,24,41), so \(a_5=41\). The correct option should include (41).

Open Question Page
Ask Friends

यदि \(a_1=5\) और \(a_{n+1}=2a_n+3\) है तो \(a_3-a_2\) का मान क्या होगा?

If \(a_1=5\) and \(a_{n+1}=2a_n+3\), what is the value of \(a_3-a_2\)?

Explanation opens after your attempt
Correct Answer

C. (16)

Explanation

Simple Explanation

पद (5,13,29) हैं इसलिए \(a_3-a_2=29-13=16\) है। पहले दोनों पद निकालें फिर घटाएँ। / The terms are (5,13,29), so \(a_3-a_2=29-13=16\). Exam tip: find both terms first and then subtract.

Open Question Page
Ask Friends

यदि \(a_1=5\) और \(a_{n+1}=2a_n+3\) है तो \(a_4-a_2\) का मान क्या होगा?

If \(a_1=5\) and \(a_{n+1}=2a_n+3\), what is the value of \(a_4-a_2\)?

Explanation opens after your attempt
Correct Answer

C. (42)

Explanation

Simple Explanation

पद (5,13,29,61) हैं इसलिए \(a_4-a_2=61-13=48\) है। सही विकल्प में (48) होना चाहिए। / The terms are (5,13,29,61), so \(a_4-a_2=48\). The correct option should include (48).

Open Question Page
Ask Friends

यदि \(a_1=15\) और \(a_{n+1}=a_n+8\) है तो कौन सा पद (71) है?

If \(a_1=15\) and \(a_{n+1}=a_n+8\), which term is (71)?

Explanation opens after your attempt
Correct Answer

B. (8)वाँ(8)th

Explanation

Simple Explanation

पद (15,23,31,39,47,55,63,71) हैं इसलिए (71) आठवाँ पद है। पदों को क्रमांक के साथ लिखें। / The terms are (15,23,31,39,47,55,63,71), so (71) is the eighth term. Exam tip: write terms with their positions.

Open Question Page
Ask Friends

यदि \(a_1=6\) और \(a_{n+1}=a_n+4\) है तो \(a_9\) क्या होगा?

If \(a_1=6\) and \(a_{n+1}=a_n+4\), what is \(a_9\)?

Explanation opens after your attempt
Correct Answer

C. (38)

Explanation

Simple Explanation

पदों में (8) बार (4) जुड़ता है इसलिए \(a_9=6+32=38\) है। पद संख्या से एक कम बार नियम लगता है। / The rule adds (4) eight times, so \(a_9=6+32=38\). Exam tip: the rule is applied one less time than the term number.

Open Question Page
Ask Friends

यदि \(a_1=3\) और \(a_{n+1}=a_n^2+a_n+1\) है तो \(a_2\) क्या होगा?

If \(a_1=3\) and \(a_{n+1}=a_n^2+a_n+1\), what is \(a_2\)?

Explanation opens after your attempt
Correct Answer

B. (13)

Explanation

Simple Explanation

\(a_2=3^2+3+1=13\) है। पहले वर्ग करें फिर पिछले पद और (1) जोड़ें। / \(a_2=3^2+3+1=13\). Exam tip: square first, then add the previous term and (1).

Open Question Page
Ask Friends

यदि \(a_1=4\) और \(a_{n+1}=a_n^2-2a_n\) है तो \(a_2\) क्या होगा?

If \(a_1=4\) and \(a_{n+1}=a_n^2-2a_n\), what is \(a_2\)?

Explanation opens after your attempt
Correct Answer

B. (8)

Explanation

Simple Explanation

\(a_2=4^2-2\times4=8\) है। वर्ग लेकर उसी पद का दोगुना घटाएँ। / \(a_2=4^2-2\times4=8\). Exam tip: square the term and subtract twice that term.

Open Question Page
Ask Friends

यदि \(a_1=4\) और \(a_{n+1}=a_n^2-2a_n\) है तो \(a_3\) क्या होगा?

If \(a_1=4\) and \(a_{n+1}=a_n^2-2a_n\), what is \(a_3\)?

Explanation opens after your attempt
Correct Answer

B. (32)

Explanation

Simple Explanation

\(a_2=16-8=8\) और \(a_3=64-16=48\) नहीं बल्कि (48) है। सही मान (48) होना चाहिए। / \(a_2=16-8=8\) and \(a_3=64-16=48\). The correct value should be (48).

Open Question Page
Ask Friends

यदि \(a_1=3\), \(a_2=4\) और \(a_n=a_{n-1}+a_{n-2}+2n\) है तो \(a_4\) क्या होगा?

If \(a_1=3\), \(a_2=4\), and \(a_n=a_{n-1}+a_{n-2}+2n\), what is \(a_4\)?

Explanation opens after your attempt
Correct Answer

B. (25)

Explanation

Simple Explanation

\(a_3=13\) और \(a_4=13+4+8=25\) है। दो-पद नियम में वर्तमान (n) सही रखें। / \(a_3=13\) and \(a_4=13+4+8=25\). Exam tip: use the correct current (n) in a two-term rule.

Open Question Page
Ask Friends

यदि \(a_1=3\), \(a_2=4\) और \(a_n=a_{n-1}+a_{n-2}+2n\) है तो \(a_3\) क्या होगा?

If \(a_1=3\), \(a_2=4\), and \(a_n=a_{n-1}+a_{n-2}+2n\), what is \(a_3\)?

Explanation opens after your attempt
Correct Answer

B. (13)

Explanation

Simple Explanation

\(a_3=4+3+2\times3=13\) है। पिछले दो पदों के साथ वर्तमान (2n) जोड़ें। / \(a_3=4+3+2\times3=13\). Exam tip: add current (2n) with the previous two terms.

Open Question Page
Ask Friends

यदि \(a_1=4\) और \(a_{n+1}=a_n+3a_1+n\) है तो \(a_3\) क्या होगा?

If \(a_1=4\) and \(a_{n+1}=a_n+3a_1+n\), what is \(a_3\)?

Explanation opens after your attempt
Correct Answer

D. (31)

Explanation

Simple Explanation

\(a_2=4+12+1=17\) और \(a_3=17+12+2=31\) है। \(a_1\) स्थिर रहता है और (n) बदलता है। / \(a_2=4+12+1=17\) and \(a_3=17+12+2=31\). Exam tip: \(a_1\) stays fixed while (n) changes.

Open Question Page
Ask Friends

यदि \(a_1=16\) और \(a_{n+1}=\frac{a_n}{2}+2n\) है तो \(a_2\) क्या होगा?

If \(a_1=16\) and \(a_{n+1}=\frac{a_n}{2}+2n\), what is \(a_2\)?

Explanation opens after your attempt
Correct Answer

B. (10)

Explanation

Simple Explanation

\(a_2=\frac{16}{2}+2=10\) है। पहले आधा करें फिर (2n) जोड़ें। / \(a_2=\frac{16}{2}+2=10\). Exam tip: halve first and then add (2n).

Open Question Page
Ask Friends

यदि \(a_1=14\) और \(a_{n+1}=\frac{a_n}{2}+2n\) है तो \(a_3\) क्या होगा?

If \(a_1=14\) and \(a_{n+1}=\frac{a_n}{2}+2n\), what is \(a_3\)?

Explanation opens after your attempt
Correct Answer

C. (11)

Explanation

Simple Explanation

\(a_2=7+2=9\) और \(a_3=\frac{9}{2}+4=8.5\) है। इसलिए पूर्णांक विकल्पों में सही मान नहीं है। / \(a_2=7+2=9\) and \(a_3=\frac{9}{2}+4=8.5\). So no integer option is correct.

Open Question Page
Ask Friends

यदि \(a_1=80\) और (a_{n+1}=a_n-\frac{n(n+1)}{2}-1) है तो \(a_3\) क्या होगा?

If \(a_1=80\) and (a_{n+1}=a_n-\frac{n(n+1)}{2}-1), what is \(a_3\)?

Explanation opens after your attempt
Correct Answer

B. (74)

Explanation

Simple Explanation

पद (80,78,74) हैं इसलिए \(a_3=74\) है। घटाने से पहले पूरा मान निकालें। / The terms are (80,78,74), so \(a_3=74\). Exam tip: calculate the full subtraction first.

Open Question Page
Ask Friends

यदि \(a_1=80\) और (a_{n+1}=a_n-\frac{n(n+1)}{2}-1) है तो \(a_4\) क्या होगा?

If \(a_1=80\) and (a_{n+1}=a_n-\frac{n(n+1)}{2}-1), what is \(a_4\)?

Explanation opens after your attempt
Correct Answer

A. (69)

Explanation

Simple Explanation

पद (80,78,74,67) नहीं बल्कि \(a_4=67\) है। घटाव (2,4,7) क्रम से होता है। / The terms are (80,78,74,67), so \(a_4=67\). Exam tip: the subtractions are (2,4,7) in order.

Open Question Page
Ask Friends

यदि \(a_1=2\) और (a_{n+1}=a_n+\frac{n(n+1)}{2}+1) है तो \(a_4\) क्या होगा?

If \(a_1=2\) and (a_{n+1}=a_n+\frac{n(n+1)}{2}+1), what is \(a_4\)?

Explanation opens after your attempt
Correct Answer

B. (15)

Explanation

Simple Explanation

पद (2,4,8,15) हैं इसलिए \(a_4=15\) है। त्रिभुजीय संख्या में (1) जोड़कर अगला जोड़ बनता है। / The terms are (2,4,8,15), so \(a_4=15\). Exam tip: the increment is a triangular number plus (1).

Open Question Page
Ask Friends

यदि \(a_1=2\) और (a_{n+1}=a_n+\frac{n(n+1)}{2}+1) है तो \(a_5\) क्या होगा?

If \(a_1=2\) and (a_{n+1}=a_n+\frac{n(n+1)}{2}+1), what is \(a_5\)?

Explanation opens after your attempt
Correct Answer

C. (28)

Explanation

Simple Explanation

पद (2,4,8,15,26) नहीं बल्कि \(a_5=26\) है। (2,4,7,11) जैसे बढ़ते जोड़ ध्यान से जोड़ें। / The terms are (2,4,8,15,26), so \(a_5=26\). Exam tip: add the increasing increments carefully.

Open Question Page
Ask Friends