Step 2A certain attraction
Less and less toilet paper is on the roll after each turn so the # of squares of toilet paper that each revolution represents will go down in increments. On our rolls of toilet paper there are 3.4 squares in a revolution in the beginning and 1.5 at the end. There are about 200 revolutions in the rolls. A simple bit of math and we have a good idea for how many are on each revolution.
r2 = new rotation count
r1 = previous rotation count
so, squares used in current session = (3.4 - r2 * .00475) * r2 - (3.4 - r1 * .00475) * r1
done
| « Previous Step | Download PDFView All Steps | Next Step » |
![]() |
Add Comment
|












































