Q. {d(1)=13d(n)=d(n−1)+17Find the 4th term in the sequence.
Given information: We are given the first term of the sequence, d(1)=13, and the recursive formula for the sequence, d(n)=d(n−1)+17. To find the 4th term, we need to apply the recursive formula three times starting from the first term.
Find second term: First, we find the second term using the recursive formula: d(2)=d(1)+17=13+17=30.
Find third term: Next, we find the third term using the recursive formula: d(3)=d(2)+17=30+17=47.
Find fourth term: Finally, we find the fourth term using the recursive formula: d(4)=d(3)+17=47+17=64.