The arithmetic mean is calculated by summing all values and dividing by the count. Because every value in the dataset contributes to the sum, a single extremely large or small value can significantly shift the mean. Conversely, the median is a positional measure that is resistant to outliers, making the arithmetic mean the most sensitive measure among those listed.
1022
Which average is calculated by pooling data from multiple distinct datasets?
The geometric mean is often used when combining rates or ratios from different datasets. While the question phrasing is slightly ambiguous, the geometric mean is the appropriate measure for averaging growth rates or proportions across multiple groups, as it accounts for the multiplicative nature of the data points involved in the pooling process.
1023
When calculating the sum of absolute deviations, which measure of central tendency minimizes this sum?
The median is defined as the value that minimizes the sum of absolute deviations from the data points. This is a key property that distinguishes the median from the mean, which minimizes the sum of squared deviations.
1024
What is the term for the reciprocal of the arithmetic mean of a set of individual observations?
The harmonic mean is defined as the reciprocal of the arithmetic mean of the reciprocals of the given set of observations. It is a type of Pythagorean mean often used for rates and ratios.
1025
Under what conditions can the mean, median, and mode of a dataset be equal?
In a perfectly symmetrical distribution, such as the normal distribution, the mean, median, and mode are identical. Since many real-world datasets exhibit symmetry, these measures of central tendency can indeed be equal in certain circumstances.
1026
Under what condition is the calculation of the harmonic mean considered impossible?
The harmonic mean is calculated as the reciprocal of the arithmetic mean of the reciprocals of the data points. If any value in the dataset is zero, the reciprocal of that value is undefined (division by zero), rendering the entire harmonic mean calculation impossible.
1027
If the arithmetic mean of a dataset is 12 and the total number of observations is 20, what is the sum of all values in the dataset?
The arithmetic mean is calculated by dividing the sum of all observations by the number of observations (Mean = Sum / N). To find the sum, multiply the mean by the number of observations: 12 * 20 = 240. Thus, the total sum is 240.
1028
Which statistical measure is used to describe the central characteristic of an entire dataset?
Measures of central tendency, such as the mean, median, and mode, are used to identify the center or typical value of a dataset. These measures provide a summary statistic that represents the overall distribution of the data points.
1029
A factory employs 20 males at Rs. 10/day, 15 females at Rs. 8/day, and 5 children at Rs. 3/day. What is the weighted average of daily wages?
The weighted average is calculated by multiplying each wage by its frequency, summing these products, and dividing by the total number of employees. Total wages = (20*10) + (15*8) + (5*3) = 200 + 120 + 15 = 335. Total employees = 20 + 15 + 5 = 40. Weighted average = 335 / 40 = 8.375, which rounds to 8.37.
1030
What is the correct mathematical relationship between the Harmonic Mean (H.M.), Geometric Mean (G.M.), and Arithmetic Mean (A.M.) for a set of positive real numbers?
For any set of positive real numbers, the relationship between these means is defined by the inequality H.M. ≤ G.M. ≤ A.M. The option provided reflects the strict inequality form (H.M. < G.M. < A.M.), which holds true unless all numbers in the dataset are identical, in which case they are equal.