Concept-wise Practice

second order recurrence MCQ Questions for Class 9

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

Practice Questions

11 questions tagged with second order recurrence.

निम्नलिखित में से कौन-सा नियम द्वितीय-कोटि का पुनरावर्ती नियम है, जिसमें अनुक्रम को विशिष्ट रूप से निर्धारित करने के लिए दो प्रारम्भिक पद आवश्यक होते हैं?

Which of the following is a second-order recursive rule that requires two initial terms to determine a sequence uniquely?

Explanation opens after your attempt
Correct Answer

B. \(a_n=3a_{n-1}-a_{n-2}\)

Explanation

Simple Explanation

विकल्प B में \(a_{n-1}\) और \(a_{n-2}\) दोनों का प्रयोग होता है, इसलिए \(a_1\) तथा \(a_2\) चाहिए। A और D प्रथम-कोटि के नियम हैं। परीक्षा में सबसे छोटी पिछली उपसूचक संख्या पहचानें। / Option B uses both \(a_{n-1}\) and \(a_{n-2}\), so two starting values, \(a_1\) and \(a_2\), are needed. A and D are first-order rules. Exam tip: check the farthest previous subscript used.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. 41

Explanation

Simple Explanation

पुनरावर्ती नियम से पहले तीसरा पद निकालें: \(a_3=5(3)-4(2)+3=10\)। अब \(a_4=5(10)-4(3)+3=50-12+3=41\)। इसलिए सही उत्तर 41 है। 44 निकट का विकल्प है, लेकिन वह \(-4a_{n-2}\) पद को सही ढंग से घटाने पर नहीं मिलता। परीक्षा टिप: प्रत्येक नए पद के लिए दोनों पिछले पदों के स्थान पर उनके सही मान लिखकर गणना करें। / First find the third term using the recursive rule: \(a_3=5(3)-4(2)+3=10\). Then, \(a_4=5(10)-4(3)+3=50-12+3=41\). Therefore, 41 is correct. The nearby distractor 44 can result from not subtracting the \(4a_{n-2}\) term correctly. Exam tip: substitute both previous terms carefully before simplifying.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. 34

Explanation

Simple Explanation

पहले पुनरावर्ती नियम में \(n=3\) रखने पर \(a_3=3\times3-1+3=11\) मिलता है। फिर \(n=4\) रखने पर \(a_4=3\times11-3+4=34\) होगा। इसलिए सही उत्तर 34 है। 33 विकल्प तब मिलता है जब अंतिम \(+4\) को छोड़ दिया जाए। परीक्षा टिप: हर चरण में \(n\) का वर्तमान मान अलग से लिखकर प्रतिस्थापित करें। / First, substitute \(n=3\) in the recurrence: \(a_3=3\times3-1+3=11\). Then, for \(n=4\), \(a_4=3\times11-3+4=34\). Therefore, the correct answer is 34. The distractor 33 results from omitting the final \(+4\). Exam tip: write the current value of \(n\) separately at each step before substituting.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

B. 38

Explanation

Simple Explanation

पहले पुनरावृत्ति नियम से \(a_3=4a_2-3a_1+2=4(4)-3(2)+2=12\) प्राप्त होता है। फिर \(a_4=4a_3-3a_2+2=4(12)-3(4)+2=38\)। इसलिए सही उत्तर 38 है। 36 चुनने पर अक्सर स्थिर पद \(+2\) छूट जाता है। परीक्षा टिप: प्रत्येक नए पद के लिए पिछले दो पदों के मान अलग-अलग लिखकर गुणांक लगाएँ। / First, use the recursive rule to get \(a_3=4a_2-3a_1+2=4(4)-3(2)+2=12\). Then \(a_4=4a_3-3a_2+2=4(12)-3(4)+2=38\). Therefore, 38 is the correct answer. A value such as 36 can result from forgetting the constant term \(+2\). Exam tip: write the two preceding terms separately before applying their coefficients.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. 29

Explanation

Simple Explanation

पुनरावर्ती नियम से क्रमशः \(a_3=2(5)-1+2=11\), \(a_4=2(11)-5+2=19\) और \(a_5=2(19)-11+2=29\) मिलता है। इसलिए सही उत्तर 29 है। 26 जैसे विकल्प तक पहुँचने में अक्सर पिछले दो पदों में से गलत पद घटा दिया जाता है। परीक्षा टिप: प्रत्येक नया पद निकालते समय \(a_{n-1}\) और \(a_{n-2}\) को अलग-अलग लिखकर पहले गुणा और घटाव करें, फिर 2 जोड़ें। / Using the recursive rule, \(a_3=2(5)-1+2=11\), \(a_4=2(11)-5+2=19\), and \(a_5=2(19)-11+2=29\). Therefore, 29 is the correct answer. A value such as 26 can result from subtracting the wrong preceding term. Exam tip: write \(a_{n-1}\) and \(a_{n-2}\) separately, then multiply, subtract, and finally add 2.

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

B. 81

Explanation

Simple Explanation

