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.

किसी अनुक्रम में \(y_1=2\) और (y_n=y_{n-1}+(2n-1)2) है। \(y_4\) का मान क्या होगा?

In a sequence, \(y_1=2\) and (y_n=y_{n-1}+(2n-1)2). What is the value of \(y_4\)?

Explanation opens after your attempt
Correct Answer

C. पचासी(85)

Explanation

Simple Explanation

\(y_4=2+9+25+49=85\) है। परीक्षा में (2n-1) का वर्ग लेना न भूलें। / \(y_4=2+9+25+49=85\). In exams, remember to square (2n-1).

Open Question Page
Ask Friends

यदि \(x_1=4\) और \(x_n=2x_{n-1}+n^2-n\) है, तो \(x_4\) का मान क्या होगा?

If \(x_1=4\) and \(x_n=2x_{n-1}+n^2-n\), what is the value of \(x_4\)?

Explanation opens after your attempt
Correct Answer

A. चौंसठ(64)

Explanation

Simple Explanation

\(x_2=10\), \(x_3=26\) और \(x_4=64\) है। परीक्षा में \(n^2-n\) को सरल करके जोड़ें। / \(x_2=10\), \(x_3=26\), and \(x_4=64\). In exams, simplify \(n^2-n\) before adding it.

Open Question Page
Ask Friends

किसी अनुक्रम में \(w_1=1\) और \(w_n=w_{n-1}+3^{n-1}+1\) है। \(w_4\) का मान क्या होगा?

In a sequence, \(w_1=1\) and \(w_n=w_{n-1}+3^{n-1}+1\). What is the value of \(w_4\)?

Explanation opens after your attempt
Correct Answer

D. तैंतालीस(43)

Explanation

Simple Explanation

\(w_2=5\), \(w_3=15\) और \(w_4=43\) है। परीक्षा में \(3^{n-1}\) के बाद (1) भी जोड़ें। / \(w_2=5\), \(w_3=15\), and \(w_4=43\). In exams, add (1) after \(3^{n-1}\) too.

Open Question Page
Ask Friends

यदि \(v_1=3\) और \(v_n=v_{n-1}+n^3\) है, तो \(v_4\) का मान क्या होगा?

If \(v_1=3\) and \(v_n=v_{n-1}+n^3\), what is the value of \(v_4\)?

Explanation opens after your attempt
Correct Answer

B. एक सौ दो(102)

Explanation

Simple Explanation

\(v_4=3+8+27+64=102\) है। परीक्षा में घन \(n^3\) को सही जोड़ें। / \(v_4=3+8+27+64=102\). In exams, add the cube \(n^3\) correctly.

Open Question Page
Ask Friends

अनुक्रम (7), (17), (37), (77) के लिए सही पुनरावर्ती नियम कौन-सा है?

Which recursive rule is correct for the sequence (7), (17), (37), (77)?

Explanation opens after your attempt
Correct Answer

C. नियम \(v_n=2v_{n-1}+3\)Rule \(v_n=2v_{n-1}+3\)

Explanation

Simple Explanation

हर नया पद पिछले पद के दोगुने में (3) जोड़ने से मिलता है। परीक्षा में केवल अंतर नहीं, नियम भी जाँचें। / Each new term is obtained by doubling the previous term and adding (3). In exams, check the rule, not only the difference.

Open Question Page
Ask Friends

यदि \(t_1=x\), \(t_n=2t_{n-1}+3\) और \(t_4=61\) है, तो (x) का मान क्या होगा?

If \(t_1=x\), \(t_n=2t_{n-1}+3\), and \(t_4=61\), what is the value of (x)?

Explanation opens after your attempt
Correct Answer

A. पाँच(5)

Explanation

Simple Explanation

\(t_4=8x+21\), इसलिए (x=5) है। परीक्षा में नियम को \(t_1\) तक फैलाकर हल करें। / \(t_4=8x+21\), so (x=5). In exams, expand the rule up to \(t_1\) and solve.

Open Question Page
Ask Friends

