If (a_1=1) and (a_{n+1}=a_n+n), what is (a_5)?
Answer and explanation
Correct answer: 11
Each new term is obtained by adding the current index n to the preceding term. Thus, a_2=1+1=2, a_3=2+2=4, a_4=4+3=7, and a_5=7+4=11. Therefore, the correct answer is 11. The value 9 can result from using an incorrect index at a step. Exam tip: when finding a_{n+1}, use the current value of n, not n+1.
Frequently asked questions
What is the correct answer to this question?
11
Why is this the correct answer?
Each new term is obtained by adding the current index n to the preceding term. Thus, a_2=1+1=2, a_3=2+2=4, a_4=4+3=7, and a_5=7+4=11. Therefore, the correct answer is 11. The value 9 can result from using an incorrect index at a step. Exam tip: when finding a_{n+1}, use the current value of n, not n+1.
Which subject and chapter does this question cover?
This is a Class 9 Mathematics question. Chapter: Sequences and Progressions. Topic: Recursive rule.
Student feedback
Was this question useful?
👍 0 Helpful 👎 0 Not helpful
Yes 0% No 0%
0 responsesStudent Reviews
No published reviews yet.