Combinations (nCr) Calculator
Compute the number of combinations C(n, r) — the number of ways to choose r items from n items without regard to order:...
Compute the number of combinations C(n, r) — the number of ways to choose r items from n items without regard to order:...
Compute the number of permutations P(n, r) — the number of ways to arrange r items from n distinct items where order mat...
Convert a Cartesian coordinate (x, y) to polar (r, θ), with r = √(x² + y²) and θ = atan2(y, x).
Compute the time constant τ = RC of an RC circuit, plus the practical "5τ" full-charge time.
Compute the arc length of a circle from the radius and the central angle in degrees.
Estimates total triathlon finish time from swim pace, bike speed, run pace, and transition times for any distance (sprin...
Calculates inductance of a toroidal coil: L = μ₀·μᵣ·N²·A / (2πr_mean), where N is number of turns, A is cross-sectional...
Solve a 2×2 system of linear equations { a₁x + b₁y = c₁ ; a₂x + b₂y = c₂ } using Cramer's rule, with a determinant check...
Calculates carpet or flooring area needed for multiple rooms including a user-defined waste percentage, and estimated to...
Calculates the corrected QT interval QTc = QT / √(RR), where RR = 60/HR (seconds). Normal QTc: <440 ms (male), <460 ms (...
Compute the bits of entropy of a password from the size of the character set drawn from (lowercase, uppercase, digits, s...
Compute the mass percent of an element in a compound from the element's contribution to the molar mass and the total mol...
Every "X% of Y" problem, every "what percent of", every percent-change question — written out the way you'd actually say them.
Standard deviation is "average distance from the average". That one sentence covers 90% of everything you ever need to remember about it.