किसी अनुक्रम में \(s_1=5\) और (s_n=s_{n-1}+(-1)^{n+1}(2n-1)) है। \(s_5\) का मान क्या होगा?

In a sequence, \(s_1=5\) and (s_n=s_{n-1}+(-1)^{n+1}(2n-1)). What is the value of \(s_5\)?

Explanation opens after your attempt
Correct Answer

D. नौ(9)

Explanation

Simple Explanation

\(s_2=2\), \(s_3=7\), \(s_4=0\) और \(s_5=9\) है। परीक्षा में विषम जोड़ और घटाव के चिह्न अलग रखें। / \(s_2=2\), \(s_3=7\), \(s_4=0\), and \(s_5=9\). In exams, keep the signs of odd additions and subtractions separate.

Open Question Page
Ask Friends

यदि \(r_1=4\), \(r_2=6\) और \(r_n=2r_{n-1}-r_{n-2}+n\) है, तो \(r_5\) का मान क्या होगा?

If \(r_1=4\), \(r_2=6\), and \(r_n=2r_{n-1}-r_{n-2}+n\), what is the value of \(r_5\)?

Explanation opens after your attempt
Correct Answer

B. चौंतीस(34)

Explanation

Simple Explanation

\(r_3=11\), \(r_4=20\) और \(r_5=34\) मिलता है। परीक्षा में घटाए जाने वाले पुराने पद का क्रम न बदलें। / \(r_3=11\), \(r_4=20\), and \(r_5=34\). In exams, do not change the order of the older term being subtracted.

Open Question Page
Ask Friends

यदि \(N_1=8\) और (N_n=2N_{n-1}-n(n-1)) है, तो \(N_4\) का मान क्या होगा?

If \(N_1=8\) and (N_n=2N_{n-1}-n(n-1)), what is the value of \(N_4\)?

Explanation opens after your attempt
Correct Answer

C. बत्तीस(32)

Explanation

Simple Explanation

\(N_2=14\), \(N_3=22\) और \(N_4=32\) है। परीक्षा में (n(n-1)) को घटाना है। / \(N_2=14\), \(N_3=22\), and \(N_4=32\). In exams, (n(n-1)) must be subtracted.

Open Question Page
Ask Friends

किसी अनुक्रम में \(m_1=2\) और \(m_n=3m_{n-1}+n-2\) है। \(m_4\) का मान क्या होगा?

In a sequence, \(m_1=2\) and \(m_n=3m_{n-1}+n-2\). What is the value of \(m_4\)?

Explanation opens after your attempt
Correct Answer

A. उनसठ(59)

Explanation

Simple Explanation

\(m_2=6\), \(m_3=19\) और \(m_4=59\) मिलता है। परीक्षा में (n-2) को अलग से जोड़ें। / \(m_2=6\), \(m_3=19\), and \(m_4=59\). In exams, add (n-2) separately.

Open Question Page
Ask Friends

यदि \(k_1=80\) और \(k_n=\frac{k_{n-1}}{2}+n\) है, तो \(k_5\) का मान क्या होगा?

If \(k_1=80\) and \(k_n=\frac{k_{n-1}}{2}+n\), what is the value of \(k_5\)?

Explanation opens after your attempt
Correct Answer

D. तेरह(13)

Explanation

Simple Explanation

\(k_2=42\), \(k_3=24\), \(k_4=16\) और \(k_5=13\) है। परीक्षा में आधा करने के बाद (n) जोड़ें। / \(k_2=42\), \(k_3=24\), \(k_4=16\), and \(k_5=13\). In exams, add (n) after halving the previous term.

Open Question Page
Ask Friends

किसी अनुक्रम में \(j_1=3\) और \(j_n=j_{n-1}+n^2+n\) है। \(j_4\) का मान क्या होगा?

In a sequence, \(j_1=3\) and \(j_n=j_{n-1}+n^2+n\). What is the value of \(j_4\)?

Explanation opens after your attempt
Correct Answer

B. इकतालीस(41)

Explanation

Simple Explanation

\(j_4=3+6+12+20=41\) है। परीक्षा में \(n^2+n\) को पहले सरल करें। / \(j_4=3+6+12+20=41\). In exams, simplify \(n^2+n\) first.

