FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
The Rule of 72: The Mental Math Shortcut Warren Buffett Uses
How-ToTools

The Rule of 72: The Mental Math Shortcut Warren Buffett Uses

via Dev.to BeginnersMichael Lip3h ago

Here's a party trick that will make you sound smarter than everyone in the room. Someone mentions their savings account earns 5% interest. You nod and say, "So your money doubles in about 14 years." They ask how you calculated that so fast. You tell them: divide 72 by the interest rate. 72 / 5 = 14.4 years That's the Rule of 72, and once you learn it, you'll use it constantly. Why does dividing by 72 work? The actual formula for compound interest is A = P(1 + r)^t, where P is your principal, r is the annual rate, and t is time in years. To find the doubling time, you set A = 2P and solve for t: 2 = (1 + r)^t ln(2) = t * ln(1 + r) t = ln(2) / ln(1 + r) For small values of r, ln(1 + r) approximates to r. And ln(2) is 0.693. So t is approximately 0.693 / r, or 69.3 / (r as a percentage). Mathematically, 69.3 is more accurate. But 72 is divisible by 2, 3, 4, 6, 8, 9, and 12, which makes the mental math trivial. The slight overestimation also compensates for the approximation error at highe

Continue reading on Dev.to Beginners

Opens in a new tab

Read Full Article
1 views

Related Articles

How to Use Google Stitch to Turn Design Systems into Production-Ready UI
How-To

How to Use Google Stitch to Turn Design Systems into Production-Ready UI

Medium Programming • 5h ago

Understand OpenClaw by Building One — Part 6
How-To

Understand OpenClaw by Building One — Part 6

Medium Programming • 5h ago

Firewire Surfboard Review (2026): Neutrino, Revo Max, Machadocado
How-To

Firewire Surfboard Review (2026): Neutrino, Revo Max, Machadocado

Wired • 5h ago

7 Backend Developer Skills That Will Make You Valuable
How-To

7 Backend Developer Skills That Will Make You Valuable

Medium Programming • 7h ago

Tutorial Hell
How-To

Tutorial Hell

Medium Programming • 8h ago

Discover More Articles