Skip to content

Instantly share code, notes, and snippets.

@fullstackadam
Created October 13, 2019 16:28
Show Gist options
  • Save fullstackadam/11a5fde440116856ef46283f23f0960d to your computer and use it in GitHub Desktop.
Save fullstackadam/11a5fde440116856ef46283f23f0960d to your computer and use it in GitHub Desktop.
Money Time Warp Answers
Compounding (Moving money forward in time)
1000 x (1 + .02) ^ 3 = 1061.208 = $1061.21
Discounting (Moving money backward in time)
1000 x (1 + .02) ^ -2 = 961.1687812379853 = $961.17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment