62.1k views
3 votes
Write a recursive sequence for the following:
23, 38, 53, 68

User Janita
by
4.2k points

2 Answers

1 vote

Answer:

11.5,19,26.5,34

Explanation:

so here were simplifying the numbers to repeat them,example: 23รท2=11.5

User Abhijit K Rao
by
3.9k points
3 votes

Answer:

An=a+nd

Explanation:

23, 38, 53, 68

First term a=23

d=a2-a1

=38-23=15

For n term

An=a+(n-1)d

For n+1 term

An=a+nd

User Pichirichi
by
4.3k points