Thanks
Ask HN: Do you know any useful "Back of the Envelope Calculations"?
1–10 of 14 posts
Re: Ask HN: Do you know any useful "Back of the Envelope Calculations"?
#2Another, more often financial calculation: If you have X% growth, it takes 72/X time periods to double. (Accurate to within 1 time period for X% > 2%, and accurate to within 10% for X% < 29%.)
Re: Ask HN: Do you know any useful "Back of the Envelope Calculations"?
#3Re: Ask HN: Do you know any useful "Back of the Envelope Calculations"?
#4Re: Ask HN: Do you know any useful "Back of the Envelope Calculations"?
#5It's trivial but useful that an hourly rate multiplied by 2000 gives a year's worth (for a standard working year).
Related and very useful: Consulting rates should start at annual income / 1000.
Re: Ask HN: Do you know any useful "Back of the Envelope Calculations"?
#6 0 1 2 3 4 5 6 7 8 9
1 2 4 8 16 32 64 128 256 512
and 2^10 = 1K, 2^20 = 1M, 2^30 = 1G etc.
then split anything else ex. 2^23 = 2^20 * 2^3 = 8M
ex. 2^37 = 2^30 * 2^7 = 128G
Edit: Also useful in reverse ex. 400K: 256K 2^18
At least memorize 2^4 = 16 (hex) and 2^8 = 256 (byte), then do doubling or halving as necessary.Re: Ask HN: Do you know any useful "Back of the Envelope Calculations"?
#7* Golden ratio is also miles to ks. Which means you can use Fibonacci to convert miles to ks.
* Divide by square route of two for compound doubling time.
Re: Ask HN: Do you know any useful "Back of the Envelope Calculations"?
#8Two: * Golden ratio is also miles to ks. Which means you can use Fibonacci to convert miles to ks. * Divide by square route of two for compound doubling time.
Re: Ask HN: Do you know any useful "Back of the Envelope Calculations"?
#9Example tables:
http://www.jbryanscott.com/2009/02/07/nasdaq-100-revenue-per...
http://37signals.com/svn/posts/2283-ranking-tech-companies-b...
Re: Ask HN: Do you know any useful "Back of the Envelope Calculations"?
#10Two: * Golden ratio is also miles to ks. Which means you can use Fibonacci to convert miles to ks. * Divide by square route of two for compound doubling time.
kilometer is km not ks. just sayin'