Simplify Ratio Calculator - GCD-Based Ratio Reduction

Use this simplify ratio calculator to reduce 2-part or 3-part ratios to lowest integer terms using the Euclidean algorithm and decimal scaling.

Updated: June 16, 2026 • Free Tool

Simplify Ratio Calculator

Enter the first ratio part. Must be a positive number; decimals are scaled to whole numbers automatically.

Enter the second ratio part. Must be a positive number.

Optional third part. Enter 0 to simplify a 2-part ratio; any positive value is treated as the third part of a 3-part ratio.

Results

Simplified ratio
0
Greatest common divisor used 0
Number of parts 0
Original input 0
Scaling note 0

What Is Simplify Ratio Calculator?

A simplify ratio calculator turns ratios such as 12:18 or 24:36:60 into their lowest integer form, 2:3 and 2:3:5, by dividing every part of the ratio by the greatest common divisor. Type positive numbers into the first two fields, add an optional third part, and the tool returns the simplified ratio alongside the GCD that drove the reduction.

  • Clean up a recipe ratio: Reduce 1.5:2.5 to 3:5 so ingredient lists show the cleanest small-number ratio that still matches the original quantities.
  • Check a math problem: Confirm that 24:36:60 reduces to 2:3:5 by hand and avoid the arithmetic slip of stopping at 12:18:30.
  • Tidy map scales: Simplify 1:25,000 to its lowest equivalent so plan-room calculations use the smallest possible numbers.
  • Prepare data for further math: Send 14:21 downstream as 2:3 so any subsequent proportion, percentage, or comparison step starts from a tidy ratio.

The simplify ratio workflow mirrors the way you reduce a fraction: find the largest number that divides cleanly into every part, then divide each part by it. The result stays in a:b form, which keeps the original meaning of two or three quantities next to each other.

Most problems only need the Euclidean algorithm and a clear display of the GCD. The calculator adds two extras that make it useful in practice: an optional third part for 3-part ratios, and automatic scaling when the inputs are decimals.

When you also need to scale the simplified ratio up or solve for a missing value, the Ratio Calculator extends the same a:b form with equivalent-ratio and proportion modes.

How Simplify Ratio Calculator Works

The simplify ratio calculator takes the parts, scales any decimals into whole numbers, finds the GCD with the Euclidean algorithm, and divides every part by that GCD. The result is the smallest integer ratio that still represents the same relationship.

Simplify a:b(:c) by computing g = gcd(a, b[, c]) and returning (a/g):(b/g)[:(c/g)]
  • a: First part of the ratio, positive number accepted as integer or decimal.
  • b: Second part of the ratio, same range and rules as a.
  • c: Optional third part of the ratio. Leave blank or set to 0 to simplify a 2-part ratio.
  • g: Greatest common divisor of all parts, found by repeated application of gcd(x, y) = gcd(y, x mod y).

For 3-part ratios, the algorithm is the same but gcd runs across all three values: gcd(24, 36, 60) becomes gcd(gcd(24, 36), 60) = gcd(12, 60) = 12, so the simplified form is 24/12:36/12:60/12 = 2:3:5.

Decimal inputs are scaled by the smallest power of 10 that turns every part into a whole number. For 1.5:2.5, the scale factor is 10, the scaled parts are 15:25, the GCD is 5, and the final ratio is 3:5. A short scaling note records the conversion.

Simplify 12:18

a = 12, b = 18, c left blank

gcd(12, 18) uses 18 mod 12 = 6, then 12 mod 6 = 0, so g = 6. Dividing gives 12/6 = 2 and 18/6 = 3.

2:3 (GCD = 6)

The simplified form 2:3 keeps the same 2-to-3 relationship as 12:18 but uses the smallest whole numbers. According to Wikipedia, a ratio is in simplest form when the only common divisor of its terms is 1, which is exactly the case here.

According to Wikipedia, the Euclidean algorithm replaces (a, b) with (b, a mod b) repeatedly until the pair is (d, 0), and the last non-zero remainder is the greatest common divisor used to simplify ratios.

