Respuesta :

The recursive rule for the sequence in simplified form is an = 2n; a1 = 30,000

How to write the recursive function

Given the following parameters

a is the initial values = 30,000
If the amount doubles each year then b = 2

Let n be the number of years such that if the numbe r keeps doubling then:

an = 2n

First term a = 30000 (iniital value)

Hence the recursive rule for the sequence in simplified form is an = 2n; a1 = 30,000

Learn more on recursive rule here: https://brainly.com/question/2059043