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=100\) और \(a_{n+1}=a_n-2^n\) है तो \(a_4\) क्या होगा?

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

Explanation opens after your attempt
Correct Answer

C. (86)

Explanation

Simple Explanation

पद (100,98,94,86) हैं इसलिए \(a_4=86\) है। \(2^n\) के मान क्रम से घटाएँ। / The terms are (100,98,94,86), so \(a_4=86\). Exam tip: subtract the values of \(2^n\) in order.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (31)

Explanation

Simple Explanation

पद (1,3,7,15,31) हैं इसलिए \(a_5=31\) है। \(2^n\) के मान (2,4,8,16) क्रम से जोड़ें। / The terms are (1,3,7,15,31), so \(a_5=31\). Exam tip: add (2,4,8,16) in order.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

B. (4)

Explanation

Simple Explanation

पद (4,2,4) हैं इसलिए \(a_3=4\) है। ((-1)^n) के चिह्न को हर चरण में जाँचें। / The terms are (4,2,4), so \(a_3=4\). Exam tip: check the sign of ((-1)^n) at every step.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

B. (4)

Explanation

Simple Explanation

पद (4,2,4,2) हैं इसलिए \(a_4=2\) है। सही विकल्प (2) होना चाहिए। / The terms are (4,2,4,2), so \(a_4=2\). The correct option should be (2).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (5)

Explanation

Simple Explanation

पद (5,4,5,4,5) हैं इसलिए \(a_5=5\) है। ((-1)^n) में सम और विषम (n) का चिह्न बदलता है। / The terms are (5,4,5,4,5), so \(a_5=5\). Exam tip: the sign of ((-1)^n) changes with even and odd (n).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

B. (12)

Explanation

Simple Explanation

\(a_3=6+3\times2=12\) है। दो-पद नियम में \(a_{n-2}\) को (3) से गुणा करें। / \(a_3=6+3\times2=12\). Exam tip: multiply \(a_{n-2}\) by (3) in this two-term rule.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

D. (32)

Explanation

Simple Explanation

\(a_3=6+3\times2=12\) और \(a_4=12+3\times6=30\) है। इसलिए सही मान (30) है। / \(a_3=6+3\times2=12\) and \(a_4=12+3\times6=30\). Therefore the correct value is (30).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

B. (43)

Explanation

Simple Explanation

\(a_2=\frac{88}{2}-1=43\) है। पहले आधा करें फिर (n) घटाएँ। / \(a_2=\frac{88}{2}-1=43\). Exam tip: halve first and then subtract (n).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (19)

Explanation

Simple Explanation

\(a_2=42-1=41\) और \(a_3=\frac{41}{2}-2=18.5\) नहीं है। सरल विकल्पों से बचने के लिए चरण जाँचें। / \(a_2=42-1=41\) and \(a_3=\frac{41}{2}-2=18.5\). Check steps carefully before choosing integer options.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

A. (17)

Explanation

Simple Explanation

\(a_2=40-1=39\) और \(a_3=\frac{39}{2}-2=17.5\) है। इसलिए दिए गए विकल्पों में सही मान नहीं है। / \(a_2=40-1=39\) and \(a_3=\frac{39}{2}-2=17.5\). So none of the options is correct.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

D. (34)

Explanation

Simple Explanation

पद (7,12,21,34) हैं इसलिए \(a_4=34\) है। पहले (4n+1) निकालें फिर जोड़ें। / The terms are (7,12,21,34), so \(a_4=34\). Exam tip: calculate (4n+1) first and then add.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

D. (24)

Explanation

Simple Explanation

पद (6,9,13,18,24) हैं इसलिए \(a_5=24\) है। (n+2) के बदलते मान जोड़ें। / The terms are (6,9,13,18,24), so \(a_5=24\). Exam tip: add the changing values of (n+2).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

B. (8)

Explanation

Simple Explanation

\(a_2=2^2-1=3\) और \(a_3=3^2-1=8\) है। पिछले पद का वर्ग लेकर (1) घटाएँ। / \(a_2=2^2-1=3\) and \(a_3=3^2-1=8\). Exam tip: square the previous term and subtract (1).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (19)

Explanation

Simple Explanation

पद (4,6,11,19) हैं इसलिए \(a_4=19\) है। (3n-1) का मान हर चरण में नया होता है। / The terms are (4,6,11,19), so \(a_4=19\). Exam tip: (3n-1) has a new value at each step.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (32)

Explanation

Simple Explanation

