Which recursive formula can be used to determine the total amount of time spent making hats based on the total amount of time spent previously?

f(n + 1) = f(n) + 1.5
f(n + 1) = f(n) + 0.75
f(n + 1) = one-halff(n)
f(n + 1) = three-halvesf(n)