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.

यदि \(T_1=2\) और (T_n=(n+1)T_{n-1}-n) है, तो \(T_4\) का मान क्या होगा?

If \(T_1=2\) and (T_n=(n+1)T_{n-1}-n), what is the value of \(T_4\)?

Explanation opens after your attempt
Correct Answer

D. इकसठ(61)

Explanation

Simple Explanation

\(T_2=4\), \(T_3=13\) और \(T_4=61\) है। परीक्षा में ((n+1)) से गुणा करके (n) घटाएँ। / \(T_2=4\), \(T_3=13\), and \(T_4=61\). In exams, multiply by ((n+1)) and subtract (n).

Open Question Page
Ask Friends

किसी अनुक्रम में \(S_1=100\) और \(S_n=S_{n-1}-n^2\) है। \(S_4\) का मान क्या होगा?

In a sequence, \(S_1=100\) and \(S_n=S_{n-1}-n^2\). What is the value of \(S_4\)?

Explanation opens after your attempt
Correct Answer

B. इकहत्तर(71)

Explanation

Simple Explanation

\(S_4=100-4-9-16=71\) है। परीक्षा में \(n^2\) को घटाना है, जोड़ना नहीं। / \(S_4=100-4-9-16=71\). In exams, subtract \(n^2\), do not add it.

Open Question Page
Ask Friends

यदि \(R_1=1\) और \(R_n=R_{n-1}^2+n\) है, तो \(R_3\) का मान क्या होगा?

If \(R_1=1\) and \(R_n=R_{n-1}^2+n\), what is the value of \(R_3\)?

Explanation opens after your attempt
Correct Answer

C. बारह(12)

Explanation

Simple Explanation

\(R_2=3\) और \(R_3=12\) है। परीक्षा में पिछले पद का वर्ग लेने के बाद (n) जोड़ें। / \(R_2=3\) and \(R_3=12\). In exams, square the previous term and then add (n).

Open Question Page
Ask Friends

यदि \(Q_1=2\), \(Q_2=5\) और \(Q_n=Q_{n-1}+2Q_{n-2}+n\) है, तो \(Q_5\) का मान क्या होगा?

If \(Q_1=2\), \(Q_2=5\), and \(Q_n=Q_{n-1}+2Q_{n-2}+n\), what is the value of \(Q_5\)?

Explanation opens after your attempt
Correct Answer

A. पचपन(55)

Explanation

Simple Explanation

\(Q_3=12\), \(Q_4=26\) और \(Q_5=55\) है। परीक्षा में दूसरे पिछले पद को दोगुना करना न भूलें। / \(Q_3=12\), \(Q_4=26\), and \(Q_5=55\). In exams, do not forget to double the second previous term.

Open Question Page
Ask Friends

किसी अनुक्रम में \(P_1=3\) और \(P_n=P_{n-1}+4n-3\) है। \(P_5\) का मान क्या होगा?

In a sequence, \(P_1=3\) and \(P_n=P_{n-1}+4n-3\). What is the value of \(P_5\)?

Explanation opens after your attempt
Correct Answer

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

Explanation

Simple Explanation

\(P_5=3+5+9+13+17=47\) है। परीक्षा में (4n-3) से बनने वाली संख्याएँ क्रम से जोड़ें। / \(P_5=3+5+9+13+17=47\). In exams, add the numbers formed by (4n-3) in order.

Open Question Page
Ask Friends

यदि \(O_1=4\) और \(O_n=O_{n-1}+2^n+n\) है, तो \(O_4\) का मान क्या होगा?

If \(O_1=4\) and \(O_n=O_{n-1}+2^n+n\), what is the value of \(O_4\)?

Explanation opens after your attempt
Correct Answer

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

Explanation

Simple Explanation

\(O_2=10\), \(O_3=21\) और \(O_4=41\) है। परीक्षा में घात और (n) दोनों जोड़ें। / \(O_2=10\), \(O_3=21\), and \(O_4=41\). In exams, add both the power and (n).

Open Question Page
Ask Friends

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

In a sequence, \(R_1=2\) and \(R_n=nR_{n-1}+n\). What is the value of \(R_4\)?

Explanation opens after your attempt
Correct Answer

C. अठासी(88)

Explanation

Simple Explanation

