Q. {a(1)=20a(n)=a(n−1)⋅23What is the 3rd term in the sequence?
Define Recursive Sequence: The sequence is defined recursively, with the first term a(1) given as 20. The nth term a(n) is defined in terms of the previous term a(n−1) as a(n)=a(n−1)×(23). To find the third term a(3), we need to find the second term a(2) first, using the first term a(1). a(2)=a(1)×(23)=20×(23)=30.
Calculate Second Term: Now that we have the second term a(2), we can find the third term a(3) by applying the recursive formula again.a(3)=a(2)×(23)=30×(23)=45.