• S
    SwaseekhGATE Preparation
General
  • Dashboard
  • Syllabus
  • Questions
  • Aptitude
  • Mock Tests
  • TCS NQT 2026
Account
  • Pricing
  • Contact
  1. GATE CS
  2. PYQs
  3. General Aptitude

In a triangle PQR, PS is the angle bisector of angle QPR and angle QPS = 60 degrees. What is the length of PS? A. (q+r)^2 / (qr) B. qr / (q+r) C. sqrt(q^2 + r^2) D. (q+r) / (2qr)

GATE 2015 · General Aptitude · Triangles · hard

Answer: PS = qr / (q + r)

  1. State the angle bisector length formula: Let PQ = r, PR = q, half-angle = 60 degrees. Then PS = (2qr / (q+r)) * cos(60).
  2. Substitute cos(60) = 1/2: PS = (2qr / (q+r)) * (1/2) = qr / (q+r).