\(R_2=6\), \(R_3=21\) और \(R_4=88\) है। परीक्षा में (n) से गुणा और (n) जोड़ना दोनों करें। / \(R_2=6\), \(R_3=21\), and \(R_4=88\). In exams, both multiply by (n) and add (n).

Open Question Page
Ask Friends

यदि \(M_1=1\) और \(M_n=3M_{n-1}+n\) है, तो \(M_3\) का मान क्या होगा?

If \(M_1=1\) and \(M_n=3M_{n-1}+n\), what is the value of \(M_3\)?

Explanation opens after your attempt
Correct Answer

D. अठारह(18)

Explanation

Simple Explanation

\(M_2=5\) और \(M_3=18\) है। परीक्षा में गुणा (3) के बाद (n) जोड़ें। / \(M_2=5\) and \(M_3=18\). In exams, add (n) after multiplying by (3).

Open Question Page
Ask Friends

किसी अनुक्रम में \(L_1=6\) और \(L_n=L_{n-1}+2n+1\) है। \(L_5\) का मान क्या होगा?

In a sequence, \(L_1=6\) and \(L_n=L_{n-1}+2n+1\). What is the value of \(L_5\)?

Explanation opens after your attempt
Correct Answer

A. अड़तीस(38)

Explanation

Simple Explanation

\(L_5=6+5+7+9+11=38\) है। परीक्षा में (2n+1) की विषम संख्याएँ सही जोड़ें। / \(L_5=6+5+7+9+11=38\). In exams, add the odd numbers from (2n+1) correctly.

Open Question Page
Ask Friends

यदि \(K_1=1\), \(K_2=1\) और \(K_n=2K_{n-1}+K_{n-2}\) है, तो \(K_5\) का मान क्या होगा?

If \(K_1=1\), \(K_2=1\), and \(K_n=2K_{n-1}+K_{n-2}\), what is the value of \(K_5\)?

Explanation opens after your attempt
Correct Answer

B. सत्रह(17)

Explanation

Simple Explanation

\(K_3=3\), \(K_4=7\) और \(K_5=17\) है। परीक्षा में पिछले पद का दोगुना लेकर उससे पहले वाला पद जोड़ें। / \(K_3=3\), \(K_4=7\), and \(K_5=17\). In exams, double the previous term and add the term before it.

Open Question Page
Ask Friends

यदि \(J_1=50\) और (J_n=J_{n-1}-3(n-1)) है, तो \(J_5\) का मान क्या होगा?

If \(J_1=50\) and (J_n=J_{n-1}-3(n-1)), what is the value of \(J_5\)?

Explanation opens after your attempt
Correct Answer

C. बीस(20)

Explanation

Simple Explanation

\(J_5=50-3-6-9-12=20\) है। परीक्षा में घटाव (n=2) से शुरू करें। / \(J_5=50-3-6-9-12=20\). In exams, start the subtraction from (n=2).

Open Question Page
Ask Friends

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

In a sequence, \(H_1=2\) and (H_n=H_{n-1}+n(n+1)). What is the value of \(H_4\)?

Explanation opens after your attempt
Correct Answer

D. चालीस(40)

Explanation

Simple Explanation

\(H_4=2+6+12+20=40\) है। परीक्षा में (n(n+1)) को प्रत्येक चरण पर निकालें। / \(H_4=2+6+12+20=40\). In exams, calculate (n(n+1)) at each step.

Open Question Page
Ask Friends

यदि \(G_1=3\) और \(G_n=n+2G_{n-1}\) है, तो \(G_4\) का मान क्या होगा?

If \(G_1=3\) and \(G_n=n+2G_{n-1}\), what is the value of \(G_4\)?

Explanation opens after your attempt
Correct Answer

A. बयालीस(42)

Explanation

Simple Explanation

\(G_2=8\), \(G_3=19\) और \(G_4=42\) है। परीक्षा में (n) जोड़ने से पहले पिछले पद को दोगुना करें। / \(G_2=8\), \(G_3=19\), and \(G_4=42\). In exams, double the previous term before adding (n).

Open Question Page
Ask Friends

किसी अनुक्रम में \(F_1=20\) और \(F_n=F_{n-1}-2n+1\) है। \(F_5\) का मान क्या होगा?

In a sequence, \(F_1=20\) and \(F_n=F_{n-1}-2n+1\). What is the value of \(F_5\)?

