Respuesta :
Answer:
A(n) = 4 + 8(n-1)
Step-by-step explanation:
A(n) = A(n-1) + 8
A(1) = 4
So A(2) = A(1) + 8 = 4 + 8
A(3) = A(2) + 8 = A(1) + 8 + 8 = 4 + 8 + 8
A(n) = 4 + 8(n-1)
Answer:
Its correct
Step-by-step explanation:
The person up there got it correct