Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursioneasy
0:00.0

A recursive function f(n)f(n)f(n) defined by f(n)=f(n−1)+kf(n) = f(n-1) + kf(n)=f(n−1)+k where kkk is a constant. If f(3)=10f(3) = 10f(3)=10 and f(4)=15f(4) = 15f(4)=15, what is the value of kkk?