Explanation opens after your attempt
Correct Answer

B. ऋण चार(-4)

Explanation

Simple Explanation

\(F_2=17\), \(F_3=12\), \(F_4=5\) और \(F_5=-4\) है। परीक्षा में घटाई जाने वाली राशि (2n-1) समझें। / \(F_2=17\), \(F_3=12\), \(F_4=5\), and \(F_5=-4\). In exams, understand the subtracted amount as (2n-1).

Open Question Page
Ask Friends

यदि \(E_1=1\), \(E_2=4\) और \(E_n=E_{n-1}+E_{n-2}+2\) है, तो \(E_5\) का मान क्या होगा?

If \(E_1=1\), \(E_2=4\), and \(E_n=E_{n-1}+E_{n-2}+2\), what is the value of \(E_5\)?

Explanation opens after your attempt
Correct Answer

C. बाईस(22)

Explanation

Simple Explanation

\(E_3=7\), \(E_4=13\) और \(E_5=22\) है। परीक्षा में दोनों पिछले पदों के बाद (2) जोड़ें। / \(E_3=7\), \(E_4=13\), and \(E_5=22\). In exams, add (2) after using both previous terms.

Open Question Page
Ask Friends

यदि \(D_1=2\) और \(D_n=2D_{n-1}+n-1\) है, तो \(D_4\) का मान क्या होगा?

If \(D_1=2\) and \(D_n=2D_{n-1}+n-1\), what is the value of \(D_4\)?

Explanation opens after your attempt
Correct Answer

D. सत्ताईस(27)

Explanation

Simple Explanation

\(D_2=5\), \(D_3=12\) और \(D_4=27\) है। परीक्षा में (n-1) को अलग से जोड़ें। / \(D_2=5\), \(D_3=12\), and \(D_4=27\). In exams, add (n-1) separately.

Open Question Page
Ask Friends

किसी अनुक्रम में \(C_1=5\) और (C_n=C_{n-1}+n(n-1)) है। \(C_4\) का मान क्या होगा?

In a sequence, \(C_1=5\) and (C_n=C_{n-1}+n(n-1)). What is the value of \(C_4\)?

Explanation opens after your attempt
Correct Answer

A. पच्चीस(25)

Explanation

Simple Explanation

\(C_4=5+2+6+12=25\) है। परीक्षा में (n(n-1)) को पहले सरल करें। / \(C_4=5+2+6+12=25\). In exams, simplify (n(n-1)) first.

Open Question Page
Ask Friends

यदि \(B_1=9\) और \(B_n=B_{n-1}+2^n\) है, तो \(B_4\) का मान क्या होगा?

If \(B_1=9\) and \(B_n=B_{n-1}+2^n\), what is the value of \(B_4\)?

Explanation opens after your attempt
Correct Answer

C. सैंतीस(37)

Explanation

Simple Explanation

\(B_4=9+4+8+16=37\) है। परीक्षा में जोड़ (n=2) से शुरू होता है। / \(B_4=9+4+8+16=37\). In exams, the addition starts from (n=2).

Open Question Page
Ask Friends

किसी अनुक्रम में \(A_1=1\) और \(A_n=nA_{n-1}+1\) है। \(A_4\) का मान क्या होगा?

In a sequence, \(A_1=1\) and \(A_n=nA_{n-1}+1\). What is the value of \(A_4\)?

Explanation opens after your attempt
Correct Answer

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

Explanation

Simple Explanation

\(A_2=3\), \(A_3=10\) और \(A_4=41\) है। परीक्षा में (n) से गुणा करके (1) जोड़ें। / \(A_2=3\), \(A_3=10\), and \(A_4=41\). In exams, multiply by (n) and then add (1).

Open Question Page
Ask Friends

यदि \(z_1=2\), \(z_2=3\) और \(z_n=z_{n-1}z_{n-2}+1\) है, तो \(z_5\) का मान क्या होगा?

If \(z_1=2\), \(z_2=3\), and \(z_n=z_{n-1}z_{n-2}+1\), what is the value of \(z_5\)?

Explanation opens after your attempt
Correct Answer

D. एक सौ पचपन(155)

Explanation

Simple Explanation

