Congruence Concepts

Grade 8 · geometry · 100 practice problems · read aloud

🔊 Listen to this explanation

Congruence Concepts in Geometry

🔍 What is Congruence?

Two figures are congruent if they have the exact same size and shape. This means one can be flipped, turned, or slid to perfectly match the other. We use the symbol ≅ to show congruence. Understanding congruence helps us prove that shapes are identical without measuring every single side and angle, which is crucial in architecture, engineering, and design.

🧩 How to Determine Congruence

We use special rules called Triangle Congruence Postulates. If two triangles meet the criteria of one of these postulates, they are congruent.

  1. SSS (Side-Side-Side): All three pairs of corresponding sides are equal.
  2. SAS (Side-Angle-Side): Two pairs of sides and the angle between them are equal.
  3. ASA (Angle-Side-Angle): Two pairs of angles and the side between them are equal.
  4. AAS (Angle-Angle-Side): Two pairs of angles and a non-included side are equal.

Watch Out! There is no SSA or AAA postulate! SSA is the "Ambiguous Case" and does not guarantee congruence.

📐 Worked Examples

Example 1: Using SSS

Triangle ABC has sides AB=5, BC=7, AC=9. Triangle DEF has sides DE=5, EF=7, DF=9. Are they congruent?

  1. Check corresponding sides: AB ≅ DE, BC ≅ EF, AC ≅ DF.
  2. All three pairs of sides are equal.
  3. Therefore, by the SSS postulate, ΔABC ≅ ΔDEF. ✅

Example 2: Using SAS

Given: AB ≅ DE, ∠B ≅ ∠E, BC ≅ EF. Prove ΔABC ≅ ΔDEF.

  1. Identify the parts: We have two sides (AB, BC) and the angle between them (∠B).
  2. Compare to the other triangle: The corresponding parts are DE, EF, and ∠E.
  3. Since the angle is included between the two sides, the SAS postulate applies.
  4. Therefore, ΔABC ≅ ΔDEF. ✅

🚧 Common Mistakes to Avoid

  • Assuming SSA works: The angle must be between the two sides for SAS. If it's not, it's SSA, which is not a valid congruence rule.
  • Mis-matching parts: Make sure you are comparing the correct vertices. The order in ΔABC ≅ ΔDEF matters! Vertex A corresponds to D, B to E, and C to F.
  • Using AAA: AAA only proves triangles are similar (same shape), not congruent (same shape AND size).

💡 Tips & Tricks

  • Memory Aid: The "S" stands for "Side" and the "A" for "Angle". The pattern tells you what you need to know.
  • Mark Your Diagrams: Use tick marks for equal sides and arc marks for equal angles. This gives you a visual map of what you know.
  • Order Matters: When writing a congruence statement (e.g., ΔABC ≅ ΔDEF), the order of the letters must match the corresponding parts.

🎯 How to Practice

  • Use flashcards to memorize the four postulates (SSS, SAS, ASA, AAS) and the one that doesn't work (SSA).
  • Find practice problems online or in your textbook where you are given two triangles with some marked sides/angles and must state the postulate that proves congruence.
  • Challenge yourself by trying to draw two triangles that satisfy SSA but are not congruent. This will help you see why it fails!

Practice problems

6 of the 100, worked through step by step — try them before opening the answer.

1 √(16 + 9) = ?

Hint: First simplify the expression inside the square root, then find the square root of that result.

Show the answer

Answer: 5

  1. Calculate the expression inside the square root: 16 + 9 = 25
  2. Find the square root of 25: √25 = 5

The answer is 5.

2 √(x² + 6x + 9) = 10

Hint: Remember that the square root of a perfect square equals the absolute value of the expression inside. Consider both positive and negative cases when solving.

Show the answer

Answer: 7

  1. Recognize that x² + 6x + 9 is a perfect square trinomial
  2. Factor the expression: x² + 6x + 9 = (x + 3)²
  3. Rewrite the equation: √((x + 3)²) = 10
  4. Simplify the square root: |x + 3| = 10
  5. Solve the absolute value equation: x + 3 = 10 or x + 3 = -10
  6. Solve first case: x + 3 = 10 → x = 7
  7. Solve second case: x + 3 = -10 → x = -13
  8. Check both solutions in original equation: For x = 7: √(49 + 42 + 9) = √100 = 10 ✓ For x = -13: √(169 - 78 + 9) = √100 = 10 ✓ Both solutions are valid,