Open Question Page
Ask Friends

यदि \(h_1=2\) और (h_n=(n-1)h_{n-1}+3) है, तो \(h_4\) का मान क्या होगा?

If \(h_1=2\) and (h_n=(n-1)h_{n-1}+3), what is the value of \(h_4\)?

Explanation opens after your attempt
Correct Answer

A. बयालीस(42)

Explanation

Simple Explanation

\(h_2=5\), \(h_3=13\) और \(h_4=42\) होता है। परीक्षा में गुणक (n-1) को सही पहचानें। / \(h_2=5\), \(h_3=13\), and \(h_4=42\). In exams, identify the multiplier (n-1) correctly.

Open Question Page
Ask Friends

किसी अनुक्रम में \(g_1=10\) और (g_n=g_{n-1}+(-1)^n n-2) है। \(g_5\) का मान क्या होगा?

In a sequence, \(g_1=10\) and (g_n=g_{n-1}+(-1)^n n-2). What is the value of \(g_5\)?

Explanation opens after your attempt
Correct Answer

C. ऋण चार(-4)

Explanation

Simple Explanation

\(g_2=14\), \(g_3=5\), \(g_4=21\) और \(g_5=-4\) है। परीक्षा में बदलते हुए चिह्न को सावधानी से लगाएँ। / \(g_2=14\), \(g_3=5\), \(g_4=21\), and \(g_5=-4\). In exams, apply the alternating sign carefully.

Open Question Page
Ask Friends

यदि \(f_1=4\) और \(f_n=2f_{n-1}+3\) है, तो \(f_n>150\) पहली बार किस (n) पर होगा?

If \(f_1=4\) and \(f_n=2f_{n-1}+3\), for which (n) will \(f_n>150\) first occur?

Explanation opens after your attempt
Correct Answer

C. छह(6)

Explanation

Simple Explanation

\(f_5=109\) और \(f_6=221\), इसलिए पहली बार (n=6) पर शर्त पूरी होती है। परीक्षा में सीमा पार करने वाला पहला पद चुनें। / \(f_5=109\) and \(f_6=221\), so the condition is first satisfied at (n=6). In exams, choose the first term that crosses the limit.

Open Question Page
Ask Friends

अनुक्रम (6), (14), (30), (62) के लिए सही पुनरावर्ती नियम कौन-सा है?

Which recursive rule is correct for the sequence (6), (14), (30), (62)?

Explanation opens after your attempt
Correct Answer

D. नियम \(u_n=2u_{n-1}+2\)Rule \(u_n=2u_{n-1}+2\)

Explanation

Simple Explanation

हर नया पद पिछले पद के दोगुने में (2) जोड़ने से मिलता है। परीक्षा में नियम को लगातार दो जगह जाँचें। / Each new term is obtained by doubling the previous term and adding (2). In exams, test the rule at two consecutive places.

Open Question Page
Ask Friends

यदि \(d_n=d_{n-1}+5n-1\) और \(d_5=79\) है, तो \(d_1\) का मान क्या होगा?

If \(d_n=d_{n-1}+5n-1\) and \(d_5=79\), what is the value of \(d_1\)?

Explanation opens after your attempt
Correct Answer

A. तेरह(13)

Explanation

Simple Explanation

\(d_5=d_1+9+14+19+24\), इसलिए \(d_1=13\) है। परीक्षा में उल्टी दिशा में जोड़ी गई राशियाँ घटाएँ। / \(d_5=d_1+9+14+19+24\), so \(d_1=13\). In exams, subtract the added quantities when working backward.

Open Question Page
Ask Friends

यदि \(c_1=2\), \(c_2=5\) और \(c_n=c_{n-1}+2c_{n-2}+n\) है, तो \(c_5\) का मान क्या होगा?

If \(c_1=2\), \(c_2=5\), and \(c_n=c_{n-1}+2c_{n-2}+n\), what is the value of \(c_5\)?

Explanation opens after your attempt
Correct Answer

D. पचपन(55)

Explanation

Simple Explanation

