Math

Ratio Calculator

Solve proportions, simplify ratios to lowest terms, and scale ratios up or down. Find missing values in a:b = c:x problems instantly.

Quick Answer

To solve a:b = c:x, cross-multiply: x = (b × c) / a. To simplify a ratio, divide both parts by their GCD. To scale, multiply both parts by the same factor.

Solve a:b = c:x

Enter three known values to find the missing fourth.

x = (b × c) / a
:
=
:
12
Solution: x = (4 × 9) / 3 = 36 / 3 = 12
Verification: 3:4 = 9:12

About This Tool

The Ratio Calculator is a versatile tool for working with ratios and proportions. It offers three modes: solving proportions (finding a missing value in a:b = c:x), simplifying ratios to their lowest terms, and scaling ratios up or down by a factor. Ratios are fundamental to cooking, construction, finance, chemistry, and countless other fields. This calculator handles the math instantly and shows its work.

Solving Proportions

A proportion is an equation stating that two ratios are equal. The classic form is a:b = c:x, which can be written as a/b = c/x. To solve for x, cross-multiply: a × x = b × c, so x = (b × c) / a. Proportions are used to scale recipes, convert units, calculate map distances, determine similar triangle measurements, and solve countless word problems. If a car travels 150 miles in 3 hours, how far does it travel in 5 hours? Set up 150:3 = x:5, solve: x = (3 × ... ) — actually, x = (150 × 5) / 3 = 250 miles.

Simplifying Ratios

Simplifying a ratio means dividing both parts by their greatest common divisor (GCD) to get the smallest whole numbers that maintain the same proportion. The ratio 24:36 simplifies to 2:3 because GCD(24, 36) = 12. Simplified ratios are easier to compare and communicate. In practice, this operation is identical to reducing fractions. The Euclidean algorithm efficiently finds the GCD of any two integers, and this calculator uses it behind the scenes.

Scaling Ratios

Scaling multiplies both parts of a ratio by the same factor, preserving the proportion while changing the magnitude. If a recipe calls for flour and sugar in a 2:1 ratio and you want to make a triple batch, scale by 3 to get 6:3. Scaling is also used to convert ratios to concrete quantities: if a concrete mix is 1:2:3 (cement:sand:gravel) and you need 60 pounds of gravel, scale by 20 to get 20:40:60 pounds.

Real-World Applications

Ratios permeate daily life. Aspect ratios define screen shapes (16:9, 4:3). Gear ratios determine speed and torque in machines. Financial ratios (P/E, debt-to-equity) evaluate company health. Odds in gambling express ratios. Map scales (1:50,000) are ratios. Golden ratio (approximately 1:1.618) appears in art, architecture, and nature. Chemical formulas like HO encode atomic ratios. Understanding how to manipulate ratios fluently is a critical mathematical and practical skill.

Ratios, Fractions, and Decimals

A ratio a:b can be expressed as the fraction a/b or as a decimal (a divided by b). The ratio 3:4 = 3/4 = 0.75. Converting between these representations is straightforward but important. Percentages are ratios too: 75% = 75:100 = 3:4. This calculator shows the decimal equivalent when simplifying, making it easy to move between representations and apply the ratio in different contexts.

Frequently Asked Questions

How do I solve a proportion?
A proportion states that two ratios are equal: a/b = c/x. To solve for x, cross-multiply: a × x = b × c, so x = (b × c) / a. For example, if 3:4 = 9:x, then x = (4 × 9) / 3 = 12. This method works for any proportion where one value is unknown.
How do I simplify a ratio?
Find the greatest common divisor (GCD) of both numbers and divide each by it. For example, 12:18 — the GCD of 12 and 18 is 6, so the simplified ratio is 2:3. A simplified ratio uses the smallest possible whole numbers while maintaining the same relationship between the values.
What is the difference between a ratio and a fraction?
A ratio compares two quantities (a:b), while a fraction represents a part of a whole (a/b). The ratio 3:4 means 'for every 3 of A, there are 4 of B.' The fraction 3/4 means '3 out of 4 parts.' They use the same math but carry different meanings. A ratio of 3:4 corresponds to fractions 3/7 and 4/7 of the total.
How do I scale a ratio up or down?
Multiply (or divide) both parts by the same number. The ratio 2:3 scaled by 5 becomes 10:15. This keeps the proportion identical. Scaling is useful when adapting recipes (doubling a 1:2 flour-to-sugar ratio), resizing images (maintaining aspect ratio), or mixing solutions at larger volumes.
Can ratios have more than two parts?
Yes. A three-part ratio like 2:3:5 compares three quantities. To simplify, find the GCD of all parts. To scale, multiply all parts by the same factor. Proportions with three-part ratios work similarly — if 2:3:5 scales to 6:9:15, each part has been multiplied by 3. Multi-part ratios appear in recipes, chemical formulas, and resource allocation.

Was this tool helpful?