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
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).
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).
Identify correct assertions: P is TRUE, Q is FALSE, R is TRUE, S is FALSE. Correct set = P and R.