\(c_3=12\), \(c_4=26\) और \(c_5=55\) मिलता है। परीक्षा में दूसरे पिछले पद को (2) से गुणा करें। / \(c_3=12\), \(c_4=26\), and \(c_5=55\). In exams, multiply the second previous term by (2).

Open Question Page
Ask Friends

किसी अनुक्रम में \(b_1=7\) और \(b_n=3b_{n-1}-2n+1\) है। \(b_4\) का मान क्या होगा?

In a sequence, \(b_1=7\) and \(b_n=3b_{n-1}-2n+1\). What is the value of \(b_4\)?

Explanation opens after your attempt
Correct Answer

B. एक सौ चालीस(140)

Explanation

Simple Explanation

\(b_2=18\), \(b_3=49\) और \(b_4=140\) है। परीक्षा में गुणा के बाद पूरी घटाई गई राशि जाँचें। / \(b_2=18\), \(b_3=49\), and \(b_4=140\). In exams, check the full subtracted amount after multiplication.

Open Question Page
Ask Friends

किसी अनुक्रम में \(a_1=4\) और \(a_n=2a_{n-1}+n+2\) है। \(a_5\) का मान क्या होगा?

In a sequence, \(a_1=4\) and \(a_n=2a_{n-1}+n+2\). What is the value of \(a_5\)?

Explanation opens after your attempt
Correct Answer

C. एक सौ पैंतीस(135)

Explanation

Simple Explanation

\(a_2=12\), \(a_3=29\), \(a_4=64\) और \(a_5=135\) मिलता है। परीक्षा में (n) का वर्तमान मान सही जोड़ें। / \(a_2=12\), \(a_3=29\), \(a_4=64\), and \(a_5=135\). In exams, add the current value of (n) correctly.

Open Question Page
Ask Friends

यदि \(p_1=1\) और \(p_n=p_{n-1}+n^2-n\) है, तो \(p_5\) का मान क्या होगा?

If \(p_1=1\) and \(p_n=p_{n-1}+n^2-n\), what is the value of \(p_5\)?

Explanation opens after your attempt
Correct Answer

A. इकतालीस(41)

Explanation

Simple Explanation

\(p_5=1+2+6+12+20=41\) है। परीक्षा में \(n^2-n\) को सरल करके जोड़ें। / \(p_5=1+2+6+12+20=41\). In exams, simplify \(n^2-n\) and then add.

Open Question Page
Ask Friends

यदि \(h_1=2\), \(h_2=7\) और \(h_n=2h_{n-1}-h_{n-2}+3\) है, तो \(h_5\) का मान क्या होगा?

If \(h_1=2\), \(h_2=7\), and \(h_n=2h_{n-1}-h_{n-2}+3\), what is the value of \(h_5\)?

Explanation opens after your attempt
Correct Answer

C. चालीस(40)

Explanation

Simple Explanation

\(h_3=15\), \(h_4=26\) और \(h_5=40\) है। परीक्षा में घटाए जाने वाले पद को सही पहचानें। / \(h_3=15\), \(h_4=26\), and \(h_5=40\). In exams, identify the term being subtracted correctly.

Open Question Page
Ask Friends

यदि \(g_1=1\) और \(g_n=3g_{n-1}-1\) है, तो \(g_4:g_3\) क्या होगा?

If \(g_1=1\) and \(g_n=3g_{n-1}-1\), what is \(g_4:g_3\)?

Explanation opens after your attempt
Correct Answer

B. (14:5)

Explanation

Simple Explanation

\(g_3=5\) और \(g_4=14\), इसलिए अनुपात (14:5) है। परीक्षा में अनुपात का क्रम न बदलें। / \(g_3=5\) and \(g_4=14\), so the ratio is (14:5). In exams, do not reverse the order of a ratio.

Open Question Page
Ask Friends

यदि \(f_1=2\) और \(f_n=f_{n-1}+2n\) है, तो पहले चार पदों का योग क्या होगा?

If \(f_1=2\) and \(f_n=f_{n-1}+2n\), what is the sum of the first four terms?

Explanation opens after your attempt
Correct Answer

D. चालीस(40)

