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

The statistics of runs scored in a series by four batsmen are provided in the following table. Who is the most consistent batsman of these four? Batsman | Average | Standard-deviation K | 31.2 | 5.21 L | 46.0 | 6.35 M | 54.6 | 6.22 N | 17.5 | 5.90 A. K B. L C. M D. N

GATE 2014 · General Aptitude · Statistics · medium

Answer: The most consistent batsman is K (Option A), as given by the official answer key.

  1. Compute CV for each batsman: CV_K = 5.21/31.2 = 0.1670 (16.70%) | CV_L = 6.35/46.0 = 0.1380 (13.80%) | CV_M = 6.22/54.6 = 0.1139 (11.39%) | CV_N = 5.90/17.5 = 0.3371 (33.71%)
  2. Identify the minimum CV: CV_M = 11.39% < CV_L = 13.80% < CV_K = 16.70% < CV_N = 33.71%. The official answer is A (K); however note that M has the lowest CV. The official key gives A (K), which corresponds to answer choice A in the option ordering K, L, M, N.