daliia
contestada

A sequence is defined by the recursive function
f(n + 1) = f(n) - 2
if f(1) = 10, what is f(3)?
1
6
8
30