Explanation

Simple Explanation

पहले चार पद (2), (6), (12), (20) हैं और योग (40) है। परीक्षा में योग पूछने पर सभी पद जोड़ें। / The first four terms are (2), (6), (12), and (20), and their sum is (40). In exams, add all terms when the sum is asked.

Open Question Page
Ask Friends

यदि \(e_1=3\) और \(e_n=2e_{n-1}+n\) है, तो \(e_5-e_4\) का मान क्या होगा?

If \(e_1=3\) and \(e_n=2e_{n-1}+n\), what is the value of \(e_5-e_4\)?

Explanation opens after your attempt
Correct Answer

A. सैंतालीस(47)

Explanation

Simple Explanation

\(e_4=42\) और \(e_5=89\), इसलिए अंतर (47) है। परीक्षा में पहले दोनों पद अलग-अलग निकालें। / \(e_4=42\) and \(e_5=89\), so the difference is (47). In exams, find both terms separately first.

Open Question Page
Ask Friends

यदि \(d_1=1\) और \(d_n=d_{n-1}+3n\) है, तो \(d_n>40\) पहली बार किस (n) पर होगा?

If \(d_1=1\) and \(d_n=d_{n-1}+3n\), for which (n) will \(d_n>40\) first occur?

Explanation opens after your attempt
Correct Answer

C. पाँच(5)

Explanation

Simple Explanation

\(d_4=28\) और \(d_5=43\), इसलिए पहली बार (n=5) पर शर्त पूरी होती है। परीक्षा में सीमा पार करने वाला पहला पद चुनें। / \(d_4=28\) and \(d_5=43\), so the condition is first satisfied at (n=5). In exams, choose the first term that crosses the limit.

Open Question Page
Ask Friends

यदि \(c_1=2\) और \(c_n=c_{n-1}+n^2\) है, तो कौन-सा कथन सही है?

If \(c_1=2\) and \(c_n=c_{n-1}+n^2\), which statement is correct?

Explanation opens after your attempt
Correct Answer

D. \(c_2=6\) और \(c_3=15\)\(c_2=6\) and \(c_3=15\)

Explanation

Simple Explanation

\(c_2=2+4=6\) और \(c_3=6+9=15\) है। परीक्षा में प्रत्येक पद के लिए नया वर्ग जोड़ें। / \(c_2=2+4=6\) and \(c_3=6+9=15\). In exams, add the new square for each term.

Open Question Page
Ask Friends

यदि \(b_n=2b_{n-1}+n\) और \(b_3=19\) है, तो \(b_1\) का मान क्या होगा?

If \(b_n=2b_{n-1}+n\) and \(b_3=19\), what is the value of \(b_1\)?

Explanation opens after your attempt
Correct Answer

B. तीन(3)

Explanation

Simple Explanation

\(b_3=4b_1+7\), इसलिए \(b_1=3\) है। परीक्षा में पुनरावर्ती नियम को प्रथम पद तक फैलाएँ। / \(b_3=4b_1+7\), so \(b_1=3\). In exams, expand the recursive rule up to the first term.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

A. दस(10)

Explanation

Simple Explanation

\(a_4=a_2+9+12\), इसलिए \(a_2=10\) है। परीक्षा में बीच के पद के लिए उल्टी दिशा में सोचें। / \(a_4=a_2+9+12\), so \(a_2=10\). In exams, think backward for a middle term.

Open Question Page
Ask Friends

किसी अनुक्रम के पहले चार पद (5), (8), (14), (26) हैं और नियम \(a_n=2a_{n-1}-2\) है। \(a_5\) क्या होगा?

The first four terms of a sequence are (5), (8), (14), (26), and the rule is \(a_n=2a_{n-1}-2\). What is \(a_5\)?

Explanation opens after your attempt
Correct Answer

C. पचास(50)

Explanation

Simple Explanation

\(a_5=2\times 26-2=50\) है। परीक्षा में दिए अंतिम पद पर नियम लगाएँ। / \(a_5=2\times 26-2=50\). In exams, apply the rule to the last given term.

Open Question Page
Ask Friends