What a proportion is, and what it assumes
A ratio compares two quantities by division. A proportion is the statement that two ratios have the same value. Write it a/b = c/d and you are asserting that whatever relationship holds between a and b holds identically between c and d.
The assumption buried in that statement is direct proportionality: the two quantities scale together by a constant factor, so doubling one doubles the other, and neither has an offset. Ingredients in a recipe behave this way. Distance at a constant speed behaves this way. Sales tax behaves this way. Plenty of things do not: a taxi fare with a flag-drop charge has an offset, so twice the distance is not twice the fare, and no proportion will model it correctly.
The other requirement is that units line up positionally. In a/b = c/d, terms a and c must share a unit, and b and d must share a unit. Set up 250 mg / 5 mL = 400 mg / x mL and everything is consistent. Set up 250 mg / 5 mL = x mL / 400 mg and the arithmetic still runs but the answer is meaningless. Writing the units into the fractions before you cross-multiply catches this immediately, and it is the single habit that prevents most proportion errors in clinical and trade work.
Why cross multiplication works
Cross multiplication is not a trick, it is one algebraic step written down in advance. Start with a/b = c/d and multiply both sides by b × d. On the left, the b cancels; on the right, the d cancels. What remains is:
a × d = b × c
Those two quantities are the cross products, so named because on the page you multiply diagonally. Because the step is a multiplication of both sides by the same non-zero quantity, it preserves the equality exactly — nothing is approximated. The condition is that b and d are non-zero, which is already required for the original fractions to exist.
Once you have a × d = b × c, isolating any one term is a single division:
- a = b·c / d
- b = a·d / c
- c = a·d / b
- d = b·c / a
Each rearrangement divides by a different term, which is why the calculator refuses a particular case rather than all of them: solving for d needs a to be non-zero, while solving for a needs d to be non-zero.
There is a second route that is often faster by hand. Because both ratios have the same value, the second is just the first scaled: c = k·a and d = k·b for one scale factor k = c/a. If you can see the factor, you never need to multiply at all — in 3/4 = 9/x, the numerator tripled, so the denominator triples to 12. The calculator reports that factor alongside the answer for exactly this reason.
Worked example: scaling a recipe and checking it
A bread recipe uses 3 cups of flour to 4 cups of water by volume, and you have 9 cups of flour to use up. How much water?
- Set it up with the units in position. flour/water: 3/4 = 9/x. Flour is on top in both, water on the bottom in both.
- Cross multiply. 3 × x = 4 × 9, so 3x = 36.
- Divide. x = 36 ÷ 3 = 12 cups of water.
- Check by cross products. 3 × 12 = 36 and 4 × 9 = 36. They agree, so the proportion holds.
- Check by ratio value. 3 ÷ 4 = 0.75 and 9 ÷ 12 = 0.75. Same number, which is what "proportional" means.
- Check by scale factor. The flour went from 3 to 9, a factor of 3. So the water goes from 4 to 3 × 4 = 12. Same answer in one line.
Now a case where the shortcut does not present itself. A map is drawn at a scale where 2.5 cm represents 4 km. Two towns are 17 cm apart on the map. Set up 2.5/4 = 17/x, cross-multiply to get 2.5x = 68, and divide: x = 27.2 km. The scale factor here is 17 ÷ 2.5 = 6.8, which is not an integer, so cross multiplication is the cleaner route. Confirm it: 2.5 × 27.2 = 68 and 4 × 17 = 68.
One more, in the direction people get wrong. A 250 mg dose is supplied in 5 mL of solution, and a patient needs 400 mg. Write 250 mg / 5 mL = 400 mg / x mL. Cross-multiplying gives 250x = 2,000, so x = 8 mL. The scale factor is 400 ÷ 250 = 1.6, and 1.6 × 5 mL = 8 mL confirms it. Had the units been flipped on one side, the arithmetic would have produced 0.125 without complaint — which is why you write the units in.
Checking the answer before you use it
Three checks cost seconds and catch nearly everything.
Check the cross products. With the solved value in place, a × d and b × c must be identical. The calculator prints both. If they differ, the four numbers do not form a proportion in the arrangement you gave.
Check the direction of the answer. Ask whether the unknown should be bigger or smaller than its partner before you calculate. If the numerator grew, the denominator must grow too, and by the same factor. An answer that moves the wrong way means two terms have been swapped — the commonest slip is entering the second ratio upside down, which turns direct proportion into inverse proportion.
Check the scale factor is plausible. A factor of 6.8 between map centimetres is reasonable; a factor of 6,800 is not, and points at a units mismatch such as centimetres against millimetres.
Be alert to problems that are not directly proportional at all. If doubling one quantity halves the other — workers and days to finish a job, speed and travel time over a fixed distance, pressure and volume at constant temperature — the relationship is inverse, and the correct equation is a × b = c × d rather than a/b = c/d. Using a direct proportion there gives an answer that is wrong by the square of the scale factor. Anything with a fixed cost, a minimum charge or a threshold is neither: it is linear with an intercept, and you need the full straight-line equation, which the linear equation solver handles.
Equivalent ratios and their values
| Ratio | Value | ×2 | ×3 | ×5 | ×10 |
|---|---|---|---|---|---|
| 1 : 2 | 0.5000 | 2 : 4 | 3 : 6 | 5 : 10 | 10 : 20 |
| 2 : 3 | 0.6667 | 4 : 6 | 6 : 9 | 10 : 15 | 20 : 30 |
| 3 : 4 | 0.7500 | 6 : 8 | 9 : 12 | 15 : 20 | 30 : 40 |
| 3 : 5 | 0.6000 | 6 : 10 | 9 : 15 | 15 : 25 | 30 : 50 |
| 5 : 8 | 0.6250 | 10 : 16 | 15 : 24 | 25 : 40 | 50 : 80 |
| 7 : 10 | 0.7000 | 14 : 20 | 21 : 30 | 35 : 50 | 70 : 100 |
Reading a row backwards is how you simplify: 30 : 40 reduces to 3 : 4 by dividing both terms by 10. The reduced form is the one to memorise, because it is the smallest whole-number pair with that value.
Common proportion mistakes
- Flipping one ratio. Writing 3/4 = x/9 when you meant 3/4 = 9/x gives 6.75 instead of 12. Keep the same quantity on top of both fractions.
- Mixing units across positions. Grams against milligrams, or centimetres against metres, on the two sides of the equation. Convert first, or write the units into the fractions and check they cancel.
- Using a proportion on an inverse relationship. Six workers taking 10 days does not mean twelve workers take 20. Inverse problems multiply rather than divide:
a × b = c × d. - Using a proportion where there is a fixed cost. Two hours of a plumber's time at a $90 call-out plus $60 an hour is $210, not double the one-hour $150. Any offset breaks proportionality.
- Cross-multiplying with a zero denominator. If b or d is zero the original ratio does not exist, so the equation you are manipulating was never valid.
- Rounding before the final division. Round the answer, not the cross product. Rounding 68 to 70 in the map example turns 27.2 km into 28 km, an error of nearly a kilometre.
Proportions among the other ratio tools
A percentage is a proportion whose second denominator is fixed at 100: "15% of 200" is exactly 15/100 = x/200. If your problem is naturally stated as a rate out of a hundred, the percentage calculator is the more direct route, and the percentage increase and decrease calculator handles the case where the rate is applied to a starting value rather than compared with it.
When the two ratios are fractions you also want in lowest terms, reduce them first — the simplifying fractions calculator divides both terms by their greatest common factor, and the greatest common factor calculator gives you that divisor directly. Reducing before you cross-multiply keeps the numbers small enough to check in your head.
If the unknown appears more than once, or the relationship has an intercept, you have left proportion territory and entered ordinary algebra: the linear equation solver handles a single equation and the 2×2 system of equations calculator handles two unknowns at once, which is the right tool for mixture and blending problems where two proportions must hold together.
Scaling a quantity by a fractional factor — three-quarters of a recipe, two-thirds of a dose — is often cleanest as a direct multiplication rather than as a proportion, and the multiplying fractions calculator keeps the result exact instead of drifting into repeating decimals.
