Mathematics · Quantitative Aptitude

Statistics and Dispersion

515 Questions

Statistics and dispersion involve the calculation of mean, standard deviation, variance, and coefficient of variation for data sets. These questions also cover probability distributions and cumulative frequency analysis. Such quantitative aptitude topics are heavily featured in banking and SSC examinations.

Standard deviationNormal distributionMean calculationCumulative frequencyCoefficient of variation

Statistics and Dispersion Questions

Multiple choice maths arithmetic progressions complete the a.p series with given information properties of an ap problems on ap

The mean of a data set consisting of $20$ observations is $40$. If one observation $53$ was wrongly recorded as $33$, then the correct mean will be:

  1. $41$
  2. $49$
  3. $40.5$
  4. $42.5$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

$Mean=\dfrac{S}{n}$


where S=sum of all observations
            n=number of observations

hence, $40=\dfrac{S}{20}\Rightarrow S=800$

but Since, 53 is recorded as 33 so we need to add $(53-33=20)$ to get the correct mean which is 
$Mean _{correct}=\dfrac{800+20}{20}=41$

Multiple choice

Which of the following is NOT a property of the variance?

  1. It is always positive

  2. It is a constant

  3. It is always negative

  4. It is equal to the square of the standard deviation

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

The variance is not always negative. It can be positive or zero, depending on the distribution of the random variable.

Multiple choice

If a random variable X follows a normal distribution with a mean of 50 and a standard deviation of 10, what is the probability that X will be greater than 60?

  1. 0.1587

  2. 0.3413

  3. 0.5

  4. 0.8413

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

To find the probability that X will be greater than 60, we first standardize X using the formula Z = (X - μ) / σ, where μ is the mean and σ is the standard deviation. In this case, Z = (60 - 50) / 10 = 1. Then, we look up the probability that a standard normal random variable will be greater than 1 in the standard normal distribution table or use a calculator. This probability is approximately 0.1587.

Multiple choice

The mean and standard deviation of a normal distribution are 40 and 5, respectively. What is the probability that a randomly selected value from this distribution will be between 30 and 50?

  1. 0.3413

  2. 0.6826

  3. 0.8413

  4. 0.9545

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

To find the probability that a randomly selected value from this distribution will be between 30 and 50, we first standardize the values using the formula Z = (X - μ) / σ, where μ is the mean and σ is the standard deviation. In this case, Z1 = (30 - 40) / 5 = -2 and Z2 = (50 - 40) / 5 = 2. Then, we look up the probability that a standard normal random variable will be between -2 and 2 in the standard normal distribution table or use a calculator. This probability is approximately 0.6826.

Multiple choice

If X is a random variable following a normal distribution with a mean of 50 and a standard deviation of 10, what is the probability that X will be between 40 and 60?

  1. 0.3413

  2. 0.6826

  3. 0.8413

  4. 0.9545

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

To find the probability that X will be between 40 and 60, we first standardize the values using the formula Z = (X - μ) / σ, where μ is the mean and σ is the standard deviation. In this case, Z1 = (40 - 50) / 10 = -1 and Z2 = (60 - 50) / 10 = 1. Then, we look up the probability that a standard normal random variable will be between -1 and 1 in the standard normal distribution table or use a calculator. This probability is approximately 0.6826.

Multiple choice

If X is a random variable following a normal distribution with a mean of 50 and a standard deviation of 10, what is the probability that X will be less than 40?

  1. 0.0228

  2. 0.05

  3. 0.1587

  4. 0.3413

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

To find the probability that X will be less than 40, we first standardize the value using the formula Z = (X - μ) / σ, where μ is the mean and σ is the standard deviation. In this case, Z = (40 - 50) / 10 = -1. Then, we look up the probability that a standard normal random variable will be less than -1 in the standard normal distribution table or use a calculator. This probability is approximately 0.0228.

Multiple choice

A company claims that the weights of its products are normally distributed with a mean of 100 grams and a standard deviation of 10 grams. If a random sample of 100 products is selected, what is the probability that the average weight of the sample will be less than 95 grams?

  1. 0.0228

  2. 0.05

  3. 0.1587

  4. 0.3413

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

