About the Proportion Calculator
A ratio is a comparison. A proportion is a claim that two comparisons are the same. That distinction sounds pedantic until you notice what follows from it: a ratio is a value and cannot be solved, while a proportion is an equation and can be. If three of the four numbers are known, the fourth is determined.
This is the machinery behind an enormous amount of practical arithmetic. Scaling a recipe, converting currency at a fixed rate, reading a map, mixing a solution, enlarging a photograph, estimating from a sample — all of them are "three numbers known, find the fourth", and all of them are proportions.
The calculator solves for any of the four positions, checks whether two ratios genuinely match, and handles inverse proportion, where the product stays constant rather than the ratio. That last mode exists because using the direct method on an inverse relationship is the classic error in this topic, and it produces an answer that moves the wrong way.
How to Use the Proportion Calculator
The proportion is laid out as A : B = C : D.
Solve for the missing value — choose which of the four is unknown, fill in the other three, and leave the unknown box empty. Zero counts as a real value, so an empty box and a box containing 0 mean different things.
Check if two ratios match — fill in all four and the calculator tells you whether they are equivalent, along with each ratio as a single number.
Inverse proportion — enter A, B and C. D is always what gets solved for, because in an inverse relationship the product A × B is the constant and D follows from it.
The working shows cross-multiplication as what it actually is — multiplying both sides of an equation by both denominators — rather than as a rule to memorise.
How Proportions Are Calculated
Write the proportion as two equal fractions:
a c
- = -
b d
Multiply both sides by b. Then multiply both sides by d. The denominators cancel, and what is left is:
a x d = b x c
That is cross-multiplication. It is not a special technique — it is the ordinary business of clearing denominators from an equation, and it works because the two fractions were equal to begin with.
From there, dividing by whichever coefficient sits next to the unknown gives the answer. If D is missing, a × d = b × c rearranges to d = (b × c) / a.
Inverse proportion flips the relationship. Instead of a/b = c/d, the rule is a × b = c × d. Twice as many workers, half the time. Twice the speed, half the journey. The product — worker-hours, or distance — is what stays fixed, and solving means dividing that constant by the new value.
Telling them apart is a question about the real situation, not about the arithmetic. Ask what happens when one quantity doubles. If the other doubles too, the relationship is direct. If it halves, it is inverse.
Proportion Formula
Direct proportion:
a : b = c : d -> a x d = b x c
a = (b x c) / d c = (a x d) / b
b = (a x d) / c d = (b x c) / a
Inverse proportion:
a x b = c x d -> d = (a x b) / c
Constant of proportionality:
k = a / b (direct)
k = a x b (inverse)
The constant of proportionality is worth knowing about. Once you have it, you do not need proportions at all — just multiply. If a recipe uses 150 g of flour per person, that 150 is the constant, and any number of people is a single multiplication rather than a four-box equation.
Step-by-Step Example
A map has a scale where 3 cm represents 4 km. Two towns are 9 cm apart on the map. How far apart are they in reality?
Step 1 — set up the proportion. 3 cm is to 4 km as 9 cm is to x km.
3 9
- = -
4 x
Step 2 — cross-multiply. 3 × x = 4 × 9, so 3x = 36.
Step 3 — solve. x = 36 / 3 = 12. The towns are 12 km apart.
Step 4 — sanity-check. 9 cm is three times 3 cm, so the answer should be three times 4 km. It is.
Now an inverse case, using the same-looking numbers to show how differently it behaves. Four workers take 6 hours to finish a job. How long will 8 workers take?
The direct method would set up 4 : 6 = 8 : x and give 12 hours — which says that doubling the workforce doubles the time. Clearly wrong.
Inverse is correct here, because the total work is fixed:
Step 1: 4 x 6 = 24 worker-hours. That is the constant.
Step 2: 24 / 8 = 3 hours.
Doubling the workers halves the time. Three hours, not twelve. The two methods gave answers on opposite sides of the original 6, which is exactly the signature of using the wrong one.
Understanding Your Result
In solve mode the headline is the missing value, with the complete proportion shown beneath so you can read it back and check it looks right.
In check mode the headline says whether the ratios match. The comparison uses a small tolerance rather than exact equality, because decimal inputs like 0.1 and 0.3 cannot be stored precisely and a strict comparison would report false mismatches on values that are genuinely equal.
In inverse mode the headline is D, and the constant shown is the product A × B — the worker-hours, the distance, whatever quantity is being held fixed.
The constant of proportionality is the most reusable number on the page. For direct proportion it is A ÷ B; multiply any new value of the second quantity by it and you have the first, with no proportion to set up.
One thing the result cannot tell you: whether the relationship was proportional in the first place. The arithmetic will happily solve a proportion for quantities that have no proportional relationship at all, and the answer will be meaningless.
When Should You Use This Calculator?
Scaling recipes. A recipe for 4 that you need for 7 is a proportion in every ingredient.
Maps and scale drawings. Converting between drawing and reality is the textbook use, and the one most people meet first.
Currency and unit conversion at a fixed rate. If 1 unit buys 1.27 of another, every amount is a proportion.
Mixing and dilution. Making up a solution at a specified strength in a different volume from the one on the label.
Estimating from a sample. If 30 out of 500 sampled items were faulty, the proportion estimates the faults in a batch of 12,000 — with the usual caveat that a sample is not a guarantee.
Speed, time and distance. Direct for distance at fixed speed; inverse for time at varying speed over a fixed distance.
Photographs and layout. Resizing while preserving aspect ratio is solving for the missing dimension.
Common Mistakes
Using direct proportion where inverse applies. The largest error in this topic, and it always gives an answer that moves the wrong way. Ask what happens when one quantity doubles before choosing a method.
Mismatching the units across the proportion. A : B = C : D only works if A and C are the same kind of quantity, and B and D are too. Putting centimetres opposite kilometres in one ratio and kilometres opposite centimetres in the other silently inverts the answer.
Assuming every relationship is proportional. A taxi fare with a pickup charge is not, because the fare is not zero when the distance is. Neither is a phone plan with an allowance, or anything with a fixed cost attached. Proportion requires that zero maps to zero.
Cross-multiplying something that is not a proportion. The method works on an equation between two fractions. It does not apply to an expression, an inequality with negatives, or two fractions that were never claimed to be equal.
Treating a blank as a zero. In solve mode the empty box is the unknown. A box containing 0 is a known value of zero, and the two produce very different results.
Rounding mid-calculation. Rounding the cross-product before dividing introduces error that the final rounding cannot remove. Work with full precision and round once, at the end.