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

An automobile travels from city A to city B and returns to city A by the same route. The speed of the vehicle during the onward and return journeys were constant at 60 km/h and 90 km/h, respectively. What is the average speed in km/h for the entire journey? A. 72 km/h B. 73 km/h C. 74 km/h D. 75 km/h

GATE 2018 · General Aptitude · Speed Time Distance · medium

Answer: Average speed = 72 km/h (option A).

  1. Set up total distance and total time: avg_speed = 2d / (d/60 + d/90) = 2 / (1/60 + 1/90)
  2. Simplify using harmonic mean formula: avg_speed = 2 * 60 * 90 / (60 + 90) = 10800 / 150 = 72 km/h