>
Home About Online Training Services Hackathons Careers Contact Us
KPSC LAND SURVEYOR RECRUITMENT 2026

Concurrent Lines Of A Triangle

Quick Recap for Aspirants (40 MCQs) | Brought to you by NRCODEAI

CONCURRENT LINES OF A TRIANGLE

Introduction

When three or more lines intersect at a single, common point, they are said to be concurrent. In a triangle, there are several special sets of three lines that always perfectly intersect at a single point, no matter what shape the triangle takes! These points are called the "Centers of a Triangle."

graph TD; Triangle_Centers-->Centroid["Medians"]; Triangle_Centers-->Circumcenter["Perpendicular Bisectors"]; Triangle_Centers-->Incenter["Angle Bisectors"]; Triangle_Centers-->Orthocenter["Altitudes"];

1. Centroid (Intersection of Medians)

  • Median: A line segment drawn from a vertex of a triangle to the midpoint of the opposite side. (Every triangle has 3 medians).
  • Centroid ($G$): The point where all three medians intersect.
  • Key Property: The centroid divides each median into a ratio of $2:1$, with the longer part originating from the vertex.
  • Fun Fact: The centroid is the physical center of gravity (center of mass) of the triangle. If you cut the triangle out of cardboard, you could perfectly balance it on a pencil tip at the centroid!

MCQs - Centroid

  1. The line segment connecting a vertex to the midpoint of the opposite side is a:
    a) Altitude
    b) Angle bisector
    c) Median
    d) Perpendicular bisector
    Answer: c
  2. The point of concurrency of the three medians of a triangle is called the:
    a) Incenter
    b) Circumcenter
    c) Orthocenter
    d) Centroid
    Answer: d
  3. The centroid divides each median into what ratio?
    a) 1:1
    b) 2:1
    c) 3:1
    d) 3:2
    Answer: b
  4. If a median $AD$ has a length of $12$ cm, and $G$ is the centroid, what is the length of $AG$ (the segment from vertex to centroid)?
    a) 4 cm
    b) 6 cm
    c) 8 cm
    d) 9 cm
    Answer: c (Because the ratio is $2:1$, $AG = (2/3) \times 12 = 8$)
  5. The centroid represents the physical ____ of a triangular lamina.
    a) Highest point
    b) Center of mass (gravity)
    c) Area
    d) Perimeter
    Answer: b
  6. In a triangle ABC, medians AD, BE, and CF intersect at G. If the area of triangle ABC is 36 sq cm, what is the area of triangle BGC?
    a) 6 sq cm
    b) 9 sq cm
    c) 12 sq cm
    d) 18 sq cm
    Answer: c
  7. Which of the following is true about the centroid of any triangle?
    a) It always lies inside the triangle.
    b) It can lie outside the triangle if it's an obtuse triangle.
    c) It lies on one of the edges for right triangles.
    d) It is equidistant from all vertices.
    Answer: a
  8. If medians of a triangle are equal in length, the triangle must be:
    a) Scalene
    b) Isosceles
    c) Right-angled
    d) Equilateral
    Answer: d
  9. The three medians of a triangle divide it into how many smaller triangles of equal area?
    a) 3
    b) 4
    c) 6
    d) 8
    Answer: c
  10. If the coordinates of the vertices of a triangle are (x1, y1), (x2, y2), and (x3, y3), the coordinates of its centroid are given by:
    a) ((x1+x2+x3)/2, (y1+y2+y3)/2)
    b) ((x1+x2+x3)/3, (y1+y2+y3)/3)
    c) (x1+x2+x3, y1+y2+y3)
    d) ((x1x2x3)/3, (y1y2y3)/3)
    Answer: b

2. Orthocenter (Intersection of Altitudes)

  • Altitude: A perpendicular line segment drawn from a vertex to the opposite side (or its extension). It represents the "height" of the triangle.
  • Orthocenter ($H$): The point where all three altitudes intersect.
  • Location:
    • Acute triangle: Orthocenter is inside.
    • Right triangle: Orthocenter is exactly on the vertex of the right angle.
    • Obtuse triangle: Orthocenter is outside the triangle.

MCQs - Orthocenter

  1. An altitude of a triangle is a line drawn from a vertex that is __ to the opposite side.
    a) Parallel
    b) Perpendicular
    c) Equal
    d) Tangent
    Answer: b
  2. The intersection point of the three altitudes of a triangle is the:
    a) Centroid
    b) Incenter
    c) Orthocenter
    d) Circumcenter
    Answer: c
  3. Where is the orthocenter located in a right-angled triangle?
    a) Inside the triangle
    b) Outside the triangle
    c) At the vertex of the right angle
    d) On the hypotenuse
    Answer: c
  4. In an obtuse-angled triangle, the orthocenter will always lie:
    a) Inside the triangle
    b) Outside the triangle
    c) On one of the sides
    d) Exactly at the centroid
    Answer: b
  5. How many altitudes does a standard triangle have?
    a) 1
    b) 2
    c) 3
    d) 4
    Answer: c
  6. The orthocenter of an obtuse-angled triangle lies in the:
    a) Interior of the triangle
    b) Exterior of the triangle
    c) On the longest side
    d) At the obtuse angle vertex
    Answer: b
  7. In an equilateral triangle, the orthocenter coincides with the:
    a) Centroid only
    b) Circumcenter only
    c) Incenter only
    d) Centroid, circumcenter, and incenter
    Answer: d
  8. An altitude is a line segment that is:
    a) Parallel to a side
    b) Drawn to the midpoint of a side
    c) Perpendicular to a side from the opposite vertex
    d) Bisecting an angle
    Answer: c
  9. If the orthocenter lies on a vertex of the triangle, the triangle must be:
    a) Acute
    b) Right
    c) Obtuse
    d) Equilateral
    Answer: b
  10. The distance from a vertex to the orthocenter in an acute triangle can be related to the sides and angles, but the orthocenter itself is fundamentally defined by:
    a) Angle bisectors
    b) Perpendicular bisectors
    c) Medians
    d) Altitudes
    Answer: d

