Angle Sum Property in Quadrilaterals: 360° Proof

#Geometry
TL;DR
The angle sum property in quadrilaterals says the four interior angles of any quadrilateral add to 360°. This article proves it by drawing one diagonal to split the shape into two triangles, then applies it to find missing angles, covers concave and cyclic cases, and lists the common mistakes.
BT
Bhanzu TeamLast updated on August 7, 20268 min read

What Is the Angle Sum Property in Quadrilaterals?

The angle sum property in quadrilaterals states that the sum of the four interior angles of any quadrilateral is 360°. Written for a quadrilateral $ABCD$:

$$\angle A + \angle B + \angle C + \angle D = 360^\circ$$

This holds for every quadrilateral, regular or irregular, convex or concave, whether it is a square, a rectangle, a parallelogram, a kite, a trapezium, or a shape with no name at all. The angles do not have to be equal; only their total is fixed.

A quadrilateral is a closed flat figure with four straight sides, four vertices, and four interior angles. An interior angle is the angle formed inside the shape at each vertex, between two sides that meet there.

How Do You Prove the Angle Sum Property of a Quadrilateral?

Here is the move that makes the whole thing obvious: cut the quadrilateral into two triangles with a single diagonal.

Consider quadrilateral $ABCD$. Draw the diagonal $AC$. This splits it into two triangles, $\triangle ABC$ and $\triangle ACD$.

Step 1 - use the triangle angle sum.

The three angles of any triangle add to 180°. This is the angle sum property of a triangle, and it is the fact the whole proof rests on.

For $\triangle ABC$:

$$\angle BAC + \angle ABC + \angle BCA = 180^\circ$$

For $\triangle ACD$:

$$\angle CAD + \angle ACD + \angle ADC = 180^\circ$$

Step 2 - add the two triangle totals.

$$(\angle BAC + \angle ABC + \angle BCA) + (\angle CAD + \angle ACD + \angle ADC) = 180^\circ + 180^\circ = 360^\circ$$

Step 3 - reassemble the quadrilateral's angles.

The diagonal split two of the corners. At vertex $A$, the two pieces $\angle BAC$ and $\angle CAD$ recombine into the full angle $\angle A$. At vertex $C$, $\angle BCA$ and $\angle ACD$ recombine into $\angle C$. The angles $\angle ABC$ and $\angle ADC$ are just $\angle B$ and $\angle D$. So:

$$\angle A + \angle B + \angle C + \angle D = 360^\circ$$

The property is proven. Two triangles, 180° each, and the diagonal quietly does all the work.

Does this also work for a concave quadrilateral? Yes. A concave quadrilateral has one reflex-looking dent, but the diagonal drawn inside the shape still produces two triangles, and 180° + 180° = 360° stands. The general polygon rule agrees: for an $n$-sided polygon the interior angles total $(n-2)\times 180^\circ$, and putting $n = 4$ gives 360°. You can see how that pattern extends in sum of angles in a polygon.

What About the Exterior Angles of a Quadrilateral?

The exterior angles tell a matching story. If you take one exterior angle at each vertex (the turn you make walking around the boundary), those four exterior angles also sum to 360°. At every vertex, the interior angle and its exterior angle form a straight line, so they add to 180°. This is a genuinely different 360° from the interior sum, and mixing the two up is a classic trap covered below.

Examples of the Angle Sum Property in Quadrilaterals

The examples build from a direct missing-angle to an algebra problem to a ratio split.

Example 1

Three angles of a quadrilateral are 90°, 85°, and 100°. Find the fourth.

$$\angle D = 360^\circ - (90^\circ + 85^\circ + 100^\circ)$$

$$\angle D = 360^\circ - 275^\circ$$

Final answer: $\angle D = 85^\circ$.

Example 2

A student finds three angles of a quadrilateral to be 120°, 120°, and 120°, and concludes the fourth is also 120°. Check this.

The reasoning "all corners look equal, so the last is 120° too" feels tidy, but test it against the property. Three angles of 120° already total 360°, which would leave nothing for the fourth angle. A quadrilateral cannot have a 0° angle, so the premise is impossible: no quadrilateral has three 120° angles and a valid fourth.

Doing it properly with real data, say 120°, 100°, and 60°:

$$\angle D = 360^\circ - (120^\circ + 100^\circ + 60^\circ) = 360^\circ - 280^\circ = 80^\circ$$

Final answer: the fourth angle is 80°, and the lesson is that "looks equal" is never a substitute for the 360° check.

Example 3

The angles of a quadrilateral are $x$, $2x$, $3x$, and $4x$. Find each angle.

$$x + 2x + 3x + 4x = 360^\circ$$

$$10x = 360^\circ$$

$$x = 36^\circ$$

Final answer: the angles are 36°, 72°, 108°, and 144°.

Example 4

Three angles of a quadrilateral are equal, and the fourth is 120°. Find the equal angles.

Let each equal angle be $y$.

$$3y + 120^\circ = 360^\circ$$

$$3y = 240^\circ$$

