Proportion solver
Solve the proportion a / b = c / d for any one missing term. Enter the three values you know, leave the unknown blank, and the tool finds it by cross-multiplication. It is handy for scaling recipes, converting units, reading maps and any “if this, then how much of that” question.
How it works
In a true proportion the cross products are equal, which the tool rearranges to isolate whichever box you leave empty:
a/b = c/d ⟹ a × d = b × c
solve a = (b × c) ÷ d solve b = (a × d) ÷ c
solve c = (a × d) ÷ b solve d = (b × c) ÷ a
If the required denominator is zero, the result is undefined and the solver says so instead of returning a bad value.
Example
Solve 3 / 4 = 9 / d:
- Cross-multiply: 3 × d = 4 × 9 = 36
- d = 36 ÷ 3 = 12
| Proportion | Unknown | Result |
|---|---|---|
| 3/4 = 9/d | d | 12 |
| a/5 = 6/10 | a | 3 |
| 2/b = 8/12 | b | 3 |
It is privacy-first: all of the maths happens locally in your browser, so nothing you type ever leaves your device.