Ratio Calculator
Simplify ratios, solve for missing values in proportions, or compare ratios to check equivalence.
Simplify ratios, solve for missing values in proportions, or compare ratios to check equivalence.
How to Use
Three Types of Ratio Calculations
This ratio calculator performs three operations: simplify ratios, solve for missing values in proportions, and compare ratios to determine if they're equivalent. Accepts integers, decimals, and scientific notation.
Simplify Ratios:
Enter A and B to find the simplified ratio. The calculator divides both terms by their greatest common factor (GCD), or creates an equivalent ratio if already simplified.
Solve for Missing Value:
- Enter A, B, and C to find D: D = C × (B/A)
- Enter A, B, and D to find C: C = D × (A/B)
Compare Ratios:
Enter all four values (A, B, C, D) to check if A:B = C:D. The calculator computes A/B and C/D to determine if the ratios are equivalent (true or false).
What is Ratio Calculator?
A ratio compares two quantities by division, showing how many times one value contains another. Written as A:B (read "A to B"), ratios express the relationship between two numbers. For example, a 1:2 ratio means for every 1 part of the first quantity, there are 2 parts of the second.
Proportions are equations stating that two ratios are equal: A:B = C:D. If you know three values, you can solve for the fourth using cross-multiplication. This is useful for scaling recipes, converting units, and solving real-world problems.
Converting ratio to fractions: A part-to-part ratio like 1:2 can be converted to fractions of the whole. Add the parts (1+2=3), then each term becomes a fraction: 1/3 and 2/3.
Formula
Simplifying Ratios:
1. Find the GCD (Greatest Common Divisor) of A and B
2. Divide both A and B by the GCD
Example: 12:8 → GCD is 4 → 12÷4 : 8÷4 = 3:2
Solving Proportions:
A : B = C : D
D = C × (B / A)
C = D × (A / B)
Cross-multiply: A × D = B × C
Converting Ratio to Fractions:
1. Add ratio terms to get the whole: 1 + 2 = 3
2. Each term becomes a numerator: 1/3 and 2/3
So in ratio 1:2, first part is 1/3 of whole, second is 2/3
Examples
Example 1: Simplify 12:8
Find GCD of 12 and 8: GCD = 4
Divide both by 4: 12÷4 = 3, 8÷4 = 2
12:8 simplified = 3:2
Example 2: Solve 3:4 = 6:?
Formula: D = C × (B/A)
D = 6 × (4/3) = 6 × 1.333... = 8
3:4 = 6:8
Example 3: Solve 2:5 = ?:15
Formula: C = D × (A/B)
C = 15 × (2/5) = 15 × 0.4 = 6
2:5 = 6:15
Example 4: Compare 1:2 and 2:4
Calculate: 1/2 = 0.5
Calculate: 2/4 = 0.5
0.5 = 0.5
True - Ratios are equivalent