अनुक्रम \(100,50,25,\ldots\) का सही recursive rule कौन सा है?
Which recursive rule matches the sequence \(100,50,25,\ldots\)?
Explanation opens after your attempt
C. \(a_1=100, a_{n+1}=\frac{a_n}{2}\)
Concept
The first term is (100), and each term is halved. Exam tip: check both the first term and the operation.
Why this answer is correct
The correct answer is C. \(a_1=100, a_{n+1}=\frac{a_n}{2}\). The first term is (100), and each term is halved. Exam tip: check both the first term and the operation.
Exam Tip
पहला पद (100) है और हर बार आधा किया गया है। पहला पद और क्रिया दोनों सही देखें।
Login to save your score, XP, coins and progress.
