asked 178k views
5 votes
If a1 = 8 and an
An-1 + 2 then find the value of a4.

asked
User Roberts
by
7.4k points

1 Answer

3 votes

9514 1404 393

Answer:

a4 = 14

Explanation:

Use the recursive definition repeatedly.

a1 = 8

a2 = a1 +2 = 8 +2 = 10

a3 = 10 +2 = 12

a4 = 12 +2 = 14

_____

The recursive definition tells you the terms of the sequence have a common difference of 2. The explicit formula for a term of the sequence can be written as ...

an = 8 + 2(n-1)

Then a4 is ...

a4 = 8 +2(4 -1) = 8+6

a4 = 14

answered
User TimLeung
by
8.7k points

Related questions

asked Apr 13, 2024 185k views
Christopher Smit asked Apr 13, 2024
by Christopher Smit
8.8k points
1 answer
3 votes
185k views
1 answer
5 votes
186k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.