To model the account balance for Roy after \( n \) years, we can analyze the deposits made by his grandfather:
- On the first birthday (\( n = 1 \)), the account balance is \( 100 \).
- On the second birthday (\( n = 2 \)), the balance is \( 100 + 80 = 180 \).
- On the third birthday (\( n = 3 \)), the balance is \( 100 + 80 + 80 = 260 \).
- On the fourth birthday (\( n = 4 \)), the balance is \( 100 + 80 + 80 + 80 = 340 \).
We see that the initial deposit is \( 100 \), and every subsequent year, an additional \( 80 \) is added.
Thus, the general formula for the total balance after \( n \) years can be represented as follows:
\[ f(n) = 100 + 80(n - 1) \]
This is because for every year after the first, \( 80 \) is added. The term \( (n - 1) \) accounts for the additional years after the first birthday.
So, the correct option from the given responses is:
f(n) = 100 + 80(n - 1)