In an equilateral triangle PQR, side QR is divided into four equal parts, side PR is divided into six equal parts and side PQ is divided into eight equal parts. The length of each subdivided part in cm is an integer. The minimum area of the triangle PQR possible, in cm^2, is A. 18 B. 24 C. 48sqrt(3) D. 144sqrt(3)

GATE 2021 · General Aptitude · Triangles · medium

Answer: Minimum area = 144*sqrt(3) cm^2

  1. Find the minimum integer side length: 4 = 2^2, 6 = 2 * 3, 8 = 2^3. LCM takes the highest power of each prime: LCM = 2^3 * 3 = 24. So a = 24 cm.
  2. Compute the area of the equilateral triangle: Area = (sqrt(3) / 4) * 24^2 = (sqrt(3) / 4) * 576 = 144 * sqrt(3) cm^2.