Ratio Calculator

Simplify ratios, solve proportions, find missing values, and scale ratios instantly.

⚖️ Ratio Calculator
A
:
B

Enter 3 values, leave the unknown as blank or 0:

A
:
B
=
C
:
D (find)
Part A
:
Part B
:
Part C (opt)
Total Amount to Divide

⚖️ What is a Ratio?

A ratio is a mathematical comparison of two or more quantities that shows their relative sizes. Ratios are written as a:b (read "a to b"), as a fraction a/b, or occasionally using the word "to" (e.g., "3 to 5"). The fundamental property of a ratio is that it expresses a relationship, not an absolute amount - the ratio 3:5 means that for every 3 of the first quantity, there are 5 of the second, regardless of the actual numbers involved.

Ratios appear everywhere in daily life. Recipe scaling uses ratios (double all ingredients keeping the same ratio). Mixing paint, concrete, or cleaning solutions involves ratios. Maps use scale ratios (1:50,000 means 1 cm on the map = 50,000 cm = 500 m in reality). Exchange rates are ratios between currencies. Aspect ratios describe screen proportions (16:9 for widescreen, 4:3 for older TVs). Financial ratios like Price-to-Earnings (P/E) compare stock price to earnings per share.

A proportion is an equation stating that two ratios are equal: a:b = c:d. Proportions are used to scale up or down, find unknown values, and solve many practical problems. If a car travels 120 km on 10 litres of fuel, how far will it travel on 25 litres? Set up the proportion 120:10 = x:25, and cross-multiply to find x = 120 × 25 / 10 = 300 km.

To simplify a ratio, divide all terms by their Greatest Common Divisor (GCD). The simplified ratio expresses the same relationship using the smallest possible whole numbers. For example, 48:36:24 simplifies by dividing by GCD(48,36,24) = 12, giving 4:3:2. Simplification makes ratios easier to understand, compare, and work with.

📐 Ratio Formulas

Simplify: a:b → (a÷GCD):(b÷GCD)
Proportion (find D): A:B = C:D → D = B × C ÷ A
Scale to total N: Part A = N × a / (a+b+c) | Part B = N × b / (a+b+c)
GCD = Greatest Common Divisor (largest number dividing both terms)
Cross-multiplication: If A/B = C/D then A×D = B×C

📖 How to Use This Calculator

Three calculation modes

1
Simplify: Enter two values A and B to reduce the ratio to its simplest form. Also shows decimal equivalent and percentage split.
2
Find Missing: Enter any 3 values in A:B = C:D and leave the 4th blank (or 0) to solve for the unknown - uses cross-multiplication.
3
Scale to Total: Enter a ratio (2 or 3 parts) and a total quantity - the calculator divides the total in exactly that ratio (e.g. split ₹90,000 in the ratio 3:2:1).

💡 Example Calculations

Example 1 - Simplify a ratio: 48:36

1
Find GCD(48, 36): factors of 48 = 1,2,3,4,6,8,12,16,24,48; factors of 36 = 1,2,3,4,6,9,12,18,36. GCD = 12.
2
48 ÷ 12 = 4 | 36 ÷ 12 = 3 → Simplified: 4:3
4:3 means for every 4 of A, there are 3 of B. Decimal: 1.333. Split: 57.1% vs 42.9%.

Example 2 - Find missing value: 5:8 = 15:?

1
Cross-multiply: 5 × D = 8 × 15 = 120
2
D = 120 ÷ 5 = 24
5:8 = 15:24. Verify: 5/8 = 0.625 and 15/24 = 0.625 ✓

Example 3 - Split ₹90,000 in ratio 3:2:1 (three business partners)

1
Total parts = 3+2+1 = 6
2
Partner A = 90,000 × 3/6 = ₹45,000
3
Partner B = 90,000 × 2/6 = ₹30,000 | Partner C = 90,000 × 1/6 = ₹15,000
Total check: 45,000 + 30,000 + 15,000 = ₹90,000 ✓

❓ Frequently Asked Questions

What is a ratio and how is it different from a fraction?+
A ratio compares two or more separate quantities and shows their relative sizes (e.g. 3 boys to 5 girls). A fraction represents a part of a whole (3 out of 8 students). Mathematically, the ratio a:b equals the fraction a/b and can be handled the same way - but conceptually, ratios compare independent quantities while fractions describe parts of a single total.
How do I simplify a ratio?+
Divide both numbers by their Greatest Common Divisor (GCD). Example: to simplify 24:36, find GCD(24,36) = 12, then divide: 24÷12 : 36÷12 = 2:3. To find GCD, list factors of both numbers and find the largest common one, or use the Euclidean algorithm: GCD(24,36) = GCD(24, 36-24) = GCD(24,12) = GCD(12, 24-2×12) = GCD(12,0) = 12.
How do I find a missing value in a proportion?+
Use cross-multiplication. If a:b = c:d, then a×d = b×c. Rearrange for the unknown: if d is unknown, d = b×c÷a. Example: 3:4 = 9:d → d = 4×9÷3 = 12. Check: 3/4 = 0.75 and 9/12 = 0.75 ✓. This works for any proportion problem including recipe scaling, map distances, and unit conversion.
How do I scale a ratio to a specific total?+
Add up all parts of the ratio to find the total shares. Divide each part by the total shares, then multiply by your target total. Example: split ₹12,000 in the ratio 5:3: total shares = 8, Part A = 12,000 × 5/8 = ₹7,500, Part B = 12,000 × 3/8 = ₹4,500. Verify: 7,500 + 4,500 = ₹12,000 ✓.
What is the difference between a ratio and a rate?+
A ratio compares two quantities of the same unit (e.g. 3 boys : 5 girls - both are people; the ratio is dimensionless). A rate compares two quantities of different units (e.g. 60 km per hour - distance divided by time). Speed, price per kilogram, interest rate, and exchange rates are all rates. Both use the same mathematical operations, but rates always carry units in the result.

📌 Quick Tips

💡To simplify a ratio, divide both values by their Greatest Common Divisor (GCD). For example, 12:8 → GCD is 4 → simplified to 3:2.
💡A ratio a:b is equivalent to the fraction a/b. To compare two ratios, convert them to fractions with a common denominator, or convert to decimals.
💡The golden ratio φ ≈ 1.618 (approximately 1.618:1) appears throughout art, architecture, and nature. The ratio of consecutive Fibonacci numbers approaches φ.