128k views
2 votes
Write a recursive rule, H, defining the height of the seedling n days after it is planted.

Write both parts of the rule on the same line, separated by a comma.

Write a recursive rule, H, defining the height of the seedling n days after it is-example-1
User Arpit Svt
by
8.3k points

1 Answer

1 vote

Explanation:

A recursive rule is in respect to the previous term and some constant.

Here, since this is a geometric sequence, the recersice rule for. geometric sequence is


h _(n) = h _(n - 1) * r

where r is the constant rate of growth.

Also, It is important to note that our independent variable,n, should be


n \geqslant 2

Here r is


1.04

So our recursive rule is


h _(n) =1.04 h _(n - 1) ,n \geqslant 2

Make the H capital.

,

User Keronda
by
7.8k points