Soccer Pythagorean Win Expectation Calculator
Compute the Pythagorean expected winning percentage of a soccer team from its goals-for and goals-against, using a confi...
Compute the Pythagorean expected winning percentage of a soccer team from its goals-for and goals-against, using a confi...
How many pizzas do you need for a given number of guests, slice appetite, and pizza size.
Given Q1, median, Q3, min, and max, calculates IQR = Q3 − Q1, inner fences (Q1 − 1.5×IQR, Q3 + 1.5×IQR) for outlier dete...
Calculates the nth Fibonacci number using Binet's closed-form formula and the sum of the first n Fibonacci numbers (S_n...
Compute EBITDA (Earnings Before Interest, Taxes, Depreciation & Amortisation) from operating income (EBIT) and the D&A c...
Compute the gallons (and quarts) of wood stain needed for a deck or fence. Wood absorbs more stain than paint; typical c...
Estimate the snow load on a roof from the snow depth and snow density: load (lb/ft²) = depth (in) · density / 12. Report...
Calculates energy expenditure: kJ = power(W) × duration(s) / 1000. At ~22% efficiency, kcal ≈ kJ × (1/4.184) / 0.22 = kJ...
Estimate calories burned cycling from a chosen MET (metabolic equivalent) value for the intensity, your weight, and the...
Calculates safety stock = z × σ_demand × √LT, where z is the service-level z-score (e.g., 1.65 for 95%), σ_demand is the...
Look up the official Boston Athletic Association Boston-marathon qualifying time (per current rules) for the runner's ag...
Most unit-conversion mistakes are dumb mistakes — swapped factors, dropped decimals, wrong direction. A short guide to not making them.
Pace, splits, and goal times talk about the same thing from three different angles. A short guide to keeping them straight mid-race.