Get expert advice and insights on any topic with IDNLearn.com. Get comprehensive answers to all your questions from our network of experienced experts.

here is a table showing values of sequence p. define p recursively using function notation
n p(n)
1 5000
2 500
3 50
4 5
5 0.5


Sagot :

p(n)=p(n-1)/10, p(1)=5000