SOLVETUTORMATH SOLVER

Instrument MI-01-632 · Mathematics

Triangle Congruence Calculator

Congruence asks a narrow question — are two triangles the exact same shape and size — and SSS answers it from three side lengths alone, no angle protractor required.

Instrument MI-01-632
Sheet 1 OF 1
Rev A
Verified
Type 05 — Geometry SER. 2026-01632

SSS congruence test (0 = congruent)

0.00000000

min1 = min(a₁,b₁,c₁)

The working Every figure verified twice
  1. min1 = min(3, min(4, 5)) = 3
  2. max1 = max(3, max(4, 5)) = 5
  3. mid1 = 3 + 4 + 5 − min(3, min(4, 5)) − max(3, max(4, 5)) = 4
  4. min2 = min(4, min(3, 5)) = 3
  5. max2 = max(4, max(3, 5)) = 5
  6. mid2 = 4 + 3 + 5 − min(4, min(3, 5)) − max(4, max(3, 5)) = 4
  7. test = (3 − 3)^2 + (5 − 5)^2 + (4 − 4)^2 = 0.00000000
Worksheet log
  1. No entries yet — change an input to log a scenario.

How this instrument works

Side-Side-Side congruence is the claim that fixing all three side lengths of a triangle fixes everything else about it. Once you know a triangle measures, say, 3, 4, and 5 units on its edges, its angles, its area, and its exact shape are no longer free to vary — there is only one triangle with those three lengths, up to where you place it in space. So when two triangles report the same three side lengths, they are congruent: one can be picked up, possibly flipped over, and set down exactly on top of the other.

The test built into this sheet sidesteps a small but real headache: you rarely enter matching sides in matching slots. Side a of one triangle has no reason to correspond to side a of the other. Rather than force you to figure out which entered side lines up with which, the sheet sorts each triangle's own three lengths into shortest, middle, and longest, then compares those sorted trios directly. Correspondence by rank replaces correspondence by label, and the labelling you happened to use stops mattering.

A limit worth knowing: three lengths only describe a real triangle when each one is shorter than the sum of the other two. Feed in sides that fail that inequality — 1, 1, and 10, say — and the arithmetic still runs and still returns a number, but the shape being compared has collapsed flat, degenerated toward a straight line rather than staying a triangle at all. The test is honest about the numbers you give it; it does not check that those numbers describe a real triangle first.

min=min(a,b,c), max=max(a,b,c), mid=a+b+cminmax\text{min}=\min(a,b,c),\ \text{max}=\max(a,b,c),\ \text{mid}=a+b+c-\text{min}-\text{max}test=(min1min2)2+(mid1mid2)2+(max1max2)2\text{test}=(\text{min}_1-\text{min}_2)^2+(\text{mid}_1-\text{mid}_2)^2+(\text{max}_1-\text{max}_2)^2test=0    congruent (SSS)\text{test}=0 \iff \text{congruent (SSS)}
a, b, c — the three entered sides of a triangle, in any order · min, mid, max — that same triangle's sides re-sorted shortest to longest · subscripts 1, 2 — Triangle 1 and Triangle 2 · test — the sum of squared gaps between the two triangles' ranked sides.
  • Enter the first triangle's edges into Triangle 1: side a, Triangle 1: side b, and Triangle 1: side c, in whatever order you measured them.
  • Enter the second triangle's edges into Triangle 2: side a, Triangle 2: side b, and Triangle 2: side c.
  • Compare Triangle 1: shortest side, Triangle 1: middle side, and Triangle 1: longest side against the same three fields for Triangle 2 — each triangle's own edges, ranked small to large.
  • Read SSS congruence test: exactly 0 means every ranked pair matched and the triangles are congruent; any positive number flags a real difference in shape.

Worked example — a 3-4-5 triangle against a 4-3-5 listing

Triangle 1 is entered as side a = 3, side b = 4, side c = 5 — the familiar 3-4-5 right triangle. Triangle 2 is entered as side a = 4, side b = 3, side c = 5: the same three lengths, but typed into the fields in a different order, exactly as might happen if two people measured the same physical object and wrote their notes down differently. Sorted, Triangle 1 gives shortest side = 3, middle side = 4, longest side = 5, and Triangle 2 sorts to the identical shortest side = 3, middle side = 4, longest side = 5, even though 4 was typed first.

SSS congruence test then works out to (3−3)² + (4−4)² + (5−5)² = 0 + 0 + 0 = 0.0 exactly. That zero is the whole answer: every ranked pair of sides matches with no gap at all, so the two triangles are congruent by SSS, full stop, with no angle ever measured. Change either triangle's longest side to 5.1 and the test would climb to 0.01, a small but nonzero flag that the shapes no longer match exactly.

Questions

What does the SSS congruence criterion actually state?

If every side of one triangle equals its matching side on another triangle, the two triangles are congruent — identical in shape and size, not merely similar. SSS is one of a small set of minimal tests for congruence, alongside SAS, ASA, and AAS; SSS is the only one that needs no angle measurement at all, just three lengths from each triangle.

Why doesn't the order I type the three sides in matter?

Because the sheet re-sorts each triangle's own sides into shortest, middle, and longest before comparing anything. Side a, b, and c are just labels for whichever order you measured in — congruence itself has no concept of a 'first' side — so ranking each triangle's lengths independently makes any labelling produce the same test result.

Is matching all three angles (AAA) enough to prove congruence?

No — AAA only proves the triangles are similar, not congruent. A tiny triangle and a version of it scaled up ten times can share all three angles while differing enormously in size, so angle-only evidence never pins down size. SSS works precisely because side lengths, unlike angles, already carry size information.

Does SSA (two sides and a non-included angle) work the same way?

No, and this is a well-known trap: two sides plus a non-included angle can sometimes be satisfied by two genuinely different triangles, the so-called ambiguous case, so SSA is not a valid congruence test in general. SSS carries no such ambiguity — three full side lengths always pin down exactly one triangle shape.

Where does the SSS congruence result come from?

It traces back to Euclid's Elements, Book I, Proposition 8, written around 300 BCE, which shows that a triangle with all three sides equal to another triangle's three sides must also have matching angles throughout. It is one of the oldest congruence arguments in geometry and still the version taught first, since it needs no protractor at all.

Can two triangles test as congruent yet still be mirror images?

Yes. SSS only checks side lengths, and a triangle's mirror reflection has exactly the same three side lengths as the original, so the test reports congruent for a shape and its reflection alike. Placing one exactly onto the other may require flipping it over, not just sliding and rotating it, even though the sizes and angles match perfectly.