Velto
Math

Proportion Calculator

A proportion sets two ratios equal in the form a/b = c/d. It holds only when the cross products a × d and b × c match. This proportion calculator takes the three known terms, works the fourth one out of that cross product and shows every line of the working. Filling all four boxes switches it to a check, with a true or false verdict and the value the last term would need.

Leave one box empty, or type x, to solve for it. Fill all four to check whether the proportion is true.

The proportion

3 / 4 = 9 / x

Value of x

Solved for d

12

x = (b × c) ÷ a

Cross-multiplication, step by step

  1. 1.Write the proportion3 / 4 = 9 / x
  2. 2.Cross-multiply: a × d = b × c3 × x = 4 × 9
  3. 3.Multiply the side you know3 × x = 36
  4. 4.Divide to isolate xx = 36 ÷ 3
  5. 5.Value of xx = 12

The two cross products

a × d36
b × c36

The two ratios

a ÷ b0.75
c ÷ d0.75

Examples

How to use

  1. 1

    Type the three terms you know into a, b, c and d, in the order they take in a/b = c/d.

  2. 2

    Leave the fourth box empty to mark the unknown. An x, a capital X or a question mark does the same job. Only one box may stay open.

  3. 3

    Read the value of x above the working, then follow the steps underneath, from a × d = b × c down to the division that isolates x.

  4. 4

    Fill all four boxes instead to switch to checking mode, which returns a true or false verdict plus the value d would need for the two ratios to match.

Which formula solves each position in the proportion a/b = c/d?

All four formulas come out of one rule, the cross product a × d = b × c, which holds whenever the two ratios have the same value. Rearranging that equality once per position gives four divisions, so the missing term is a product of two known values divided by the third.

Missing termFormulaExampleResult
ax = (b × c) ÷ dx/5 = 8/20(5 × 8) ÷ 20 = 2
bx = (a × d) ÷ c3/x = 9/12(3 × 12) ÷ 9 = 4
cx = (a × d) ÷ b2/3 = x/12(2 × 12) ÷ 3 = 8
dx = (b × c) ÷ a3/4 = 9/x(4 × 9) ÷ 3 = 12

b and d sit under the fraction bar, so the calculator refuses a zero typed into either one. It also refuses a zero that the algebra produces on its own, the case of 0/x = 3/4 where the cross product forces x to 0 and leaves the first ratio without a value.

How to calculate a proportion by hand

Multiply across the diagonal, then divide by the term facing the gap. Take 3/4 = 9/x as an example: cross multiplication rewrites it as 3 × x = 4 × 9, the known side comes to 36, then dividing 36 by the 3 facing x leaves x = 12. Those lines appear in that same order under the result, below the literal formula x = (b × c) ÷ a.

The method holds wherever the gap sits. x/5 = 8/20 leaves the first term open, where the known cross product is 5 × 8 = 40 and the divisor is the 20 sitting opposite it, which lands on x = 2. A gap in the second box behaves the same way, so 3/x = 9/12 multiplies 3 by 12 before dividing that 36 by the 9 facing it, ending at x = 4.

Nothing on the page asks which term to solve for. The calculator reads the empty box as the unknown and treats an x, a capital X or a question mark the same way. Two empty boxes stop it, since a proportion missing two terms has an unlimited number of answers.

How do you check whether a proportion is true?

Filling all four boxes leaves nothing to solve, so the page compares the two cross products and returns a verdict instead. 2/3 = 5/7 comes back false, with a × d at 14 against 15 for b × c, a gap of 1. The same line names the value that would settle it, d = 7.5 in place of the 7, which comes from (3 × 5) ÷ 2.

The calculator compares the two products with a small tolerance on decimals, which keeps binary rounding, the tiny error a computer makes while storing 0.1, from turning a true proportion into a false verdict. 0.1/0.3 = 1/3 comes back true even though 0.1 × 3 evaluates to 0.30000000000000004 in a browser and not to 0.3.

Which everyday problems are proportions?

Flour at 250 g for 4 servings becomes 250/4 = x/6 for a table of six. The 375 g that comes back holds the flour at 62.5 g per serving, a factor of 1.5 that every other quantity in the recipe follows too.

A wall drawn at 12 cm on a 1:50 plan reads 1/50 = 12/x, which puts the real wall at 600 cm. The rule of three taught at school is this same layout under another name.

Unit prices and currency amounts at a fixed rate fold into these same four boxes. Turning a single fraction into a decimal or adding two of them belongs to the fraction calculator, while reducing a ratio to its smallest whole numbers is the job of the ratio calculator.

Parameters

Every field of this tool can be prefilled from the URL. Use these query parameters:

ParameterTypeDefault
astring3
bstring4
cstring9
dstring

Example : https://www.veltotools.com/math/proportion-calculator?a=3&b=4&c=9&d=

API

The same tool is available as a free JSON API, with the same parameters as above. No key, no sign-up.

GET https://www.veltotools.com/api/v1/math/proportion-calculator?a=3&b=4&c=9&d=
$ curl "https://www.veltotools.com/api/v1/math/proportion-calculator?a=3&b=4&c=9&d="

Frequently asked questions

Updated Aug 19, 2026

Related tools