Here is a recursive definition for a sequence f: f(0)=19,f(n)=f(n-1)-6 for n>1 The definition for the 9th term is f(n)=19-6\bullentn for n>0
a. Explain how you know that these definitions represent the same sequence.
b. Select a definition to calculate f(20), and explain why you chose it.