Full Guide

Ratio Calculator Guide

Learn how to simplify integer ratios, generate equivalent ratios, and solve one missing term in a proportion.

Open calculator

Full Guide

What This Calculator Does

This ratio calculator combines three common tasks: reducing an integer ratio to lowest terms, generating an equivalent ratio at a chosen scale, and solving one missing term in a : b = c : d. The result also shows a greatest common divisor, decimal and percentage views, quick multiples, or cross products, so you can check the work instead of receiving one isolated number.

It is useful for classroom practice, scaling and mixture problems, recipes, map or model scales, and straightforward numerical checks. For arithmetic with fractions, use the fraction calculator. If you only need the greatest common divisor of two integers, use the GCF calculator.

When to Use It

  • You want to reduce 12 : 18 to lowest terms.
  • You want to scale a ratio, such as expanding 2 : 3 by a factor of 4.
  • You want to solve a proportion such as 4 : 7 = x : 21.
  • You want to see the decimal and percentage interpretation of a ratio.
  • You want to verify a solved proportion with cross products.

Inputs Explained

Modes

The page provides three modes:

  • Simplify Ratio finds the greatest common divisor and returns the lowest-term ratio.
  • Equivalent Ratio simplifies the ratio, applies a positive integer scale factor, and lists the ×1 through ×5 multiples.
  • Solve Proportion leaves one position blank in a : b = c : d and solves for it.

Simplify and Equivalent Modes

Both modes need a first term and a second term, and both values must be integers. The second term cannot be 0. Equivalent mode also needs a positive integer scale factor such as 3 or 4; negative numbers, decimals, scientific notation, and fraction text do not match these two modes' input rules.

Proportion Mode

Proportion mode has four fields: a, b, c, and d. Leave exactly one blank and enter ordinary numeric values in the other three. Decimal values such as 1.5 or .75 are allowed here, but scientific notation is not. In the completed proportion, b and d, the denominator-position terms, cannot be 0.

How the Calculation Works

Simplify a Ratio

For a ratio a : b, the page first normalizes the sign so the second term is positive, finds the greatest common divisor g of |a| and |b|, and divides both terms by g:

a : b → (a ÷ g) : (b ÷ g)

For example, the GCD of 12 and 18 is 6, so 12 : 18 becomes 2 : 3. The page also calculates the decimal and percentage from the normalized a ÷ b value.

Generate an Equivalent Ratio

If the reduced ratio is a : b and the scale factor is k, the page calculates:

a : b → (a × k) : (b × k)

For example, scaling 2 : 3 by 4 gives 8 : 12. The result also lists the consecutive ×1 through ×5 pairs for quick comparison.

Solve a Proportion

A proportion follows the cross-product relationship:

a × d = b × c

The page rearranges that relationship according to the blank field:

  • If a is blank: a = (b × c) ÷ d
  • If b is blank: b = (a × d) ÷ c
  • If c is blank: c = (a × d) ÷ b
  • If d is blank: d = (b × c) ÷ a

After solving, it shows the completed proportion and both cross products so you can confirm that the relationship is balanced.

Example

Example 1: Simplify 12 : 18

  1. GCD(12, 18) = 6.
  2. Divide both terms by 6: 12 : 18 = 2 : 3.
  3. The matching decimal is 0.6666666667, and the percentage is about 66.6666666667% after the page's display formatting.

Example 2: Solve 4 : 7 = x : 21

  1. Enter a = 4, b = 7, and d = 21, leaving c blank.
  2. Use c = (a × d) ÷ b: c = (4 × 21) ÷ 7 = 12.
  3. The completed proportion is 4 : 7 = 12 : 21, and the cross products are 84 = 84.

Example 3: Scale 2 : 3 by 4

  1. The reduced ratio remains 2 : 3.
  2. Multiply both terms by 4 to get 8 : 12.
  3. The page also lists 2 : 3, 4 : 6, 6 : 9, 8 : 12, and 10 : 15 as quick multiples.

How to Understand the Result

Simplified Ratio and GCD

The simplified ratio is the main structural result. The GCD tells you which shared factor was removed; a GCD of 1 means the ratio cannot be reduced further using integer division.

Decimal and Percentage Views

These views come from the normalized first ÷ second value and help build intuition about the relationship. They are supporting representations, not replacements for the simplest ratio. Repeating decimals and very large values follow the page's numeric formatting rules.

Equivalent Ratio and Quick Multiples

The equivalent result is for scaling, while the quick multiples make the same relationship easy to compare at several sizes. Multiplying both terms by the same non-zero factor preserves the ratio.

Solved Term and Cross Products

Proportion mode labels whether a, b, c, or d was solved and shows the completed equation. Equal cross products are the fastest check that the completed proportion remains balanced.

Common Mistakes

  • Entering decimals, fractions, or scientific notation in simplify or equivalent mode.
  • Forgetting that the equivalent-ratio scale must be a positive integer.
  • Leaving more than one field blank in proportion mode, or leaving none blank.
  • Setting b or d to 0.
  • Looking only at the solved number without checking the completed proportion and cross products.
  • Missing the sign normalization when the second ratio term is negative.

FAQ

The two-term ratio a : b can be read as the value a/b, but a ratio emphasizes the relationship between two quantities. For fraction addition, subtraction, multiplication, or division, use the fraction calculator.

Why do simplify and equivalent modes reject decimals?

The current implementation reduces their terms with an integer greatest-common-divisor calculation, so those modes require integers. Proportion mode uses a separate ordinary-number parser and can accept decimals.

When should I inspect the cross products?

Whenever you solve a missing term in proportion mode. If the result shows a × d = b × c, the completed proportion is numerically balanced.

Can this tool split a total by a ratio?

No. The current page supports simplification, equivalent-ratio scaling, and solving one missing term. It does not include a total-splitting mode.

Notes

Simplify and equivalent modes accept integer first and second terms; proportion mode accepts ordinary finite numeric values but still requires exactly one blank and non-zero denominator-position terms. Results use browser JavaScript numbers and a display format of up to 10 decimal places, with scientific notation for extreme values and possible precision limits for very large or very small inputs. The page does not handle symbolic algebra, three-term ratios, total splitting, or a dedicated two-ratio comparison mode.

Frequently Asked Questions

Which modes does this page support?

It supports ratio simplification, equivalent-ratio scaling, and proportion solving.

Can simplify and equivalent modes use decimals?

No. Those modes require integer terms; proportion mode accepts ordinary numeric values.

What is required in proportion mode?

Leave exactly one of a, b, c, or d blank, enter valid values in the other three fields, and the page solves it by cross multiplication.

Can a ratio term be zero?

The second term cannot be zero in simplify or equivalent mode, and completed proportion values b and d cannot be zero.

Does it calculate automatically?

Yes. Once the current mode has enough valid input, the result updates automatically, and the Calculate button runs the same logic manually.