asked 7.0k views
5 votes
If a1=9 and an=an-1+4 then find the value of a5

asked
User Daddy
by
7.5k points

2 Answers

2 votes

25

is the answer

just find the a0 first

If a1=9 and an=an-1+4 then find the value of a5-example-1
answered
User Pavel Repin
by
8.5k points
5 votes

Answer:


\sf a_5 =25

Explanation:

Definition:

A recurrence relation is a mathematical equation that defines the terms of a sequence by relating each term to the previous terms.

The given recurrence relation is
\sf a_n = a_(n-1) + 4 with initial condition
\sf a_1 = 9 . This means that the first term of the sequence is 9 and each subsequent term is equal to the previous term plus 4.

In order to find the value of a5, we can simply apply the recurrence relation four times:


\sf a_2 = a_1 + 4 = 9 + 4 = 13


\sf a_3 = a_2 + 4 = 13 + 4 = 17


\sf a_4 = a_3 + 4 = 17 + 4 = 21


\sf a_5 = a_4 + 4 = 21 + 4 = 25

Therefore, the value of
\sf a_5 is 25.

answered
User Dpwr
by
8.6k points

Related questions

asked Nov 20, 2024 199k views
Alexmulo asked Nov 20, 2024
by Alexmulo
9.2k points
1 answer
2 votes
199k views
1 answer
3 votes
132k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.