पद (4,6,11,19,30) नहीं बल्कि \(a_5=30\) है। सही गणना में (2,5,8,11) जोड़े जाते हैं। / The terms are (4,6,11,19,30), so \(a_5=30\). The additions are (2,5,8,11).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (17)

Explanation

Simple Explanation

पद (1,3,7,17) हैं इसलिए \(a_4=17\) है। दो-पद नियम में \(a_{n-1}\) को (2) से गुणा करें। / The terms are (1,3,7,17), so \(a_4=17\). Exam tip: multiply \(a_{n-1}\) by (2) in this two-term rule.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

B. (17)

Explanation

Simple Explanation

पद (1,3,7,17,41) नहीं बल्कि \(a_4=17\) और \(a_5=41\) है। दिए गए विकल्पों में \(a_5\) नहीं है। / The terms are (1,3,7,17,41), so \(a_5=41\). The listed options do not include \(a_5\).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

B. (5)

Explanation

Simple Explanation

पद (10,6,5) हैं इसलिए \(a_3=5\) है। पहले पिछले पद का आधा करें फिर (n) जोड़ें। / The terms are (10,6,5), so \(a_3=5\). Exam tip: halve the previous term first and then add (n).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

D. (8.5)

Explanation

Simple Explanation

पद (10,6,5,5.5) नहीं बल्कि \(a_4=5.5\) है। आधा करने के बाद (n) जोड़ें। / The terms are (10,6,5,5.5), so \(a_4=5.5\). Exam tip: halve first and then add (n).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (22)

Explanation

Simple Explanation

पद (2,7,22) हैं इसलिए \(a_3=22\) है। पहले (3) से गुणा करें फिर (1) जोड़ें। / The terms are (2,7,22), so \(a_3=22\). Exam tip: multiply by (3) first and then add (1).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (64)

Explanation

Simple Explanation

पद (2,7,22,67) नहीं बल्कि \(a_4=67\) है। अंतिम विकल्प (67) सही होना चाहिए। / The terms are (2,7,22,67), so \(a_4=67\). The option (67) is correct.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

A. (29)

Explanation

Simple Explanation

पद (50,45,38,29) हैं इसलिए \(a_4=29\) है। (2n+3) को घटाने से पहले सही मान निकालें। / The terms are (50,45,38,29), so \(a_4=29\). Exam tip: calculate (2n+3) before subtracting.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (17)

Explanation

Simple Explanation

पद (3,4,8,17) हैं इसलिए \(a_4=17\) है। हर चरण में \(n^2\) का नया मान जोड़ें। / The terms are (3,4,8,17), so \(a_4=17\). Exam tip: add the new value of \(n^2\) at each step.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

B. (30)

Explanation

Simple Explanation

पद (3,4,8,17,33) नहीं बल्कि \(a_5=33\) है। वर्ग जोड़ते समय \(1^2,2^2,3^2,4^2\) जोड़ें। / The terms are (3,4,8,17,33), so \(a_5=33\). Exam tip: add \(1^2,2^2,3^2,4^2\) in order.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (17)

Explanation

Simple Explanation

पद (2,5,8,11,14,17) हैं इसलिए \(a_6=17\) है। दो-पद नियम में क्रमांक साथ लिखें। / The terms are (2,5,8,11,14,17), so \(a_6=17\). Exam tip: write positions while using two-term rules.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (26)

Explanation

Simple Explanation

पद (1,4,6,14,26) हैं इसलिए \(a_5=26\) है। पिछले दो पदों में दूसरे पिछले पद को (2) से गुणा करें। / The terms are (1,4,6,14,26), so \(a_5=26\). Exam tip: multiply the second previous term by (2).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (12)

Explanation

Simple Explanation

पद (5,8,12) हैं इसलिए \(a_3=12\) है। गुणा और घटाव का क्रम न बदलें। / The terms are (5,8,12), so \(a_3=12\). Exam tip: do not change the order of multiplication and subtraction.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

D. (26)

Explanation

Simple Explanation

पद (5,8,12,18) नहीं बल्कि \(a_4=18\) होता है। इस प्रश्न के लिए सही विकल्पों में (18) होना चाहिए। / The terms are (5,8,12,18), so \(a_4=18\). The correct option should include (18).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. (27)

Explanation

Simple Explanation

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

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

D. (22)

Explanation

Simple Explanation

पद (40,37,31,22) हैं इसलिए \(a_4=22\) है। घटाव में (3n) का मान अलग-अलग निकालें। / The terms are (40,37,31,22), so \(a_4=22\). Exam tip: calculate (3n) separately before subtracting.

Open Question Page
Ask Friends