\(z_3=7\), \(z_4=22\) और \(z_5=155\) मिलता है। परीक्षा में पिछले दो पदों का गुणन सही करें। / \(z_3=7\), \(z_4=22\), and \(z_5=155\). In exams, multiply the two previous terms carefully.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

A. सैंतीस(37)

Explanation

Simple Explanation

\(y_5=7+1+4+9+16=37\) है। परीक्षा में (n-1) का वर्ग लेना न भूलें। / \(y_5=7+1+4+9+16=37\). In exams, remember to square (n-1).

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. इक्कीस(21)

Explanation

Simple Explanation

\(x_2=6\) और \(x_3=21\) मिलता है। परीक्षा में वर्ग जोड़ने से पहले पिछले पद को दोगुना करें। / \(x_2=6\) and \(x_3=21\). In exams, double the previous term before adding the square.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

B. तीस(30)

Explanation

Simple Explanation

\(w_5=0+2+4+8+16=30\) है। परीक्षा में घात (n-1) को सही लगाएँ। / \(w_5=0+2+4+8+16=30\). In exams, apply the exponent (n-1) correctly.

Open Question Page
Ask Friends

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

If \(v_1=4\) and \(v_n=2v_{n-1}-1\), what is the value of \(v_5\)?

Explanation opens after your attempt
Correct Answer

D. उनचास(49)

Explanation

Simple Explanation

\(v_2=7\), \(v_3=13\), \(v_4=25\) और \(v_5=49\) है। परीक्षा में पहले दोगुना करें फिर (1) घटाएँ। / \(v_2=7\), \(v_3=13\), \(v_4=25\), and \(v_5=49\). In exams, double first and then subtract (1).

Open Question Page
Ask Friends

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

Which recursive rule is correct for the sequence (2), (6), (18), (54)?

Explanation opens after your attempt
Correct Answer

C. नियम \(a_n=3a_{n-1}\)Rule \(a_n=3a_{n-1}\)

Explanation

Simple Explanation

हर पद पिछले पद का (3) गुना है। परीक्षा में लगातार अनुपात देखकर नियम पहचानें। / Each term is (3) times the previous term. In exams, identify the rule by checking consecutive ratios.

Open Question Page
Ask Friends

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

If \(t_1=x\), \(t_n=t_{n-1}+n\), and \(t_5=24\), what is the value of (x)?

Explanation opens after your attempt
Correct Answer

A. दस(10)

Explanation

Simple Explanation

\(t_5=x+2+3+4+5\), इसलिए (x=10) है। परीक्षा में अज्ञात प्रथम पद को अलग रखें। / \(t_5=x+2+3+4+5\), so (x=10). In exams, keep the unknown first term separate.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

D. एक(1)

Explanation

Simple Explanation

\(s_2=5\), \(s_3=2\), \(s_4=6\) और \(s_5=1\) है। परीक्षा में चिह्न बदलने वाले नियम को सावधानी से पढ़ें। / \(s_2=5\), \(s_3=2\), \(s_4=6\), and \(s_5=1\). In exams, read alternating-sign rules carefully.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

B. छब्बीस(26)

Explanation

Simple Explanation

\(r_3=5\), \(r_4=11\) और \(r_5=26\) मिलता है। परीक्षा में दूसरे पिछले पद को (3) से गुणा करें। / \(r_3=5\), \(r_4=11\), and \(r_5=26\). In exams, multiply the second previous term by (3).

Open Question Page
Ask Friends

यदि \(n_1=5\) और \(n_n=2n_{n-1}-n^2\) है, तो \(n_4\) का मान क्या होगा?

If \(n_1=5\) and \(n_n=2n_{n-1}-n^2\), what is the value of \(n_4\)?

Explanation opens after your attempt
Correct Answer

C. ऋण दस(-10)

Explanation

Simple Explanation

\(n_2=6\), \(n_3=3\) और \(n_4=-10\) है। परीक्षा में ऋणात्मक उत्तर आने पर भी गणना न छोड़ें। / \(n_2=6\), \(n_3=3\), and \(n_4=-10\). In exams, do not stop the calculation when a negative answer appears.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

A. उनतीस(29)

Explanation

Simple Explanation

\(m_4=2+6+9+12=29\) है। परीक्षा में जोड़ (n=2) से शुरू करें। / \(m_4=2+6+9+12=29\). In exams, start adding from (n=2).

Open Question Page
Ask Friends