Recursioneasy
0:00.0

A recursive process models the number of items InI_n in a warehouse on day nn. The relation is In=In15+10I_n = I_{n-1} - 5 + 10, where I0=100I_0 = 100. What is the number of items on day 2?