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

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