20 Math Formulas You Actually Use in Real Life
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://calcfyi.com/iframe/guide/math-formulas-cheat-sheet/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://calcfyi.com/guide/math-formulas-cheat-sheet/
Add a dynamic SVG badge to your README or docs.
[](https://calcfyi.com/guide/math-formulas-cheat-sheet/)
Use the native HTML custom element.
A practical cheat sheet: percentages, interest, area, speed, and probability formulas that appear in finance, travel, cooking, and everyday decisions
The 20 Formulas That Actually Appear in Real Life
Mathematics education often emphasizes abstract formulas that students forget within months. This guide focuses on the opposite: formulas that reappear throughout adult life in financial decisions, health monitoring, travel, cooking, home ownership, and work. Each formula here has shown up in real-world contexts for at least millions of people.
Percentage Compound Interest Loan Emi
Finance and Investment
1. Percentage Change
Used for: stock returns, salary increases, price changes, grade changes
Percentage change = ((New − Old) / Old) × 100
A salary rising from $65,000 to $72,000: ((72,000 − 65,000) / 65,000) × 100 = 10.77%
2. Simple Interest
Used for: quick loan estimates, short-term deposits
Simple Interest = Principal × Rate × Time
$5,000 at 4% for 3 years: $5,000 × 0.04 × 3 = $600
3. Compound Interest
Used for: savings accounts, investment growth, mortgages, credit card debt
A = P × (1 + r/n)^(nt)
$10,000 invested at 6% annually for 20 years: $10,000 × 1.06²⁰ ≈ $32,071
4. Rule of 72 (Doubling Time)
Used for: quick investment projections, inflation impact
Years to double = 72 / Annual percentage rate
At 8% return: 72/8 = 9 years to double
5. Loan EMI (Equal Monthly Installment)
Used for: mortgages, car loans, personal loans
EMI = P × r(1+r)^n / ((1+r)^n − 1)
Where P = principal, r = monthly interest rate, n = number of payments
6. Inflation-Adjusted Value
Used for: comparing historical prices, real investment returns
Real Value = Nominal Value / (1 + inflation rate)^years
$100 today with 3% annual inflation is worth: $100 / 1.03^10 ≈ $74.41 in 10 years
Health and Fitness
7. BMI Formula
Used for: health screening, insurance assessments
BMI = weight (kg) / height (m)²
A person 1.75m tall weighing 75kg: 75 / 1.75² = 75 / 3.0625 ≈ 24.5 (Normal weight)
8. Mifflin-St Jeor (Basal Metabolic Rate)
Used for: calorie planning, weight management
BMR (men) = 10W + 6.25H − 5A + 5 BMR (women) = 10W + 6.25H − 5A − 161
Where W = weight in kg, H = height in cm, A = age in years
9. Calorie Deficit for Weight Loss
Used for: weight loss planning
Daily deficit = TDEE − Daily intake Weight loss per week (kg) ≈ Daily deficit × 7 / 7,700
7,700 kcal deficit ≈ 1 kg of body fat
Geometry and Area
10. Area of Common Shapes
Used for: flooring, painting, gardening, real estate
Rectangle: A = length × width Circle: A = π × radius² Triangle: A = ½ × base × height
A circular garden with radius 3m: π × 3² ≈ 28.3 m²
11. Pyeong-to-Square Meter Conversion
Used for: Korean real estate
1 pyeong = 400/121 m² ≈ 3.306 m² Square meters = pyeong × 3.306
A 33-pyeong apartment: 33 × 3.306 ≈ 109 m²
12. Celsius ↔ Fahrenheit
Used for: international travel, cooking, weather
°F = (°C × 9/5) + 32 °C = (°F − 32) × 5/9
37°C body temperature: (37 × 9/5) + 32 = 66.6 + 32 = 98.6°F
Time and Distance
13. Speed, Distance, Time
Used for: travel planning, fuel estimates
Distance = Speed × Time Time = Distance / Speed Speed = Distance / Time
Driving 300 km at 90 km/h: 300/90 = 3 hours 20 minutes
14. Percentage of Total
Used for: calculating taxes, tips, discounts
Part = (Percentage / 100) × Whole Percentage = (Part / Whole) × 100
15. Weighted Average
Used for: GPA calculation, portfolio returns, grade calculations
Weighted average = Σ(value × weight) / Σ(weights)
GPA: (4.0 × 3 credits + 3.0 × 4 credits + 3.7 × 2 credits) = (12 + 12 + 7.4) / (3+4+2) = 31.4 / 9 ≈ 3.49
Probability and Statistics
16. Probability of Independent Events
Used for: gambling, insurance, risk analysis
P(A and B) = P(A) × P(B) [if A and B are independent] P(A or B) = P(A) + P(B) − P(A and B)
Rolling two dice and getting 6 on both: 1/6 × 1/6 = 1/36 ≈ 2.78%
17. Percentage Error
Used for: measurement quality, quality control
Percentage error = |Measured − True| / |True| × 100%
A scale reads 98g for a 100g standard: |98−100|/100 × 100% = 2%
Everyday Calculations
18. Unit Price Comparison
Used for: supermarket shopping, bulk buying decisions
Unit price = Total price / Quantity
500g for $3.20 vs. 750g for $4.50: - 500g: $3.20/500 = $0.0064/g - 750g: $4.50/750 = $0.0060/g → larger pack is 6.25% cheaper per gram
19. Square Root (via Heron's Method for mental math)
Used for: Pythagorean theorem, signal processing, statistics
Next estimate = (current estimate + N/current estimate) / 2
√50: Start with 7. Next: (7 + 50/7)/2 = (7 + 7.14)/2 = 7.07 (actual: 7.071)
20. Pythagorean Theorem
Used for: carpentry, screen sizes, navigation, physics
a² + b² = c²
A TV screen 40 inches wide and 22.5 inches tall: diagonal = √(40² + 22.5²) = √(1600 + 506.25) = √2106.25 ≈ 45.9 inches
Quick Reference Card
| Formula | When to use |
|---|---|
| Percentage change | Returns, price/salary changes |
| Compound interest | Savings, debt, investment |
| Rule of 72 | Doubling time estimate |
| BMI | Health screening |
| Mifflin-St Jeor | Calorie baseline |
| EMI | Loan monthly payment |
| Area formulas | Flooring, gardening |
| Speed × Time = Distance | Travel planning |
| Weighted average | GPA, portfolio |
| Pyeong × 3.306 = m² | Korean real estate |
These 20 formulas cover the vast majority of real-world quantitative situations. Learning to recognize which formula applies to a situation — before worrying about calculation — is the highest-leverage mathematical skill you can develop.