# Proportion Calculator

Solve proportion equations of the form a/b = c/d and calculate the missing term

> Canonical page: https://elysiatools.com/en/tools/proportion-calculator

- **Category:** Math & Numbers

- **Keywords:** proportion, calculator, cross multiplication, ratio equation

## Overview

The Proportion Calculator is a straightforward utility designed to solve ratio equations of the form a/b = c/d. By entering three known values and selecting which term is missing, you can instantly calculate the unknown variable using cross multiplication. It is an essential tool for scaling recipes, resizing images, calculating map distances, and solving everyday math problems with precision.

## Inputs

- **First Numerator** (text): e.g. 3
- **First Denominator** (text): e.g. 4
- **Second Numerator** (text): e.g. 6
- **Second Denominator** (text): e.g. 8
- **Missing Term** (select)
- **Decimal Places** (number)

## When to use

- Scaling recipes or adjusting ingredient quantities based on different serving sizes.
- Resizing images, videos, or geometric shapes while maintaining the original aspect ratio.
- Solving math homework problems involving cross multiplication and equivalent fractions.

## How it works

- Enter the three known values into their respective numerator and denominator fields.
- Select which term is missing (e.g., Second Denominator) from the dropdown menu.
- Adjust the decimal places setting if you need a specific level of precision for the result.
- The calculator applies cross multiplication to find the exact value of the missing term and displays the completed equation.

## Use cases

- Calculating unit prices or comparing costs for different quantities of a product.
- Converting measurements, such as finding real-world distances from a scaled map.
- Adjusting medication dosages based on patient weight in healthcare or veterinary settings.

## Frequently asked questions

### What is a proportion equation?

A proportion equation states that two ratios or fractions are equal, typically written in the format a/b = c/d.

### How does the calculator find the missing value?

It uses cross multiplication. For example, if a/b = c/d and 'd' is missing, it calculates the result using the formula d = (b * c) / a.

### Can I use decimals as inputs?

Yes, you can input decimal numbers into the numerator and denominator fields to solve more complex proportions.

### What does the decimal places setting do?

It rounds the calculated missing term to your specified number of decimal places, allowing you to choose anywhere from 0 up to 12 decimal places.

### Is this the same as the rule of three?

Yes, solving for a missing term in a proportion equation is commonly known as the rule of three in mathematics.

## Related tools

- [Active Earth Pressure (Rankine)](https://elysiatools.com/en/tools/active-earth-pressure): Calculate the Rankine active earth pressure on a smooth vertical wall backfilled with cohesionless soil. K_a = tan²(45°−φ/2). Optional uniform surcharge q. Returns the base pressure p₀, the total force P, and the resultant height.
- [RLC Admittance Calculator (Y = G + jB)](https://elysiatools.com/en/tools/admittance-calculator): Compute complex admittance Y = 1/Z = G + jB for series or parallel RLC circuits: G = R/|Z|², B = −X/|Z|². Returns conductance, susceptance, magnitude and phase angle. Supports any subset of R/L/C.
- [Antilog Calculator](https://elysiatools.com/en/tools/antilog-calculator): Calculate antilogarithms for any valid base and optionally verify the result by applying the logarithm again
- [Arithmetic Sequence Calculator](https://elysiatools.com/en/tools/arithmetic-sequence-calculator): Calculate the nth term, first terms, and finite sum of an arithmetic sequence
- [Bayes Theorem Calculator](https://elysiatools.com/en/tools/bayes-theorem-calculator): Calculate posterior probability P(A given B) using prior, likelihood, and false-positive rate
- [Bearing Capacity Calculator (Terzaghi)](https://elysiatools.com/en/tools/bearing-capacity-calculator): Calculate the Terzaghi ultimate bearing capacity of a shallow foundation: q_ult = c·Nc·sc + q·Nq·sq + 0.5·γ·B·Nγ·sγ. Computes Nc/Nq/Nγ and shape factors automatically; supports strip, square, and circular footings. Result in kPa.
- [Belt Pulley Speed Ratio Calculator](https://elysiatools.com/en/tools/belt-pulley-speed-ratio): Calculate the ratio, driven speed and belt linear speed of a belt drive. i = d₂/d₁ = n₁/n₂, belt speed v = π·d·n/60. Supports mm/cm/m/inch diameter units.
- [Bending Stress Calculator](https://elysiatools.com/en/tools/bending-stress-calculator): Calculate the maximum bending (flexural) stress σ_max = M·c/I = M/Z at the outermost fiber of a beam section. Supports solid circle, rectangle, hollow tube, and I-beam; computes I, section modulus Z, and distance c automatically. Stress in MPa.

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
