Puzzle: A role of toilet paper has $180$ sheets on it. The outside is covered with exactly two sheets. The inside around the cardboard cylinder is covered by exactly one. Question of the puzzle: how many layers of toilet paper are on the roll of toilet paper?
The "Given" Solution: One way to solve this is by saying that the average round is covered by $1.5$ sheets, so therefore the answer is $120$ (I have no source for whether this is actually correct)
I Tried: I tried to solve it with a differential equation, but ultimately failed: Let $S$ be the number of toilet paper sheets on the roll, and $n$ the number of rotations.
I think the number of sheets per rotation depends linearly on the number of rotations at a given point, because with every rotation the toilet role becomes more thick, so: $$\frac{\mathrm{d}S}{\mathrm{d}n}=kn.$$
This equation is separable, so $$dS=(kn)\,\mathrm{d}n.$$
Integrate to get $$S=\frac{1}{2}kn^2+C.$$
Now we need to find the values of constants $k$ and $C$: we know that when $S=1$ then $n=1$ and also when $S=180$ then $\frac{dS}{dn}=2$.
But now I am stuck.
My Question: What would be the correct way of solving this problem using differential equations?
This question is also linked to this question: Toilet paper puzzle (question 2)