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

If, for non-zero real variables x and y, and real parameter a > 1, x : y = (a+1) : (a-1), then, the ratio (x^2 - y^2) : (x^2 + y^2) is A. 2a : (a^2 + 1) B. a : (a^2 + 1) C. 2a : (a^2 - 1) D. a : (a^2 - 1)

GATE 2024 · General Aptitude · Ratio Proportion · medium

Answer: (x^2 - y^2) : (x^2 + y^2) = 2a : (a^2 + 1) [Answer A]

  1. Compute x^2 - y^2 using difference of squares: x+y = (a+1)+(a-1) = 2a; x-y = (a+1)-(a-1) = 2; so x^2-y^2 = 2a * 2 = 4a
  2. Compute x^2 + y^2 by expansion: (a+1)^2 + (a-1)^2 = a^2+2a+1 + a^2-2a+1 = 2a^2+2 = 2(a^2+1)
  3. Form and simplify the required ratio: 4a : 2(a^2+1) = 2a : (a^2+1)