User Rating 0.0 โ˜…โ˜…โ˜…โ˜…โ˜…
Total Usage 0 times
Leave one field empty to solve for it
Quick Presets
Is this tool helpful?

Your feedback helps us improve.

โ˜… โ˜… โ˜… โ˜… โ˜…

About

Cross multiplication converts a proportion ab = cd into a linear equation a โ‹… d = b โ‹… c, then isolates the unknown through division. The method works because multiplying both sides of an equation by the same non-zero quantity preserves equality. A miscalculated proportion propagates errors downstream - scaling recipes, converting currencies, dosing medication, or sizing structural members all depend on correct ratio arithmetic. Manual computation invites sign errors and decimal-point slips, particularly when one operand is negative or irrational.

This calculator accepts any three known values in a four-term proportion, detects the unknown automatically, and returns the result with configurable decimal precision. It also generates a verification proof: both cross products are computed independently so you can confirm a โ‹… d = b โ‹… c holds. Note: the tool assumes all denominators are non-zero. Division by zero is trapped and reported explicitly.

cross multiplication proportion solver ratio calculator algebra math

Formulas

Cross multiplication is derived from the fundamental property of proportions. Given the equality of two ratios:

ab = cd

Multiplying both sides by b โ‹… d yields the cross product identity:

a โ‹… d = b โ‹… c

Isolating each variable produces four solution formulas:

a = b โ‹… cd
b = a โ‹… dc
c = a โ‹… db
d = b โ‹… ca

Where a = numerator of the first ratio, b = denominator of the first ratio, c = numerator of the second ratio, d = denominator of the second ratio. The constraint b โ‰  0 and d โ‰  0 must hold for the proportion to be defined. Additionally, the divisor in the solution formula must be non-zero.

Reference Data

ScenarioProportion SetupUnknownFormulaExampleResult
Scale a recipe34 = x12xx = 3 โ‹… 12436 รท 49
Map scale distance150000 = 3.5xxx = 50000 โ‹… 3.5175000 cm175000
Currency conversion10.92 = 250xx โ‚ฌx = 0.92 โ‹… 250230230
Drug dosage (mg/kg)51 = x72x mgx = 5 โ‹… 72360360
Photo aspect ratio169 = 1920xx pxx = 9 โ‹… 19201617280 รท 161080
Gear ratio4015 = x6x teethx = 40 โ‹… 615240 รท 1516
Dilution ratio110 = x500x mLx = 50010500 รท 1050
Similar triangles58 = 15xxx = 8 โ‹… 155120 รท 524
Percentage proportion25100 = x360xx = 25 โ‹… 3601009000 รท 10090
Speed/time proportion602 = 150xx hrx = 2 โ‹… 15060300 รท 605
Concrete mix ratio13 = 4xx bagsx = 3 โ‹… 41212
Exchange rate1110.5 = 50xx ยฅx = 110.5 โ‹… 5055255525

Frequently Asked Questions

Division by zero is undefined. If you enter values where the divisor would be zero (e.g., solving for d when a = 0), the calculator reports an error. However, note a subtle case: if a = 0 and c = 0, the proportion 0/b = 0/d holds for any non-zero d, making it indeterminate rather than undefined. The tool flags both conditions explicitly.
Yes. The algebraic identity a โ‹… d = b โ‹… c is valid over the entire real number field R, including negatives and non-integers. Enter โˆ’3.7 exactly as you would any number. The calculator preserves sign through all arithmetic steps and displays it in the step-by-step breakdown.
The calculator rounds the final answer to your chosen decimal places (default: 4). The verification then recomputes both cross products using the rounded value. Due to floating-point representation in IEEE 754, the two products may differ by a small epsilon (typically < 10โˆ’10). The tool uses a tolerance of 10โˆ’9 to confirm equality and displays both products so you can inspect rounding impact.
Cross multiplication is unit-agnostic. It operates on the numeric values only. You must ensure that the units are consistent within each ratio position. For example, 60 km / 1 hr = x km / 3 hr is valid because km occupies both numerators and hr both denominators. Mixing km in a numerator with miles in the other numerator produces a meaningless result.
This tool solves a single four-term proportion at a time. For a chain of equal ratios, decompose it into pairwise proportions: solve a/b = c/d first, then use the result in c/d = e/f. Each step is an independent cross multiplication.
Two similar triangles have proportional sides. If triangle 1 has sides a and b, and triangle 2 has corresponding sides c and d, the ratio a/b = c/d encodes the similarity condition. Cross multiplying recovers the area relationship: the rectangle a ร— d has the same area as rectangle b ร— c. This geometric invariant is why the method appears in Euclid's Elements (Book V, Definition 5).