Proportion Solver
Given a/b = c/x (or any of three knowns), solve for the fourth.
Result
x
12
2/3 = 8/12.
- Equationa/b = c/x
- Cross-multiplya · x = b · c
- Solvedx = (b · c) / a = (3 × 8) / 2
Step-by-step
- Set up the proportion: 2/3 = 8/x.
- Cross-multiply: 2 · x = 3 · 8 = 24.
- Divide by a: x = 24 / 2 = 12.
How to use this calculator
- Enter a, b, and c.
- The calculator solves for x in a/b = c/x.
About this calculator
Two ratios are proportional if a/b = c/d. If three of the four values are known, cross-multiplication solves for the fourth: x = (b · c) / a. This is the foundation of "is the same as" reasoning — recipes scaled by ratio, map distances, mixing dilutions.
Frequently asked
Same logic, swap labels. d = (b · c) / a, just like solving for x.
Related calculators
Ratio Calculator & Simplifier
Simplify a ratio like 12:18 to its lowest terms (2:3) and compare to a target ratio.
Fraction to Decimal Calculator
Convert any fraction n/d to its decimal form, including detection of repeating decimals.
Decimal to Fraction Calculator
Convert a terminating decimal to its simplified fraction form.
Mean (Average) Calculator
Compute the arithmetic mean of a list of numbers.
Linear Equation Solver
ax + b = 0 → x = −b / a. Single-variable linear equations in standard form.
GCD (Greatest Common Divisor) Calculator
Euclidean algorithm: gcd(a,b) = gcd(b, a mod b). Supports 2-6 integers.