If you want to see the full Euclidean-algorithm trail for the GCD step, the Greatest Common Factor Calculator shows each modulo reduction so you can verify g before dividing.

Key Concepts Explained

Four ideas make a simplify ratio step feel obvious: a ratio as a comparison of quantities, the GCD as the largest shared divisor, the Euclidean algorithm that finds it, and simplest form as the state in which no further reduction is possible.

Ratio as a comparison

A ratio a:b says that for every a units of the first quantity there are b units of the second. The order is part of the meaning, so 3:4 is not the same ratio as 4:3.

Greatest common divisor

The GCD of a set of integers is the largest positive integer that divides all of them with no remainder. For 12 and 18 the GCD is 6, and for 24, 36, 60 the GCD is 12.

Euclidean algorithm

To find the GCD, replace the larger number with the remainder of dividing the two numbers, then repeat until the remainder is 0. The last non-zero remainder is the GCD, and it works for any size of integer.

Simplest form

A ratio is in simplest form when the only common divisor of its parts is 1. After dividing by the GCD, the parts share no divisor greater than 1, so no further reduction is possible.

These four ideas sit on top of each other. The Euclidean algorithm produces the GCD; the GCD drives the reduction; the result is the simplest integer form of the original ratio.

Once you can spot the GCD by inspection, the calculator becomes a verification tool rather than a black box. Try 6 as a candidate, see that 12/6 and 18/6 are whole numbers, and the calculator confirms the simplest form is 2:3.

For problems that read a/b instead of a:b, the Simplify Fractions Calculator runs the same GCD reduction on a single numerator-denominator pair and returns the same lowest-terms result.

How to Use This Calculator

Type the first two parts of the ratio, add the optional third part, and read the simplified form together with the GCD that produced it.

  1. 1 Enter the first part: Type the value of a in a:b. Decimals such as 1.5 are allowed and will be scaled to whole numbers automatically.
  2. 2 Enter the second part: Type the value of b. Keep b in the same units as a; the ratio is unitless once both numbers are typed in.
  3. 3 Add the third part when needed: For a 3-part ratio such as 24:36:60, type the third value. Leave the field at 0 to simplify a 2-part ratio.
  4. 4 Read the simplified ratio: The first result row shows the lowest-integer form of the ratio, rendered as a:b or a:b:c.
  5. 5 Check the GCD and scaling note: The GCD row shows the integer used in the reduction. If the inputs were decimals, the scaling note explains by what factor the parts were scaled first.
  6. 6 Reset for the next problem: Use Reset to restore the default 12:18:24 example and try a new ratio without clearing the fields one by one.

To check 14:21, type 14 into the first field and 21 into the second. The simplified ratio reads 2:3, the GCD reads 7, and the original input row confirms 14:21 was the source.

When you need the reverse direction, the Equivalent Fractions Calculator multiplies a simple ratio by a chosen factor to build larger equivalent ratios from the same simplified form.

Benefits of Using This Calculator

Running the reduction through a calculator buys you speed, accuracy, and a clear audit trail on every ratio you simplify, especially when the parts have several shared factors.

  • Catch arithmetic slips: Manual reduction often stops at the first common factor. The calculator divides by the full GCD, so you never leave 12:18 sitting at 6:9.
  • Handle decimals cleanly: Decimals such as 1.5:2.5 become whole numbers behind the scenes, and a scaling note records the conversion so the result is reproducible.
  • Cover 2-part and 3-part shapes: Use the optional third part for paint-mix or recipe ratios that involve three quantities, without switching tools.
  • Verify by hand: The GCD row is shown alongside the simplified ratio, so you can divide the original numbers by it on paper and confirm the answer.
  • Skip the long-division work: Hard ratios such as 84:126:210 collapse to 2:3:5 in one step, no need to walk a Euclidean ladder by hand.

