The first 5 numbers of a sequence are shown below. Which of the following functions produces the sequence with n: (1, 2, ...,
n) ?

26, 35, 44,53,62,..


A. f(n) = 9n+ 26
B. f(n) - 26 - 9n
C. f(n) = 9n+ 17
D. f(n) = 17 -9n

Respuesta :

Answer:

C)

Step-by-step explanation:

f(n) = 26 + 9(n-1)