Simple interest, cell-reference style.
Problem 1: Simple interest, one-time deposit. You're given P, r, n=12 (always monthly compounding for these problems), and t. You compute the future value FV using the simple-interest formula, then the interest earned (FV − P).
The Excel formula goes into the gold cell:
=B20*(1+C20*E20) — where B20 is your randomized P,
C20 is your randomized r (already as a decimal), and E20 is t.
Note that n doesn't appear; simple interest doesn't compound.
Interest earned: subtract P from FV.
=H17-B20 in the gold cell next to it. The sheet
checks that you used a subtraction formula, not the typed
difference.
This is the same recipe from Lesson 2, just with cell references replacing the numbers.






