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

Which of the following assertions are CORRECT? P: Adding 7 to each entry in a list adds 7 to the mean of the list Q: Adding 7 to each entry in a list adds 7 to the standard deviation of the list R: Doubling each entry in a list doubles the mean of the list S: Doubling each entry in a list leaves the standard deviation of the list unchanged A. P, Q B. Q, R C. P, R D. Q, S

GATE 2012 · General Aptitude · Statistics · medium

Answer: Assertions P and R are correct. Answer: C. P, R

  1. Effect of adding c to every entry: Adding 7: new mean = old mean + 7 (P is TRUE). New SD = old SD, not old SD + 7 (Q is FALSE).
  2. Effect of multiplying every entry by k: Doubling (k=2): new mean = 2 * old mean (R is TRUE). New SD = 2 * old SD, not unchanged (S is FALSE).
  3. Identify correct assertions: P is TRUE, Q is FALSE, R is TRUE, S is FALSE. Correct set = P and R.