By the Central Limit Theorem, the distribution of sample means will be approximately normal with a mean equal to the population mean and a standard deviation equal to the population standard deviation divided by the square root of the sample size. In this case, the mean of the sample means will be 100 grams and the standard deviation of the sample means will be 10 grams / √100 = 1 gram. To find the probability that the average weight of the sample will be less than 95 grams, we standardize the value using the formula Z = (X - μ) / σ, where μ is the mean and σ is the standard deviation. In this case, Z = (95 - 100) / 1 = -5. Then, we look up the probability that a standard normal random variable will be less than -5 in the standard normal distribution table or use a calculator. This probability is approximately 0.0228.

Multiple choice

A random variable X follows a normal distribution with mean μ = 10 and standard deviation σ = 2. What is the probability that X is between 6 and 14?

  1. 0.6827

  2. 0.9545

  3. 0.3173

  4. 0.0455

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

The probability that X is between 6 and 14 is given by the area under the normal distribution curve between these values. We can use the standard normal distribution (Z) to calculate this probability: P(6 ≤ X ≤ 14) = P((6 - 10)/2 ≤ Z ≤ (14 - 10)/2) = P(-2 ≤ Z ≤ 2) = 0.6827.

Multiple choice

A continuous random variable X has a probability density function given by f(x) = 3x^2 for 0 ≤ x ≤ 1. Find the variance of X.

  1. 0.25

  2. 0.5

  3. 0.75

  4. 1

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

The variance of X is given by Var(X) = E(X^2) - [E(X)]^2. First, we find E(X^2): E(X^2) = ∫[0, 1] 3x^2 * x dx = ∫[0, 1] 3x^3 dx = [3x^4/4]_[0, 1] = 3/4. Then, we find [E(X)]^2: [E(X)]^2 = (3.5)^2 = 12.25. Therefore, Var(X) = 3/4 - 12.25 = 0.25.

Multiple choice

In ANOVA, the degrees of freedom for the between-groups variance is:

  1. k - 1

  2. n - k

  3. k(n - 1)

  4. n(k - 1)

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

The degrees of freedom for the between-groups variance is k - 1, where k is the number of groups.

Multiple choice

What is the variance of the Poisson distribution?

  1. lambda

  2. lambda^2

  3. lambda^3

  4. lambda^4

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

The variance of the Poisson distribution is also equal to the average rate of occurrence, which is denoted by lambda.

Multiple choice

What is the formula for calculating the test-retest reliability coefficient?

  1. $$r_{tt} = \frac{\sum(X_1 - \bar{X})(X_2 - \bar{X})}{\sqrt{\sum(X_1 - \bar{X})^2\sum(X_2 - \bar{X})^2}}$$
  2. $$r_{tt} = \frac{\sum(X_1 - \bar{X})(X_2 - \bar{X})}{\sqrt{\sum(X_1 - \bar{X})^2\sum(X_2 - \bar{X})^2}}$$
  3. $$r_{tt} = \frac{\sum(X_1 - \bar{X})(X_2 - \bar{X})}{\sqrt{\sum(X_1 - \bar{X})^2\sum(X_2 - \bar{X})^2}}$$
  4. $$r_{tt} = \frac{\sum(X_1 - \bar{X})(X_2 - \bar{X})}{\sqrt{\sum(X_1 - \bar{X})^2\sum(X_2 - \bar{X})^2}}$$
Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

The formula for calculating the test-retest reliability coefficient is $$r_{tt} = \frac{\sum(X_1 - \bar{X})(X_2 - \bar{X})}{\sqrt{\sum(X_1 - \bar{X})^2\sum(X_2 - \bar{X})^2}}$$, where X_1 and X_2 are the scores of the same group of test takers on two different administrations of the test, and (\bar{X}) is the mean score on the test.

Multiple choice

What is the formula for calculating the variance of a random variable representing claim severity?

  1. $$V(X) = E(X^2) - (E(X))^2$$
  2. $$V(X) = E(X) - (E(X^2))^2$$
  3. $$V(X) = (E(X))^2 - E(X^2)$$
  4. $$V(X) = E(X^2) + (E(X))^2$$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The variance of a random variable is calculated as the expected value of the squared deviation from the mean.

Multiple choice

What is the average HDI of the world?

  1. 0.7

  2. 0.8

  3. 0.9

  4. 1.0

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

The average HDI of the world is approximately 0.7, which is considered to be a medium level of human development.

Multiple choice

What is the mean of a normal distribution with a mean of 5 and a standard deviation of 2?

  1. 5

  2. 7

  3. 9

  4. 11

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

The mean of a normal distribution is the center of the distribution. In this case, the mean is 5.