Proportion Solver Formula
Understand the math behind the proportion solver. Each variable explained with a worked example.
Formulas Used
X
x = a != 0 ? (b * c) / a : 0Ratio Left
ratio_left = b != 0 ? a / b : 0Ratio Right
ratio_right = a != 0 ? c / ((b * c) / a) : 0Variables
| Variable | Description | Default |
|---|---|---|
a | a | 3 |
b | b | 4 |
c | c | 9 |
How It Works
How to Solve a Proportion
Setup
a/b = c/x
Cross-Multiplication
a × x = b × c
x = (b × c) / a
Verification
After solving, check that a/b equals c/x.
Worked Example
If 3/4 = 9/x, find x.
a = 3b = 4c = 9
- 013/4 = 9/x
- 02Cross multiply: 3x = 4 × 9 = 36
- 03x = 36/3 = 12
- 04Check: 3/4 = 0.75, 9/12 = 0.75
Ready to run the numbers?
Open Proportion Solver