A standard roll of paper towels consists of a cardboard tube with outer diameter $4$ cm.
Imagine the paper being wound onto the cardboard tube.
After each complete winding, the total diameter of the roll increases by an amount $2t$, where $t$ cm is the thickness of the paper.
Let $S_n$ denote the total length in cm of paper wrapped around the tube when it is wrapped around $n$ times, so that $S_0 = 0$.
Write a recursive relationship that expresses $S_n$ in terms of $S_{n-1}$.
Which do you think is correct: $S_n = S_{n-1}+\pi(4+n2t)$ or $S_n = S_{n-1}+\pi(4+(n-1)2t)$?
In other words, after one winding, would the length of paper around the tube be $(4+2t)\pi$ or $4\pi$?