Final answer:
The recursive form for the arithmetic function with a first term of 14 and a common difference of 1/2 is f(0) = 14, f(n) = f(n-1) + 1/2.
Step-by-step explanation:
The recursive form for the arithmetic function with a first term of 14 and a common difference of 1/2 can be written as:
- f(0) = 14, f(n) = f(n-1) + 1/2
- f(0) = 14, f(n) = f(n-1) - 1/2
- f(1) = 14, f(n) = f(n-1) + 1/2
- f(1) = 14, f(n) = f(n-1) - 1/2
The correct function is option a) f(0) = 14, f(n) = f(n-1) + 1/2.