पुनरावर्ती नियम से क्रमशः पद ज्ञात करें: \(a_3=4\times3-3\times1=9\), \(a_4=4\times9-3\times3=27\), और \(a_5=4\times27-3\times9=81\)। इसलिए सही उत्तर 81 है। 27 निकट का भ्रामक विकल्प है, क्योंकि वह \(a_4\) है, \(a_5\) नहीं। परीक्षा टिप: प्रत्येक नया पद निकालते समय पिछले दो पदों को सही क्रम में रखें। / Apply the recursive rule step by step: \(a_3=4\times3-3\times1=9\), \(a_4=4\times9-3\times3=27\), and \(a_5=4\times27-3\times9=81\). Hence, 81 is correct. The close distractor 27 is \(a_4\), not \(a_5\). Exam tip: while using a recurrence, keep track of the two previous terms in the correct order.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. 16

Explanation

Simple Explanation

पुनरावर्ती नियम से क्रमशः निकालें: \(a_3=3(2)-2(1)=4\), \(a_4=3(4)-2(2)=8\), और \(a_5=3(8)-2(4)=16\)। अतः सही उत्तर 16 है। 15 जैसा विकल्प तब मिल सकता है जब पिछले पदों के गुणांक या घटाव में गलती हो जाए। परीक्षा टिप: दूसरे क्रम के पुनरावर्ती संबंध में प्रत्येक नया पद निकालने से पहले दोनों पिछले पद स्पष्ट लिखें। / Apply the recursive rule step by step: \(a_3=3(2)-2(1)=4\), \(a_4=3(4)-2(2)=8\), and \(a_5=3(8)-2(4)=16\). Therefore, the correct answer is 16. A value such as 15 may result from using an incorrect coefficient or subtraction. Exam tip: in a second-order recurrence, write down both preceding terms before calculating the next term.

Open Question Page
Ask Friends

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

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

Explanation opens after your attempt
Correct Answer

C. 29

Explanation

Simple Explanation

दिया गया नियम पिछले पद में से उससे पहले का पद घटाकर उसका दोगुना लेने पर आधारित है। अतः \(a_3=2(9)-4=14\), \(a_4=19\), \(a_5=24\) और \(a_6=29\) होगा। इसलिए सही उत्तर 29 है। यहाँ प्रत्येक क्रमागत पद का अंतर 5 है; 24 निकटतम विकल्प है, लेकिन वह \(a_5\) है। परीक्षा टिप: पहले दो पदों का अंतर जाँचने से ऐसे नियम में आगे के पद जल्दी निकाले जा सकते हैं। / Using the recurrence, \(a_3=2(9)-4=14\), then \(a_4=19\), \(a_5=24\), and \(a_6=29\). Therefore, 29 is correct. The consecutive terms increase by 5; 24 is a close distractor, but it is \(a_5\), not \(a_6\). Exam tip: check the difference between the first two terms to identify the pattern quickly.

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

पुनरावर्ती नियम से पहले तीसरा पद निकालें: \(a_3=2a_2+a_1=2(3)+1=7\)। अब \(a_4=2a_3+a_2=2(7)+3=17\)। इसलिए सही उत्तर 17 है। 15 जैसा विकल्प पिछले पद को सही ढंग से 2 से गुणा न करने पर मिल सकता है। परीक्षा टिप: ऐसे प्रश्नों में मांगे गए पद तक एक-एक करके सभी मध्यवर्ती पद अवश्य लिखें। / First find the third term using the recursive rule: \(a_3=2a_2+a_1=2(3)+1=7\). Then \(a_4=2a_3+a_2=2(7)+3=17\). Therefore, 17 is correct. A value such as 15 can result from not multiplying the previous term correctly by 2. Exam tip: write every intermediate term step by step until the required term is reached.

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

D. 41

Explanation

Simple Explanation

पुनरावर्ती नियम से क्रमशः \(a_3=2(3)+1=7\), \(a_4=2(7)+3=17\) और \(a_5=2(17)+7=41\) प्राप्त होता है। इसलिए सही उत्तर 41 है। 17 निकट का भ्रामक विकल्प है, क्योंकि वह \(a_4\) है, \(a_5\) नहीं। परीक्षा टिप: ऐसे प्रश्नों में प्रत्येक अगला पद क्रम से लिखें और पद का सूचकांक अवश्य जाँचें। / Using the recursive rule, \(a_3=2(3)+1=7\), \(a_4=2(7)+3=17\), and \(a_5=2(17)+7=41\). Hence, the correct answer is 41. The close distractor 17 is \(a_4\), not \(a_5\). Exam tip: write each term in sequence and check the subscript carefully.

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

पुनरावृत्ति नियम से प्रत्येक नया पद पिछले पद का दोगुना लेकर उससे उसके पहले वाले पद को घटाने पर मिलता है। अतः \(a_3=2(5)-2=8\), \(a_4=2(8)-5=11\), \(a_5=2(11)-8=14\) और \(a_6=2(14)-11=17\)। इसलिए सही उत्तर 17 है। 14 निकटतम भ्रामक विकल्प है, क्योंकि वह \(a_5\) है, \(a_6\) नहीं। परीक्षा टिप: दो-पद वाले पुनरावृत्ति नियम में हर नए पद के साथ उसका क्रमांक अवश्य लिखें। / Using the recursive rule, each new term is found by doubling the previous term and subtracting the term before it. Thus, \(a_3=2(5)-2=8\), \(a_4=2(8)-5=11\), \(a_5=2(11)-8=14\), and \(a_6=2(14)-11=17\). Therefore, 17 is correct. The close distractor 14 is \(a_5\), not \(a_6\). Exam tip: when using a two-term recursive rule, write the term number beside each calculated term.

Open Question Page
Ask Friends