so the answer is either 7 or -13. Since the problem asks for a single answer, we provide 7.

3 √(x² + 8x + 16) = 12

Hint: Remember that the square root of a perfect square trinomial simplifies to an absolute value expression. Consider both positive and negative cases when solving.

Show the answer

Answer: 8

  1. Recognize that x² + 8x + 16 is a perfect square trinomial
  2. Factor the expression: x² + 8x + 16 = (x + 4)²
  3. Substitute back into the equation: √((x + 4)²) = 12
  4. Simplify the square root: |x + 4| = 12
  5. Solve the absolute value equation by considering both cases: Case 1: x + 4 = 12 → x = 12 - 4 = 8 Case 2: x + 4 = -12 → x = -12 - 4 = -16
  6. Check both solutions in the original equation: For x = 8: √(8² + 8×8 + 16) = √(64 + 64 + 16) = √144 = 12 ✓ For x = -16: √((-16)² + 8×(-16) + 16) = √(256 - 128 + 16) = √144 = 12 ✓ Both solutions are valid,

so the answer is 8 or -16.

4 √(x² - 10x + 25) = 8

Hint: Notice that the expression under the square root can be written as a perfect square. Remember that when you take the square root of both sides, you need to consider both positive and negative cases.

Show the answer

Answer: 13

  1. Recognize that x² - 10x + 25 is a perfect square trinomial x² - 10x + 25 = (x - 5)²
  2. Substitute back into the equation √((x - 5)²) = 8
  3. The square root of a square gives the absolute value |x - 5| = 8
  4. Solve the absolute value equation Case 1: x - 5 = 8 x = 8 + 5 x = 13 Case 2: x - 5 = -8 x = -8 + 5 x = -3
  5. Check both solutions in the original equation For x = 13: √(169 - 130 + 25) = √64 = 8 ✓ For x = -3: √(9 + 30 + 25) = √64 = 8 ✓ Both solutions are valid, but the problem asks for the positive solution,

so the answer is 13.

5 √(x² - 8x + 16) = 12

Hint: Consider how to simplify the expression under the square root by recognizing a perfect square pattern. Remember that squaring both sides of an equation can help eliminate the square root.

Show the answer

Answer: 16

  1. Recognize that x² - 8x + 16 is a perfect square trinomial. It factors as (x - 4)².
  2. Rewrite the equation: √((x - 4)²) = 12.
  3. The square root of a square is the absolute value: |x - 4| = 12.
  4. Solve the absolute value equation. This gives two cases: Case 1: x - 4 = 12 → x = 12 + 4 → x = 16 Case 2: x - 4 = -12 → x = -12 + 4 → x = -8
  5. Check both solutions in the original equation: For x = 16: √(16² - 8*16 + 16) = √(256 - 128 + 16) = √144 = 12 (Valid) For x = -8: √((-8)² - 8*(-8) + 16) = √(64 + 64 + 16) = √144 = 12 (Also valid) Since the problem asks for a solution and both are mathematically valid, the positive solution x = 16 is typically preferred in this context.

The answer is 16.

6 (2x + 3)² - (x - 4)² = ?

Hint: Remember to expand both squared binomials completely before subtracting. Pay attention to the negative sign when subtracting the second expanded expression.

Show the answer

Answer: 3x² + 20x - 7

  1. Expand (2x + 3)² (2x + 3)² = (2x)² + 2(2x)(3) + 3² = 4x² + 12x + 9
  2. Expand (x - 4)² (x - 4)² = x² - 2(x)(4) + (-4)² = x² - 8x + 16
  3. Subtract the second expansion from the first (4x² + 12x + 9) - (x² - 8x + 16) = 4x² + 12x + 9 - x² + 8x - 16
  4. Combine like terms 4x² - x² = 3x² 12x + 8x = 20x 9 - 16 = -7
  5. Write the final expression 3x² + 20x - 7

The answer is 3x² + 20x - 7.

Practise this topic — 10 free problems, no signup →