$$y = 80^\circ$$

Final answer: each of the three equal angles is 80°.

Example 5

In a quadrilateral the angles are in the ratio 2 : 3 : 3 : 4. Find the largest angle.

The parts total $2 + 3 + 3 + 4 = 12$, and they share 360°.

$$\text{One part} = \frac{360^\circ}{12} = 30^\circ$$

The largest is the 4-part angle: $4 \times 30^\circ = 120^\circ$.

Final answer: the largest angle is 120°.

Example 6

A quadrilateral has angles 100°, 100°, and two equal unknown angles. Find the exterior angle at one unknown vertex.

Interior unknowns: $2z + 100^\circ + 100^\circ = 360^\circ$, so $2z = 160^\circ$ and $z = 80^\circ$.

The exterior angle at that vertex is the straight-line partner:

$$180^\circ - 80^\circ = 100^\circ$$

Final answer: that exterior angle is 100°.

When these become algebra problems, students who are comfortable with the arithmetic version often set the sum to 180° out of habit, carrying over the triangle rule. Naming the shape first, four sides means 360°, heads that off before the equation is even written.

Why Does the Angle Sum Property in Quadrilaterals Matter?

"Every four-sided boundary must close." That is the practical heart of the property, and it reaches well past the classroom.

  • Land surveying. A four-corner plot is checked by confirming its angles close to 360°. A mismatch signals a measurement error before any boundary is registered.

  • Construction and carpentry. Rectangular door frames, window openings, and floor tiles rely on the four corners totalling 360° to sit flush; a frame whose corners do not close will not fit its opening.

  • Computer graphics. Quadrilateral meshes ("quads") wrap 3D models, and their angle relationships keep surfaces from folding or tearing when the model bends.

The surveyor's version of this is called angular closure, and a traverse that fails to close is reworked rather than trusted. The idea of walking a boundary and returning to your exact start, angles accounted for, is described in the traverse surveying reference.

What Are the Most Common Mistakes With the Angle Sum Property in Quadrilaterals?

Mistake 1: Using 180° instead of 360°

Where it slips in: Right after a run of triangle problems, when 180° is the number fresh in mind.

Don't do this: Writing $\angle A + \angle B + \angle C + \angle D = 180^\circ$ and solving from there.

The correct way: Count the sides first. Four sides means the diagonal makes two triangles, so the total is $2 \times 180^\circ = 360^\circ$.

Mistake 2: Assuming opposite angles add to 180°

Where it slips in: When a problem mentions opposite angles, students recall the cyclic-quadrilateral rule and apply it everywhere.

Don't do this: Writing $\angle A + \angle C = 180^\circ$ for a general quadrilateral.

The correct way: Opposite angles sum to 180° only in a cyclic quadrilateral (one inscribed in a circle). For a general quadrilateral, only the full four-angle total is fixed at 360°. The habit that fixes this is asking "is this shape inscribed in a circle?" before using the opposite-angle rule.

Mistake 3: Mixing interior and exterior angles

Where it slips in: In problems that give some interior and some exterior angles in the same figure.

Don't do this: Adding an exterior angle straight into the interior 360° total.

The correct way: Convert first. An exterior angle and its interior partner add to 180°; get everything into interior form before summing to 360°.

Conclusion

  • The angle sum property in quadrilaterals fixes the four interior angles at a total of 360°.

  • The proof draws one diagonal, making two triangles of 180° each.

  • Subtract three known angles from 360° to find a missing fourth angle.

  • It holds for every quadrilateral, including concave ones, and matches the $(n-2)\times 180^\circ$ polygon rule at $n = 4$.

  • Exterior angles (one per vertex) also sum to 360°, but that is a separate result.

To take this further with a teacher, explore Bhanzu's geometry tutor or a middle school math tutor, with broader help available through math tutoring.

Where Should You Practice the Angle Sum Property Next?

Try these three to make the 360° reflex automatic.

  1. Three angles of a quadrilateral are 78°, 95°, and 102°. Find the fourth.

  2. The angles are in the ratio 1 : 2 : 3 : 4. Find all four.

  3. A cyclic quadrilateral has one angle of 110°. Find its opposite angle.

Name the shape and write the 360° equation before plugging in numbers. To have a live trainer prove the diagonal split with you step by step, you can book a free demo class with Bhanzu.

Read More

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the sum of the interior angles of a quadrilateral?
360°. This is true for every quadrilateral, whatever its shape.
Does the angle sum property hold for concave quadrilaterals?
Yes. Even with one caved-in vertex, an interior diagonal still splits it into two triangles, so the angles total 360°.
How do you find the fourth angle of a quadrilateral?
Add the three known angles and subtract from 360°. The result is the fourth angle.
Why is the sum 360° and not some other number?
Because a diagonal cuts a quadrilateral into two triangles, and each triangle contributes 180°, giving $2 \times 180^\circ = 360^\circ$.
Do all quadrilateral angles have to be less than 180°?
No. A concave quadrilateral has one reflex angle greater than 180°, and the four still total 360°.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →