You can put this solution on YOUR website! If the price of sneakers increases 6% per year, about how long will it take for the price to double?
------
Solve: 1.06^t = 2
---
t*log(1.06) = log2
---
t = log(2)/log(1.06)
----
t = 11.9 years
========
Cheers,
Stan H.