Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 14 4 pts amdm.dsr.7.9 (mc) what is the recursive equation for …

Question

question 14 4 pts amdm.dsr.7.9 (mc) what is the recursive equation for this sequence? (17, 22, 27, 32, 37) $a_0 = 17; a_n = a_{n - 1} + 5$ $a_0 = 17; a_n = 5a_{n - 1}$ $a_0 = 17; a_n = a_{n - 1} - 5$ $a_0 = 17; a_n = a_{n - 1} + 3$

Explanation:

Step1: Identify initial term

The first term $A_0 = 17$

Step2: Find common difference

$22-17=5$, $27-22=5$, so $d=5$

Step3: Match recursive formula

Recursive formula: $A_n = A_{n-1} + 5$

Answer:

$A_0 = 17; A_n = A_{n-1} + 5$