3. Circumcenter (Intersection of Perpendicular Bisectors)

  • Perpendicular Bisector: A line that cuts a side of the triangle exactly in half at a $90^\circ$ angle. (It does not necessarily pass through the opposite vertex).
  • Circumcenter ($O$): The point where the three perpendicular bisectors of the sides intersect.
  • Key Property: The circumcenter is equidistant from all three vertices of the triangle. Therefore, it is the center of the Circumcircle (a circle that perfectly touches all three vertices of the triangle).

MCQs - Circumcenter

  1. The circumcenter is the point of concurrency of the:
    a) Medians
    b) Altitudes
    c) Angle bisectors
    d) Perpendicular bisectors of the sides
    Answer: d
  2. The circumcenter has a special property; it is equidistant from all three __ of the triangle.
    a) Sides
    b) Vertices
    c) Medians
    d) Altitudes
    Answer: b
  3. The circle drawn with the circumcenter as its center that passes through all three vertices is called the:
    a) Incircle
    b) Excircle
    c) Circumcircle
    d) Unit circle
    Answer: c
  4. Where does the circumcenter lie in a right-angled triangle?
    a) Inside the triangle
    b) Outside the triangle
    c) At the vertex of the right angle
    d) Exactly at the midpoint of the hypotenuse
    Answer: d
  5. A line that cuts a segment exactly in half at a right angle is called a:
    a) Median
    b) Altitude
    c) Perpendicular bisector
    d) Transversal
    Answer: c
  6. Where is the circumcenter located for an obtuse triangle?
    a) Inside the triangle
    b) Outside the triangle
    c) On the largest side
    d) At the obtuse vertex
    Answer: b
  7. The circumcircle of a triangle passes through all three:
    a) Midpoints of the sides
    b) Altitudes
    c) Vertices
    d) Angle bisectors
    Answer: c
  8. If the circumcenter lies on the hypotenuse of a triangle, the triangle is:
    a) Acute
    b) Right
    c) Obtuse
    d) Equilateral
    Answer: b
  9. The circumcenter is the only point in a triangle that is equidistant from the:
    a) Three sides
    b) Three vertices
    c) Three medians
    d) Three altitudes
    Answer: b
  10. For an equilateral triangle, the circumcenter is the same point as the:
    a) Incenter and Centroid
    b) Incenter only
    c) Centroid only
    d) Orthocenter only
    Answer: a

4. Incenter (Intersection of Angle Bisectors)

  • Angle Bisector: A line that cuts an interior angle of the triangle exactly in half.
  • Incenter ($I$): The point where all three angle bisectors intersect.
  • Key Property: The incenter is equidistant from all three sides of the triangle. Therefore, it is the center of the Incircle (the largest circle that can fit perfectly inside the triangle, just touching the three sides).

MCQs - Incenter

  1. The incenter is formed by the intersection of the triangle's:
    a) Medians
    b) Altitudes
    c) Angle bisectors
    d) Perpendicular bisectors
    Answer: c
  2. The incenter is always equidistant from the three __ of the triangle.
    a) Vertices
    b) Sides
    c) Altitudes
    d) Medians
    Answer: b
  3. The circle drawn inside the triangle with the incenter as its center, touching all three sides, is the:
    a) Circumcircle
    b) Unit circle
    c) Incircle
    d) Great circle
    Answer: c
  4. Unlike the orthocenter or circumcenter, the incenter of any triangle (acute, right, or obtuse) is always located:
    a) On an edge
    b) Outside the triangle
    c) Inside the triangle
    d) At a vertex
    Answer: c
  5. If the angle at vertex A is $60^\circ$, what is the angle formed by the angle bisector and one of the adjacent sides?
    a) $20^\circ$
    b) $30^\circ$
    c) $60^\circ$
    d) $120^\circ$
    Answer: b
  6. The incenter of a triangle is the center of the:
    a) Circumcircle
    b) Excircle
    c) Incircle
    d) Nine-point circle
    Answer: c
  7. Unlike the circumcenter, the incenter is always equidistant from the:
    a) Three vertices
    b) Three sides
    c) Orthocenter
    d) Centroid
    Answer: b
  8. The incenter of an obtuse triangle is located:
    a) Inside the triangle
    b) Outside the triangle
    c) On the longest side
    d) At the obtuse vertex
    Answer: a
  9. Which lines must you draw to find the incenter of a triangle?
    a) Altitudes
    b) Medians
    c) Perpendicular bisectors
    d) Angle bisectors
    Answer: d
  10. The radius of the incircle is called the:
    a) Circumradius
    b) Inradius
    c) Exradius
    d) Diameter
    Answer: b

Fun Facts about Triangle Centers!

  • The Euler Line: In any triangle (except an equilateral one), the Centroid, Orthocenter, and Circumcenter always perfectly line up on a single straight line called the Euler Line!
  • The Nine-Point Circle: There is a magical circle that passes through nine specific points of a triangle (the midpoints of the sides, the feet of the altitudes, and the midpoints between the orthocenter and vertices). Its center also lies exactly on the Euler Line!
  • Equilateral Perfection: If you have a perfectly equilateral triangle, the Centroid, Orthocenter, Circumcenter, and Incenter are all exactly the same point!

Want to master technology and secure your future?

Explore NRCODEAI Programs