Olivia read a book. She started on page 20 and each minute she read 3 minutes. Let g(n) be the page Olivia was on at the beginning of the nth minute. G is a sequence. What kind of sequence is it?write an explicit formula for the sequence.

Respuesta :

Answer:

Arithmetic sequence

g(n) = 3n + 17

Step-by-step explanation:

In the concept of sequence and series, if the difference between consecutive terms is constant, For example;

1,2,3,4,5 . . .nth term

here you can note the difference between each term is 1. This 1 is common difference.

Now formula for Arithmetic sequence is

nth term = a + (n-1)d

Here, nth term is value of any term in the sequence you want to find out.

a is the first term of sequence

d is the common difference between two consecutive terms.

For data given in question,

g(n) is any term or nth term you want to find out

Since in each minute, Olivia is reading three pages, so 3 is the common difference.

Olivia started reading from page 20, so first term or a is 20.

From this data putting in the formula you can have;

g(n) = 20 + (n-1)(3)

g(n) = 20 + 3n-3

g(n) = 3n + 17