यदि \(a_1=5\) और \(a_{n+1}=a_n+2n+2\) है तो \(a_5\) क्या होगा?
If \(a_1=5\) and \(a_{n+1}=a_n+2n+2\), what is \(a_5\)?
#recursive-rule
#variable-increment
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (29)
B (31)
C (33)
D (35)
Explanation opens after your attempt
Step 1
Concept
The terms are (5,9,15,23,33), so \(a_5=33\). Exam tip: the value of (2n+2) changes at each step.
Step 2
Why this answer is correct
The correct answer is C. (33). The terms are (5,9,15,23,33), so \(a_5=33\). Exam tip: the value of (2n+2) changes at each step.
Step 3
Exam Tip
पद (5,9,15,23,33) हैं इसलिए \(a_5=33\) है। (2n+2) का मान हर चरण में बदलता है।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=60\) और (a_{n+1}=a_n-(3n+1)) है तो \(a_4\) क्या होगा?
If \(a_1=60\) and (a_{n+1}=a_n-(3n+1)), what is \(a_4\)?
#recursive-rule
#variable-decrement
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (36)
B (39)
C (42)
D (45)
Explanation opens after your attempt
Step 1
Concept
The terms are (60,56,49,39), so \(a_4=39\). Exam tip: calculate (3n+1) correctly before subtracting.
Step 2
Why this answer is correct
The correct answer is B. (39). The terms are (60,56,49,39), so \(a_4=39\). Exam tip: calculate (3n+1) correctly before subtracting.
Step 3
Exam Tip
पद (60,56,49,39) हैं इसलिए \(a_4=39\) है। घटाने से पहले (3n+1) सही निकालें।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=3\) और \(a_{n+1}=2a_n+n+1\) है तो \(a_4\) का मान क्या होगा?
If \(a_1=3\) and \(a_{n+1}=2a_n+n+1\), what is the value of \(a_4\)?
#recursive-rule
#double-plus-expression
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (39)
B (41)
C (43)
D (45)
Explanation opens after your attempt
Step 1
Concept
The terms are (3,8,20,43), so \(a_4=43\). Exam tip: double the previous term first and then add (n+1).
Step 2
Why this answer is correct
The correct answer is C. (43). The terms are (3,8,20,43), so \(a_4=43\). Exam tip: double the previous term first and then add (n+1).
Step 3
Exam Tip
पद (3,8,20,43) हैं इसलिए \(a_4=43\) है। पहले पिछले पद को दोगुना करें फिर (n+1) जोड़ें।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=7\) और \(a_{n+1}=3a_n-2n\) है तो \(a_3\) क्या होगा?
If \(a_1=7\) and \(a_{n+1}=3a_n-2n\), what is \(a_3\)?
#recursive-rule
#triple-minus-index
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (51)
B (53)
C (55)
D (57)
Explanation opens after your attempt
Step 1
Concept
\(a_2=3\times7-2=19\) and \(a_3=3\times19-4=53\). Exam tip: when (n=2), subtract (4).
Step 2
Why this answer is correct
The correct answer is D. (57). \(a_2=3\times7-2=19\) and \(a_3=3\times19-4=53\). Exam tip: when (n=2), subtract (4).
Step 3
Exam Tip
\(a_2=3\times7-2=19\) और \(a_3=3\times19-4=53\) नहीं बल्कि \(a_3=53\) है। सही गणना में (n=2) पर (4) घटता है।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=7\) और \(a_{n+1}=3a_n-2n\) है तो \(a_2\) क्या होगा?
If \(a_1=7\) and \(a_{n+1}=3a_n-2n\), what is \(a_2\)?
#recursive-rule
#triple-minus-index
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (17)
B (19)
C (21)
D (23)
Explanation opens after your attempt
Step 1
Concept
\(a_2=3\times7-2\times1=19\). Exam tip: use (n=1) for the next term.
Step 2
Why this answer is correct
The correct answer is B. (19). \(a_2=3\times7-2\times1=19\). Exam tip: use (n=1) for the next term.
Step 3
Exam Tip
\(a_2=3\times7-2\times1=19\) है। अगले पद के लिए (n=1) रखें।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=2\), \(a_2=5\) और \(a_n=a_{n-1}+2a_{n-2}\) है तो \(a_5\) क्या होगा?
If \(a_1=2\), \(a_2=5\), and \(a_n=a_{n-1}+2a_{n-2}\), what is \(a_5\)?
#recursive-rule
#two-term-recurrence
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (23)
B (27)
C (31)
D (35)
Explanation opens after your attempt
Step 1
Concept
The terms give \(a_3=9\), \(a_4=19\), and \(a_5=37\). Exam tip: multiply \(a_{n-2}\) by (2) before adding.
Step 2
Why this answer is correct
The correct answer is B. (27). The terms give \(a_3=9\), \(a_4=19\), and \(a_5=37\). Exam tip: multiply \(a_{n-2}\) by (2) before adding.
Step 3
Exam Tip
पद (2,5,9,19,37) नहीं हैं क्योंकि \(a_5=19+2\times9=37\) होगा। इसलिए सही मान (37) है।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=2\), \(a_2=5\) और \(a_n=a_{n-1}+2a_{n-2}\) है तो \(a_4\) क्या होगा?
If \(a_1=2\), \(a_2=5\), and \(a_n=a_{n-1}+2a_{n-2}\), what is \(a_4\)?
#recursive-rule
#two-term-recurrence
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (17)
B (19)
C (21)
D (23)
Explanation opens after your attempt
Step 1
Concept
\(a_3=5+2\times2=9\) and \(a_4=9+2\times5=19\). Exam tip: write positions while using two-term rules.
Step 2
Why this answer is correct
The correct answer is B. (19). \(a_3=5+2\times2=9\) and \(a_4=9+2\times5=19\). Exam tip: write positions while using two-term rules.
Step 3
Exam Tip
\(a_3=5+2\times2=9\) और \(a_4=9+2\times5=19\) है। दो-पद नियम में क्रमांक साथ लिखें।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=4\), \(a_2=10\) और \(a_n=2a_{n-1}-a_{n-2}\) है तो \(a_6\) क्या होगा?
If \(a_1=4\), \(a_2=10\), and \(a_n=2a_{n-1}-a_{n-2}\), what is \(a_6\)?
#recursive-rule
#second-order
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (28)
B (30)
C (32)
D (34)
Explanation opens after your attempt
Step 1
Concept
The terms are (4,10,16,22,28,34), so \(a_6=34\). Exam tip: this rule preserves a constant difference.
Step 2
Why this answer is correct
The correct answer is D. (34). The terms are (4,10,16,22,28,34), so \(a_6=34\). Exam tip: this rule preserves a constant difference.
Step 3
Exam Tip
पद (4,10,16,22,28,34) हैं इसलिए \(a_6=34\) है। यह नियम समान अंतर बनाए रखता है।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=6\) और \(a_{n+1}=a_n+n^2+2n\) है तो \(a_4\) क्या होगा?
If \(a_1=6\) and \(a_{n+1}=a_n+n^2+2n\), what is \(a_4\)?
#recursive-rule
#quadratic-increment
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (28)
B (30)
C (32)
D (34)
Explanation opens after your attempt
Step 1
Concept
The terms are (6,9,17,32), so \(a_4=32\). Exam tip: calculate the new value of \(n^2+2n\) each time.
Step 2
Why this answer is correct
The correct answer is C. (32). The terms are (6,9,17,32), so \(a_4=32\). Exam tip: calculate the new value of \(n^2+2n\) each time.
Step 3
Exam Tip
पद (6,9,17,32) हैं इसलिए \(a_4=32\) है। \(n^2+2n\) का मान हर बार नया निकालें।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=90\) और (a_{n+1}=a_n-\(n^2+n\)) है तो \(a_4\) क्या होगा?
If \(a_1=90\) and (a_{n+1}=a_n-\(n^2+n\)), what is \(a_4\)?
#recursive-rule
#quadratic-decrement
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (68)
B (70)
C (72)
D (74)
Explanation opens after your attempt
Step 1
Concept
The terms are (90,88,82,70), so \(a_4=70\). Exam tip: subtract (2,6,12) in order.
Step 2
Why this answer is correct
The correct answer is B. (70). The terms are (90,88,82,70), so \(a_4=70\). Exam tip: subtract (2,6,12) in order.
Step 3
Exam Tip
पद (90,88,82,70) हैं इसलिए \(a_4=70\) है। \(n^2+n\) के मान (2,6,12) क्रम से घटाएँ।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=1\) और \(a_{n+1}=a_n+3^n\) है तो \(a_4\) क्या होगा?
If \(a_1=1\) and \(a_{n+1}=a_n+3^n\), what is \(a_4\)?
#recursive-rule
#power-increment
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (37)
B (38)
C (39)
D (40)
Explanation opens after your attempt
Step 1
Concept
The terms are (1,4,13,40), so \(a_4=40\). Exam tip: add (3,9,27), the values of \(3^n\).
Step 2
Why this answer is correct
The correct answer is D. (40). The terms are (1,4,13,40), so \(a_4=40\). Exam tip: add (3,9,27), the values of \(3^n\).
Step 3
Exam Tip
पद (1,4,13,40) हैं इसलिए \(a_4=40\) है। \(3^n\) के मान (3,9,27) जोड़ें।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=100\) और \(a_{n+1}=a_n-3^n\) है तो \(a_4\) क्या होगा?
If \(a_1=100\) and \(a_{n+1}=a_n-3^n\), what is \(a_4\)?
#recursive-rule
#power-decrement
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (61)
B (64)
C (67)
D (70)
Explanation opens after your attempt
Step 1
Concept
The terms are (100,97,88,61), so \(a_4=61\). Exam tip: subtract (3,9,27) in order.
Step 2
Why this answer is correct
The correct answer is A. (61). The terms are (100,97,88,61), so \(a_4=61\). Exam tip: subtract (3,9,27) in order.
Step 3
Exam Tip
पद (100,97,88,61) हैं इसलिए \(a_4=61\) है। (3,9,27) को क्रम से घटाएँ।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=8\) और (a_{n+1}=a_n+2(-1)^n+n) है तो \(a_4\) क्या होगा?
If \(a_1=8\) and (a_{n+1}=a_n+2(-1)^n+n), what is \(a_4\)?
#recursive-rule
#alternating-index
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (10)
B (11)
C (12)
D (13)
Explanation opens after your attempt
Step 1
Concept
The terms are (8,7,11,12), so \(a_4=12\). Exam tip: track both the alternating sign part and (n).
Step 2
Why this answer is correct
The correct answer is B. (11). The terms are (8,7,11,12), so \(a_4=12\). Exam tip: track both the alternating sign part and (n).
Step 3
Exam Tip
पद (8,7,11,12) हैं इसलिए \(a_4=12\) है। चिह्न बदलने वाले भाग और (n) दोनों देखें।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=8\) और (a_{n+1}=a_n+2(-1)^n+n) है तो \(a_3\) क्या होगा?
If \(a_1=8\) and (a_{n+1}=a_n+2(-1)^n+n), what is \(a_3\)?
#recursive-rule
#alternating-index
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (9)
B (10)
C (11)
D (12)
Explanation opens after your attempt
Step 1
Concept
\(a_2=8-2+1=7\) and \(a_3=7+2+2=11\). Exam tip: the sign of ((-1)^n) changes at each step.
Step 2
Why this answer is correct
The correct answer is C. (11). \(a_2=8-2+1=7\) and \(a_3=7+2+2=11\). Exam tip: the sign of ((-1)^n) changes at each step.
Step 3
Exam Tip
\(a_2=8-2+1=7\) और \(a_3=7+2+2=11\) है। ((-1)^n) का चिह्न हर चरण में बदलता है।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=3\) और (a_{n+1}=a_n+n(n+3)) है तो \(a_4\) क्या होगा?
If \(a_1=3\) and (a_{n+1}=a_n+n(n+3)), what is \(a_4\)?
#recursive-rule
#product-increment
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (30)
B (33)
C (36)
D (39)
Explanation opens after your attempt
Step 1
Concept
The terms are (3,7,17,35), so \(a_4=35\). Exam tip: add (4,10,18), the values of (n(n+3)).
Step 2
Why this answer is correct
The correct answer is D. (39). The terms are (3,7,17,35), so \(a_4=35\). Exam tip: add (4,10,18), the values of (n(n+3)).
Step 3
Exam Tip
पद (3,7,17,35) नहीं बल्कि \(a_4=35\) है। (n(n+3)) के मान (4,10,18) जोड़ें।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=3\) और (a_{n+1}=a_n+n(n+3)) है तो \(a_3\) क्या होगा?
If \(a_1=3\) and (a_{n+1}=a_n+n(n+3)), what is \(a_3\)?
#recursive-rule
#product-increment
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (15)
B (17)
C (19)
D (21)
Explanation opens after your attempt
Step 1
Concept
The terms are (3,7,17), so \(a_3=17\). Exam tip: calculate the product before adding.
Step 2
Why this answer is correct
The correct answer is B. (17). The terms are (3,7,17), so \(a_3=17\). Exam tip: calculate the product before adding.
Step 3
Exam Tip
पद (3,7,17) हैं इसलिए \(a_3=17\) है। गुणनफल निकालकर जोड़ें।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=120\) और (a_{n+1}=a_n-n(n+3)) है तो \(a_4\) क्या होगा?
If \(a_1=120\) and (a_{n+1}=a_n-n(n+3)), what is \(a_4\)?
#recursive-rule
#product-decrement
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (88)
B (90)
C (92)
D (94)
Explanation opens after your attempt
Step 1
Concept
The terms are (120,116,106,88), so \(a_4=88\). Exam tip: subtract (4,10,18) in order.
Step 2
Why this answer is correct
The correct answer is A. (88). The terms are (120,116,106,88), so \(a_4=88\). Exam tip: subtract (4,10,18) in order.
Step 3
Exam Tip
पद (120,116,106,88) हैं इसलिए \(a_4=88\) है। (4,10,18) को क्रम से घटाएँ।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=4\) और \(a_{n+1}=2a_n+5\) है तो \(a_4\) क्या होगा?
If \(a_1=4\) and \(a_{n+1}=2a_n+5\), what is \(a_4\)?
#recursive-rule
#double-plus-five
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (61)
B (65)
C (69)
D (73)
Explanation opens after your attempt
Step 1
Concept
The terms are (4,13,31,67), so \(a_4=67\). The correct option should include (67).
Step 2
Why this answer is correct
The correct answer is A. (61). The terms are (4,13,31,67), so \(a_4=67\). The correct option should include (67).
Step 3
Exam Tip
पद (4,13,31,67) नहीं बल्कि \(a_4=67\) है। सही विकल्प में (67) होना चाहिए।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=4\) और \(a_{n+1}=2a_n+5\) है तो \(a_3\) क्या होगा?
If \(a_1=4\) and \(a_{n+1}=2a_n+5\), what is \(a_3\)?
#recursive-rule
#double-plus-five
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (27)
B (29)
C (31)
D (33)
Explanation opens after your attempt
Step 1
Concept
The terms are (4,13,31), so \(a_3=31\). Exam tip: double first and then add (5).
Step 2
Why this answer is correct
The correct answer is C. (31). The terms are (4,13,31), so \(a_3=31\). Exam tip: double first and then add (5).
Step 3
Exam Tip
पद (4,13,31) हैं इसलिए \(a_3=31\) है। पहले दोगुना करें फिर (5) जोड़ें।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=5\) और \(a_{n+1}=3a_n+n+2\) है तो \(a_2\) क्या होगा?
If \(a_1=5\) and \(a_{n+1}=3a_n+n+2\), what is \(a_2\)?
#recursive-rule
#triple-plus-expression
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (16)
B (18)
C (20)
D (22)
Explanation opens after your attempt
Step 1
Concept
\(a_2=3\times5+1+2=18\). Exam tip: use (n=1) for the next term.
Step 2
Why this answer is correct
The correct answer is B. (18). \(a_2=3\times5+1+2=18\). Exam tip: use (n=1) for the next term.
Step 3
Exam Tip
\(a_2=3\times5+1+2=18\) है। अगले पद के लिए (n=1) रखें।
Login to save your score, XP, coins and progress. Login
यदि \(a_1=5\) और \(a_{n+1}=3a_n+n+2\) है तो \(a_3\) क्या होगा?
If \(a_1=5\) and \(a_{n+1}=3a_n+n+2\), what is \(a_3\)?
#recursive-rule
#triple-plus-expression
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (54)
B (56)
C (58)
D (60)
Explanation opens after your attempt
Step 1
Concept
\(a_2=18\) and \(a_3=3\times18+2+2=58\). Exam tip: do not forget to change (n).
Step 2
Why this answer is correct
The correct answer is C. (58). \(a_2=18\) and \(a_3=3\times18+2+2=58\). Exam tip: do not forget to change (n).
Step 3
Exam Tip
\(a_2=18\) और \(a_3=3\times18+2+2=58\) है। (n) का मान बदलना न भूलें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#triangular-increment
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (24)
B (26)
C (28)
D (30)
Explanation opens after your attempt
Step 1
Concept
The terms are (2,4,8,15,26), so \(a_5=26\). Exam tip: add the increasing increments carefully.
Step 2
Why this answer is correct
The correct answer is C. (28). The terms are (2,4,8,15,26), so \(a_5=26\). Exam tip: add the increasing increments carefully.
Step 3
Exam Tip
पद (2,4,8,15,26) नहीं बल्कि \(a_5=26\) है। (2,4,7,11) जैसे बढ़ते जोड़ ध्यान से जोड़ें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#triangular-increment
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (13)
B (15)
C (17)
D (19)
Explanation opens after your attempt
Step 1
Concept
The terms are (2,4,8,15), so \(a_4=15\). Exam tip: the increment is a triangular number plus (1).
Step 2
Why this answer is correct
The correct answer is B. (15). The terms are (2,4,8,15), so \(a_4=15\). Exam tip: the increment is a triangular number plus (1).
Step 3
Exam Tip
पद (2,4,8,15) हैं इसलिए \(a_4=15\) है। त्रिभुजीय संख्या में (1) जोड़कर अगला जोड़ बनता है।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#triangular-decrement
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (69)
B (71)
C (73)
D (75)
Explanation opens after your attempt
Step 1
Concept
The terms are (80,78,74,67), so \(a_4=67\). Exam tip: the subtractions are (2,4,7) in order.
Step 2
Why this answer is correct
The correct answer is A. (69). The terms are (80,78,74,67), so \(a_4=67\). Exam tip: the subtractions are (2,4,7) in order.
Step 3
Exam Tip
पद (80,78,74,67) नहीं बल्कि \(a_4=67\) है। घटाव (2,4,7) क्रम से होता है।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#triangular-decrement
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (72)
B (74)
C (76)
D (78)
Explanation opens after your attempt
Step 1
Concept
The terms are (80,78,74), so \(a_3=74\). Exam tip: calculate the full subtraction first.
Step 2
Why this answer is correct
The correct answer is B. (74). The terms are (80,78,74), so \(a_3=74\). Exam tip: calculate the full subtraction first.
Step 3
Exam Tip
पद (80,78,74) हैं इसलिए \(a_3=74\) है। घटाने से पहले पूरा मान निकालें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#half-plus-expression
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (7)
B (9)
C (11)
D (13)
Explanation opens after your attempt
Step 1
Concept
\(a_2=7+2=9\) and \(a_3=\frac{9}{2}+4=8.5\). So no integer option is correct.
Step 2
Why this answer is correct
The correct answer is C. (11). \(a_2=7+2=9\) and \(a_3=\frac{9}{2}+4=8.5\). So no integer option is correct.
Step 3
Exam Tip
\(a_2=7+2=9\) और \(a_3=\frac{9}{2}+4=8.5\) है। इसलिए पूर्णांक विकल्पों में सही मान नहीं है।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#half-plus-expression
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (8)
B (10)
C (12)
D (14)
Explanation opens after your attempt
Step 1
Concept
\(a_2=\frac{16}{2}+2=10\). Exam tip: halve first and then add (2n).
Step 2
Why this answer is correct
The correct answer is B. (10). \(a_2=\frac{16}{2}+2=10\). Exam tip: halve first and then add (2n).
Step 3
Exam Tip
\(a_2=\frac{16}{2}+2=10\) है। पहले आधा करें फिर (2n) जोड़ें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#first-term-and-index
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (28)
B (29)
C (30)
D (31)
Explanation opens after your attempt
Step 1
Concept
\(a_2=4+12+1=17\) and \(a_3=17+12+2=31\). Exam tip: \(a_1\) stays fixed while (n) changes.
Step 2
Why this answer is correct
The correct answer is D. (31). \(a_2=4+12+1=17\) and \(a_3=17+12+2=31\). Exam tip: \(a_1\) stays fixed while (n) changes.
Step 3
Exam Tip
\(a_2=4+12+1=17\) और \(a_3=17+12+2=31\) है। \(a_1\) स्थिर रहता है और (n) बदलता है।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#two-term-plus-index
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (11)
B (13)
C (15)
D (17)
Explanation opens after your attempt
Step 1
Concept
\(a_3=4+3+2\times3=13\). Exam tip: add current (2n) with the previous two terms.
Step 2
Why this answer is correct
The correct answer is B. (13). \(a_3=4+3+2\times3=13\). Exam tip: add current (2n) with the previous two terms.
Step 3
Exam Tip
\(a_3=4+3+2\times3=13\) है। पिछले दो पदों के साथ वर्तमान (2n) जोड़ें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#two-term-plus-index
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (23)
B (25)
C (27)
D (29)
Explanation opens after your attempt
Step 1
Concept
\(a_3=13\) and \(a_4=13+4+8=25\). Exam tip: use the correct current (n) in a two-term rule.
Step 2
Why this answer is correct
The correct answer is B. (25). \(a_3=13\) and \(a_4=13+4+8=25\). Exam tip: use the correct current (n) in a two-term rule.
Step 3
Exam Tip
\(a_3=13\) और \(a_4=13+4+8=25\) है। दो-पद नियम में वर्तमान (n) सही रखें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#nonlinear-recurrence
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (24)
B (32)
C (40)
D (48)
Explanation opens after your attempt
Step 1
Concept
\(a_2=16-8=8\) and \(a_3=64-16=48\). The correct value should be (48).
Step 2
Why this answer is correct
The correct answer is B. (32). \(a_2=16-8=8\) and \(a_3=64-16=48\). The correct value should be (48).
Step 3
Exam Tip
\(a_2=16-8=8\) और \(a_3=64-16=48\) नहीं बल्कि (48) है। सही मान (48) होना चाहिए।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#nonlinear-recurrence
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (6)
B (8)
C (10)
D (12)
Explanation opens after your attempt
Step 1
Concept
\(a_2=4^2-2\times4=8\). Exam tip: square the term and subtract twice that term.
Step 2
Why this answer is correct
The correct answer is B. (8). \(a_2=4^2-2\times4=8\). Exam tip: square the term and subtract twice that term.
Step 3
Exam Tip
\(a_2=4^2-2\times4=8\) है। वर्ग लेकर उसी पद का दोगुना घटाएँ।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#nonlinear-recurrence
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (11)
B (13)
C (15)
D (17)
Explanation opens after your attempt
Step 1
Concept
\(a_2=3^2+3+1=13\). Exam tip: square first, then add the previous term and (1).
Step 2
Why this answer is correct
The correct answer is B. (13). \(a_2=3^2+3+1=13\). Exam tip: square first, then add the previous term and (1).
Step 3
Exam Tip
\(a_2=3^2+3+1=13\) है। पहले वर्ग करें फिर पिछले पद और (1) जोड़ें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#constant-add
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (34)
B (36)
C (38)
D (40)
Explanation opens after your attempt
Step 1
Concept
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.
Step 2
Why this answer is correct
The correct answer is C. (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.
Step 3
Exam Tip
पदों में (8) बार (4) जुड़ता है इसलिए \(a_9=6+32=38\) है। पद संख्या से एक कम बार नियम लगता है।
Login to save your score, XP, coins and progress. Login
यदि \(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)?
#recursive-rule
#term-position
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (7)वाँ / (7)th
B (8)वाँ / (8)th
C (9)वाँ / (9)th
D (10)वाँ / (10)th
Explanation opens after your attempt
Correct Answer
B. (8)वाँ / (8)th
Step 1
Concept
The terms are (15,23,31,39,47,55,63,71), so (71) is the eighth term. Exam tip: write terms with their positions.
Step 2
Why this answer is correct
The correct answer is B. (8)वाँ / (8)th. The terms are (15,23,31,39,47,55,63,71), so (71) is the eighth term. Exam tip: write terms with their positions.
Step 3
Exam Tip
पद (15,23,31,39,47,55,63,71) हैं इसलिए (71) आठवाँ पद है। पदों को क्रमांक के साथ लिखें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#difference-of-terms
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (34)
B (38)
C (42)
D (46)
Explanation opens after your attempt
Step 1
Concept
The terms are (5,13,29,61), so \(a_4-a_2=48\). The correct option should include (48).
Step 2
Why this answer is correct
The correct answer is C. (42). The terms are (5,13,29,61), so \(a_4-a_2=48\). The correct option should include (48).
Step 3
Exam Tip
पद (5,13,29,61) हैं इसलिए \(a_4-a_2=61-13=48\) है। सही विकल्प में (48) होना चाहिए।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#difference-of-terms
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (12)
B (14)
C (16)
D (18)
Explanation opens after your attempt
Step 1
Concept
The terms are (5,13,29), so \(a_3-a_2=29-13=16\). Exam tip: find both terms first and then subtract.
Step 2
Why this answer is correct
The correct answer is C. (16). The terms are (5,13,29), so \(a_3-a_2=29-13=16\). Exam tip: find both terms first and then subtract.
Step 3
Exam Tip
पद (5,13,29) हैं इसलिए \(a_3-a_2=29-13=16\) है। पहले दोनों पद निकालें फिर घटाएँ।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#two-term-plus-three
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (31)
B (35)
C (39)
D (43)
Explanation opens after your attempt
Step 1
Concept
The terms are (4,7,14,24,41), so \(a_5=41\). The correct option should include (41).
Step 2
Why this answer is correct
The correct answer is C. (39). The terms are (4,7,14,24,41), so \(a_5=41\). The correct option should include (41).
Step 3
Exam Tip
पद (4,7,14,24,41) नहीं बल्कि \(a_5=41\) है। सही विकल्प में (41) होना चाहिए।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#two-term-plus-three
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (20)
B (22)
C (24)
D (26)
Explanation opens after your attempt
Step 1
Concept
\(a_3=7+4+3=14\) and \(a_4=14+7+3=24\). Exam tip: add the extra (3) at each step.
Step 2
Why this answer is correct
The correct answer is C. (24). \(a_3=7+4+3=14\) and \(a_4=14+7+3=24\). Exam tip: add the extra (3) at each step.
Step 3
Exam Tip
\(a_3=7+4+3=14\) और \(a_4=14+7+3=24\) है। अतिरिक्त (3) हर चरण में जोड़ें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#quadruple-minus-three
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (79)
B (81)
C (83)
D (85)
Explanation opens after your attempt
Step 1
Concept
\(a_2=4\times6-3=21\) and \(a_3=4\times21-3=81\). Exam tip: subtract (3) after multiplication.
Step 2
Why this answer is correct
The correct answer is B. (81). \(a_2=4\times6-3=21\) and \(a_3=4\times21-3=81\). Exam tip: subtract (3) after multiplication.
Step 3
Exam Tip
\(a_2=4\times6-3=21\) और \(a_3=4\times21-3=81\) है। गुणा के बाद (3) घटाएँ।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#linear-increment
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (33)
B (35)
C (37)
D (39)
Explanation opens after your attempt
Step 1
Concept
The terms are (3,8,19,36), so \(a_4=36\). The correct option should include (36).
Step 2
Why this answer is correct
The correct answer is A. (33). The terms are (3,8,19,36), so \(a_4=36\). The correct option should include (36).
Step 3
Exam Tip
पद (3,8,19,36) नहीं बल्कि \(a_4=36\) है। सही विकल्प में (36) होना चाहिए।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#linear-increment
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (15)
B (17)
C (19)
D (21)
Explanation opens after your attempt
Step 1
Concept
The terms are (3,8,19), so \(a_3=19\). Exam tip: (6n-1) changes at each step.
Step 2
Why this answer is correct
The correct answer is C. (19). The terms are (3,8,19), so \(a_3=19\). Exam tip: (6n-1) changes at each step.
Step 3
Exam Tip
पद (3,8,19) हैं इसलिए \(a_3=19\) है। (6n-1) का मान हर चरण में बदलता है।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#linear-decrement
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (114)
B (120)
C (126)
D (132)
Explanation opens after your attempt
Step 1
Concept
The terms are (150,143,132,117), so \(a_4=117\). The correct option should include (117).
Step 2
Why this answer is correct
The correct answer is C. (126). The terms are (150,143,132,117), so \(a_4=117\). The correct option should include (117).
Step 3
Exam Tip
पद (150,143,132,117) नहीं बल्कि \(a_4=117\) है। सही विकल्प में (117) होना चाहिए।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#linear-decrement
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (126)
B (129)
C (132)
D (135)
Explanation opens after your attempt
Step 1
Concept
The terms are (150,143,132), so \(a_3=132\). Exam tip: calculate (4n+3) before subtracting.
Step 2
Why this answer is correct
The correct answer is C. (132). The terms are (150,143,132), so \(a_3=132\). Exam tip: calculate (4n+3) before subtracting.
Step 3
Exam Tip
पद (150,143,132) हैं इसलिए \(a_3=132\) है। घटाने से पहले (4n+3) निकालें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#quadratic-increment
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (30)
B (31)
C (32)
D (33)
Explanation opens after your attempt
Step 1
Concept
The terms are (2,6,15,31), so \(a_4=31\). Exam tip: recognize \(n^2+2n+1\) as ((n+1)2 ).
Step 2
Why this answer is correct
The correct answer is B. (31). The terms are (2,6,15,31), so \(a_4=31\). Exam tip: recognize \(n^2+2n+1\) as ((n+1)2 ).
Step 3
Exam Tip
पद (2,6,15,31) हैं इसलिए \(a_4=31\) है। \(n^2+2n+1\) को ((n+1)2 ) की तरह पहचानें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#fractional-growth
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (40)
B (42)
C (44)
D (48)
Explanation opens after your attempt
Step 1
Concept
The terms are \(24,32,\frac{128}{3}\), so \(a_3=\frac{128}{3}\). The correct option should include the fractional value.
Step 2
Why this answer is correct
The correct answer is B. (42). The terms are \(24,32,\frac{128}{3}\), so \(a_3=\frac{128}{3}\). The correct option should include the fractional value.
Step 3
Exam Tip
पद \(24,32,\frac{128}{3}\) हैं इसलिए \(a_3=\frac{128}{3}\) है। सही विकल्प में भिन्न मान होना चाहिए।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#fractional-growth
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (20)
B (22)
C (24)
D (26)
Explanation opens after your attempt
Step 1
Concept
\(a_2=18+\frac{18}{3}=24\). Exam tip: the rule means taking \(\frac{4}{3}\) of the previous term.
Step 2
Why this answer is correct
The correct answer is C. (24). \(a_2=18+\frac{18}{3}=24\). Exam tip: the rule means taking \(\frac{4}{3}\) of the previous term.
Step 3
Exam Tip
\(a_2=18+\frac{18}{3}=24\) है। नियम का अर्थ पिछले पद का \(\frac{4}{3}\) लेना है।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#second-order
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (27)
B (31)
C (35)
D (39)
Explanation opens after your attempt
Step 1
Concept
The terms are (1,3,9,27,81), so \(a_5=81\). The correct option should include (81).
Step 2
Why this answer is correct
The correct answer is A. (27). The terms are (1,3,9,27,81), so \(a_5=81\). The correct option should include (81).
Step 3
Exam Tip
पद (1,3,9,27,81) हैं इसलिए \(a_5=81\) है। सही विकल्प में (81) होना चाहिए।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#second-order
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (21)
B (24)
C (27)
D (30)
Explanation opens after your attempt
Step 1
Concept
\(a_3=4\times3-3\times1=9\) and \(a_4=4\times9-3\times3=27\). Exam tip: use both previous terms.
Step 2
Why this answer is correct
The correct answer is C. (27). \(a_3=4\times3-3\times1=9\) and \(a_4=4\times9-3\times3=27\). Exam tip: use both previous terms.
Step 3
Exam Tip
\(a_3=4\times3-3\times1=9\) और \(a_4=4\times9-3\times3=27\) है। दोनों पिछले पदों का उपयोग करें।
Login to save your score, XP, coins and progress. Login
यदि \(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\)?
#recursive-rule
#index-multiplier
#class-9
50 50-50 2 wrong hide
⏭ Skip Next question
+10 Time+ 10 sec extra
? Hint Small clue
A (44)
B (47)
C (50)
D (53)
Explanation opens after your attempt
Step 1
Concept
\(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).
Step 2
Why this answer is correct
The correct answer is B. (47). \(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).
Step 3
Exam Tip
\(a_2=1\times3+2=5\), \(a_3=2\times5+2=12\) और \(a_4=3\times12+2=38\) है। सही विकल्प में (38) होना चाहिए।
Login to save your score, XP, coins and progress. Login