For any triangle with sides a, b, c:
a + b > c
b + c > a
c + a > b
Given side length s, to construct an equilateral triangle:
Draw a base of length s.
From each endpoint, draw an arc of radius s.
The point where the arcs intersect is the third vertex.
The sum of the two smaller sides must be greater than the longest side.
Sum of the two smaller sides > Longest side
Internal intersection (triangle possible): Sum of radii > distance between centers
Touching (degenerate triangle): Sum of radii = distance between centers
No intersection: Sum of radii < distance between centers
The sum of interior angles in a triangle is always 180°:
∠A + ∠B + ∠C = 180°
An exterior angle of a triangle is equal to the sum of the two opposite interior angles:
For example, ∠ACD = ∠A + ∠B
Third angle = 180° − (sum of the two given angles)
For any triangle with sides a, b, and c, all of the following must be true:
a + b > c
b + c > a
c + a > b
These conditions ensure that the three lengths can form a valid triangle.
41 videos|251 docs|8 tests
|
1. What are the key concepts related to intersecting lines in geometry? | ![]() |
2. How do you find the point of intersection of two lines? | ![]() |
3. What is the importance of understanding intersecting lines in real-life applications? | ![]() |
4. Can you explain the types of angles formed by intersecting lines? | ![]() |
5. How can intersecting lines help in solving problems in coordinate geometry? | ![]() |