For a quick homework check the calculator is the difference between a 30-second reduction and a 5-minute search for the GCD. The consistent output format also makes it easy to compare many ratios at a glance.

Use the calculator as the verification step at the end of a manual reduction rather than the only step. Type the candidate answer, confirm the GCD and the simplified form match, and you have a self-checked result without changing how you think about ratios.

When the simplified ratio is a map or model scale, the Scale Conversion Calculator takes the same a:b form and converts it into real-world lengths, so the GCD step carries straight into the next calculation.

Factors That Affect Your Results

Three things shape the result: the parts you enter, whether they share a divisor greater than 1, and whether the inputs arrived as whole numbers or decimals.

Shared divisors among the parts

When the parts share a large GCD, the reduction pulls a lot of weight. 24:36:60 collapses to 2:3:5 because the GCD is 12, while 7:13 stays untouched because the GCD is 1.

Decimal versus whole-number input

Decimals are scaled by a power of 10 before the GCD step, so 1.5:2.5 becomes 15:25 and reduces to 3:5. The scaling note records the conversion.

Number of parts in the ratio

2-part ratios are reduced by gcd(a, b). 3-part ratios run gcd over all three values, so adding a third part can change the result even when the first two parts stay the same.

  • The calculator accepts only positive numbers. Ratios that include a zero part are rejected because simplifying them is degenerate, and negative ratios are out of scope for this tool.
  • Inputs are limited to 1,000,000 in absolute size to keep the Euclidean loop fast. For larger ratio problems, scale the inputs down first by a common factor and then simplify the smaller ratio.

All three factors follow from the definition of simplification. The shared divisor is the only one that changes the shape of the answer; the decimal flag and the part count change how the algorithm is set up but not the rule.

If a ratio does not reduce at all, that is still a valid result. The parts are already in simplest form, and the GCD row reads 1 to confirm it.

According to Cuemath, to simplify a 3-part ratio you find the HCF (highest common factor) of all three numbers and divide each part by it, so 6:9:15 becomes 2:3:5 because the HCF of 6, 9, and 15 is 3.

If you want to express the simplified ratio as a percentage of the whole, the Percentage Calculator converts the relationship between the parts into a percent value with a single calculation.

Simplify ratio calculator reducing 2-part and 3-part ratios to lowest integer terms using the GCD
Simplify ratio calculator reducing 2-part and 3-part ratios to lowest integer terms using the GCD

Frequently Asked Questions

Q: What does it mean to simplify a ratio?

A: Simplifying a ratio means rewriting it in lowest integer terms by dividing every part of the ratio by the greatest common divisor of the parts. The simplified ratio keeps the same relationship between the parts while using the smallest possible whole numbers.

Q: How do you simplify a ratio step by step?

A: Compute the GCD of all the parts using the Euclidean algorithm, then divide each part by that GCD. The result is the simplified ratio. For 12:18, gcd(12, 18) = 6, and 12/6:18/6 = 2:3.

Q: What is the simplest form of the ratio 12:18?

A: The simplest form of 12:18 is 2:3. The GCD of 12 and 18 is 6, and dividing both parts by 6 gives 2:3, which shares no common divisor greater than 1.

Q: Can a ratio be simplified when one of the numbers is 0?

A: No, not in a useful way. While 0:5 is well-defined as 0, simplification becomes degenerate when one part is zero because the GCD of 0 and any positive integer is that integer, so dividing each part by it leaves a ratio with 0 in it. The calculator asks for positive parts only so the GCD step always has work to do.

Q: How do you simplify a 3-part ratio like 6:9:15?

A: Compute the GCD of all three numbers first. For 6, 9, and 15, the GCD is 3. Divide each part by 3 to get 2:3:5, which is the simplified 3-part ratio.

Q: Does the order of the numbers matter when simplifying a ratio?

A: Yes, the order is part of the meaning. The first number always describes the first quantity, so 3:4 and 4:3 are different ratios. The calculator preserves the input order when it returns the simplified form.