“Solving a triangle” means: given just three of the six parts of a triangle (three sides + three angles), find the other three. The exact method depends on which three you have. Five named cases cover every solvable combination: SSS, SAS, ASA, AAS, SSA. This guide walks each one with the formulas you need and a worked example, then explains why SSA is “ambiguous” and how to handle it.
Every triangle has 6 measurable parts: three sides (usually labelled a, b, c) and three angles (A, B, C — each opposite the side of the same letter). You only need 3 of them — provided at least one is a side — to solve the rest. The 5 valid “given” combinations are the methods below.
All five methods reduce to one of these two relationships:
When to use: You know all three side lengths a, b, c.
Steps:
Example: a = 5, b = 7, c = 9. Find all three angles.
SSS always gives a unique triangle (provided the triangle inequality a + b > c holds for all three pairs).
When to use: You know two sides and the angle between them (e.g. a, b, C).
Steps:
Example: a = 8, b = 10, C = 60°. Find c, A, B.
SAS always gives a unique triangle.
When to use: You know two angles and the side between them (e.g. A, B, c).
Steps:
Example: A = 50°, B = 60°, c = 12. Find C, a, b.
ASA always gives a unique triangle (any two angles summing to less than 180° + any positive side define one triangle).
When to use: You know two angles and a side that is not between them (e.g. A, B, a).
Steps: Same as ASA — compute the third angle, then Law of Sines for the remaining sides. The only difference from ASA is the position of the known side (here it’s opposite one of the known angles).
Example: A = 45°, B = 65°, a = 7. Find C, b, c.
When to use: You know two sides and an angle opposite one of them (not between — e.g. a, b, A).
Why “ambiguous”: SSA can produce zero, one, or two valid triangles depending on the specific values. This is the only case requiring case-checking.
Steps to handle SSA:
Example (two solutions): a = 6, b = 8, A = 35°. Find B, C, c.
This is why textbooks warn about SSA: real-world problems with measured angles can land in the ambiguous zone, and you need geometric context (e.g. “the shortest possible triangle”) to pick the right solution.
What’s the difference between ASA and AAS? The position of the known side. In ASA the side is between the two known angles; in AAS it’s opposite one of them. Both always give a unique triangle, but the formula sequence differs slightly (in AAS you still find the third angle first via 180° − sum, then apply Law of Sines).
Why isn’t there an “SSS Law of Sines” method? Law of Sines needs a side-angle pair where the angle is opposite the side. With pure SSS you have no angles to start the chain — so you must use Law of Cosines first to extract one angle, then switch to Law of Sines.
Can the triangle solver handle right triangles? Yes — SOH-CAH-TOA + Pythagoras are special cases of these general formulas. When C = 90°, Law of Cosines reduces to c² = a² + b² (Pythagoras), and Law of Sines reduces to sin(A) = a/c (CAH).
What if I have one side and two angles, but neither angle is opposite the side? That’s still solvable — it’s just AAS with the angles relabelled. Compute the third angle (180° − sum), and now one of the original angles is opposite the known side, letting you proceed.
To skip the manual work, use our Triangle Solver — enter any 3 valid parts and it returns the other 3 instantly, plus the step-by-step working using the methods above. For congruence proofs that use these same postulates, see How to Prove Two Triangles Are Congruent. For solving for x when one of the inputs is an algebraic expression, see How to Find x in Geometry Problems. The full formula reference is on the Triangle Formulas page. For tricky non-standard problems (figure given as a photo, or 3D extensions), upload to the AI Math Solver.