Statistics Questions

Multiple choice
  1. 9

  2. 3

  3. 7

  4. 5

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Mean = (sum)/8 = 10, so sum = 80. Sum of 6 given = 5+7+10+12+14+15 = 63. Remaining two (x, y) sum to 17. Variance = (sum(xi^2)/8) - mean^2 = 13.5. Sum(xi^2)/8 - 100 = 13.5, so sum(xi^2) = 113.5 * 8 = 908. Sum of squares of 6 given = 25+49+100+144+196+225 = 739. x^2 + y^2 = 908 - 739 = 169. We have x+y=17 and x^2+y^2=169. (x+y)^2 = x^2+y^2+2xy => 289 = 169 + 2xy => 2xy = 120 => xy = 60. Roots of t^2 - 17t + 60 = 0 are 12 and 5. Difference = 12-5 = 7.

Multiple choice
  1. 1

  2. 2

  3. 4

  4. 5

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Total frequency = 20. Cumulative frequencies: 4, 4+a, 8+a, 8+a+b, 13+a+b. So 13+a+b = 20, a+b = 7. Median = 22.5, which is in the 20-30 class. Median formula: L + ((N/2 - cf) / f) * h = 20 + ((10 - (4+a)) / 4) * 10 = 22.5. (6-a)/4 = 0.25, 6-a = 1, a = 5.

Multiple choice
  1. 4

  2. 1

  3. 2

  4. 3

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

With 5 numbers, mean 20 implies sum = 100. Numbers are {x1, x2, x3, x4, x5}. Median is 10, so the third number is 10. Mode is 10, so at least two numbers must be 10. We have {x1, x2, 10, x4, 50}. Since the mode is 10, 10 must appear more than once. If 10 appears twice, the sum is x1 + x2 + 10 + 10 + 50 = 100, so x1 + x2 = 30. If 10 appears three times, the set is {x1, 10, 10, 10, 50}, sum = 80 + x1 = 100, so x1 = 20. This fits all conditions.

Multiple choice
  1. new standard deviation would be also divided by 3

  2. new standard deviation would be multiplied by 3

  3. new standard deviation would be increased by 3

  4. new standard deviation would be decreased by 3

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Standard deviation is a measure of dispersion. If all observations are divided by a constant k, the new standard deviation is the original standard deviation divided by |k|.

Multiple choice
  1. b2 = 3(a2 + c2) + 9d2

  2. b2 = a2 + c2 + 3d2

  3. b2 = 3(a2 + c2 + d2)

  4. b2 = 3(a2 + c2) - 9d2

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The standard deviation d of (a+2, b+2, c+2) is the same as the standard deviation of (a, b, c). The variance d^2 = [(a-m)^2 + (b-m)^2 + (c-m)^2] / 3, where m = (a+b+c)/3. Since b = a+c, m = (a+a+c+c)/3 = (a+c)/3 = b/3. Substituting m = b/3 into the variance formula: 3d^2 = (a - b/3)^2 + (b - b/3)^2 + (c - b/3)^2 = (a - b/3)^2 + (2b/3)^2 + (c - b/3)^2. Expanding this leads to the relation b^2 = 3(a^2 + c^2) - 9d^2.

Multiple choice
  1. 425

  2. 650

  3. 250

  4. 925

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Observations are n of 'a' and n of '-a'. Mean = (na - na) / 2n = 0. Adding b makes mean = b = 5. Variance of original set = (n*a^2 + n*(-a)^2) / 2n = a^2. Standard deviation = 20, so variance = 400. Thus a^2 = 400. Then a^2 + b^2 = 400 + 25 = 425.

Multiple choice
  1. 10, 11

  2. 8, 13

  3. 1, 20

  4. 3, 18

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Mean = 6.5, Sum = 39. Sum of 4 observations = 18. Remaining two sum to 21. Variance = 10.25 = (Sum(x^2)/6) - (6.5)^2. Sum(x^2) = 6 * (10.25 + 42.25) = 315. Sum of squares of 4 observations = 4+16+25+49 = 94. Remaining two squares sum to 221. x+y=21, x^2+y^2=221. Solving gives 10 and 11.