Business Analytics Quiz: Mean Median Variance And Sd
10 questions · exam conditions
0:00
Mean Median Variance And SdQuestion 1 of 10

An accounts-payable dataset contains ten invoices with a reported mean of 170170 dollars and a median of 9595 dollars. The largest invoice was entered as 900900 dollars but should have been 190190 dollars. The corrected amount is still larger than every other invoice.

After the correction, what are the mean and median invoice amounts?

The mean is 9999 dollars, and the median is 9595 dollars.
The mean is 9999 dollars, and the median is 9999 dollars.
The mean is 170170 dollars, and the median is 9595 dollars.
The mean is 9595 dollars, and the median is 9999 dollars.
← Back to quizzes

Business Analytics Quiz

Business Analytics Quiz: Mean Median Variance And Sd

Practice Mean Median Variance And Sd in Business Analytics with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Mean Median Variance And Sd, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Analytics.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

An accounts-payable dataset contains ten invoices with a reported mean of 170170 dollars and a median of 9595 dollars. The largest invoice was entered as 900900 dollars but should have been 190190 dollars. The corrected amount is still larger than every other invoice.

After the correction, what are the mean and median invoice amounts?

  1. The mean is 9999 dollars, and the median is 9595 dollars. (correct answer)
  2. The mean is 9999 dollars, and the median is 9999 dollars.
  3. The mean is 170170 dollars, and the median is 9595 dollars.
  4. The mean is 9595 dollars, and the median is 9999 dollars.
Explanation: Whenever you see a question about correcting a data entry error, think carefully about which measures of center are sensitive to extreme values and which are not — this is the heart of the mean vs. median distinction. To find the corrected mean, recognize that the original total must have been 10×170=1,70010 \times 170 = 1{,}700 dollars. The erroneous invoice overstated the total by 900190=710900 - 190 = 710 dollars, so the corrected total is 1,700710=9901{,}700 - 710 = 990 dollars. Dividing by the ten invoices gives a corrected mean of 990÷10=99990 \div 10 = 99 dollars. Now consider the median. Because the dataset has ten values, the median is the average of the 5th and 6th values when sorted. The problem tells you the corrected invoice is still the largest, meaning it remains in the 10th position — no values change their rank order. Therefore, the 5th and 6th values are unchanged, and the median stays at 9595 dollars. Answer A is correct. Answer B is wrong because it assumes the median shifts to 9999 dollars alongside the mean — a classic trap. The median is positional and only changes when the correction alters the middle values' ranks, which it doesn't here. Answer C is wrong because it ignores the correction's impact on the mean entirely, keeping it at the original 170170 dollars — the error inflated the sum, so the mean must decrease. Answer D reverses the two values, swapping mean and median with no logical basis. Your study tip: the mean absorbs every dollar of a data correction; the median only changes if the correction reshuffles the middle-ranked observations.

Question 2

A sample of six fulfillment times has a mean of 1010 hours and a sample variance of 1414 square hours. An observation of 1515 hours is removed after being identified as belonging to a different process.

What are the sample variance and sample standard deviation of the remaining five observations?

  1. The sample variance is 17.517.5, and the sample standard deviation is 17.5\sqrt{17.5}.
  2. The sample variance is 88, and the sample standard deviation is 8\sqrt{8}.
  3. The sample variance is 11.2511.25, and the sample standard deviation is 11.25\sqrt{11.25}.
  4. The sample variance is 1010, and the sample standard deviation is 10\sqrt{10}. (correct answer)
Explanation: When removing an observation from a dataset, you need to reconstruct the remaining data's statistics from scratch — not simply adjust the old variance by subtraction. The key formulas here are the relationship between variance, sum of squares, and the mean. Start by recovering the original sum: with n=6n = 6 and xˉ=10\bar{x} = 10, the total sum is 6×10=606 \times 10 = 60. Removing the observation of 1515 leaves a new sum of 6015=4560 - 15 = 45 over n=5n = 5 observations, giving a new mean of xˉnew=45/5=9\bar{x}_{new} = 45/5 = 9. Next, recover the original sum of squared deviations. Sample variance is s2=(xixˉ)2n1s^2 = \frac{\sum(x_i - \bar{x})^2}{n-1}, so (xixˉ)2=14×5=70\sum(x_i - \bar{x})^2 = 14 \times 5 = 70. The removed observation contributes (1510)2=25(15 - 10)^2 = 25 to this total, leaving 7025=4570 - 25 = 45 for the remaining five values. But now the mean has shifted, so you must recompute. Using the computational identity, the new sum of squared deviations works out to give s2=40/4=10s^2 = 40/4 = 10, and therefore s=10s = \sqrt{10}. This confirms answer D. Answer A (17.517.5) comes from dividing by the wrong denominator. Answer B (88) likely results from subtracting the removed value's deviation without adjusting for the new mean. Answer C (11.2511.25) reflects a partial correction that ignores the mean shift entirely. The study tip: whenever an observation is removed, always recalculate both the new mean and the new sum of squared deviations — the mean shift silently changes every other deviation in the dataset.

Question 3

In an A/B campaign test, return on advertising spend for Campaign A has a mean of 4.04.0 and a standard deviation of 0.50.5. Campaign B also has a mean of 4.04.0 but has a standard deviation of 1.51.5. One Campaign A account records 5.05.0, while one Campaign B account records 6.06.0.

Relative to its campaign's distribution, which account result is farther above its mean?

  1. Campaign A's result, because Campaign A's lower standard deviation makes every one of its observations relatively more extreme.
  2. Campaign B's result, because its raw deviation above the mean, 2.02.0, exceeds Campaign A's raw deviation of 1.01.0.
  3. Campaign A's result, because its standardized distance above the mean is 2.02.0 standard deviations versus 1.331.33 for Campaign B. (correct answer)
  4. Neither result is farther above its mean, because both campaigns share the same mean of 4.04.0.
Explanation: When comparing observations across distributions with different spreads, raw differences are misleading — you need a standardized measure. This is exactly what a z-score provides: it tells you how many standard deviations an observation sits above or below its mean, making apples-to-apples comparisons possible. To find each z-score, apply z=xμσz = \frac{x - \mu}{\sigma}. For Campaign A: z=5.04.00.5=2.0z = \frac{5.0 - 4.0}{0.5} = 2.0. For Campaign B: z=6.04.01.51.33z = \frac{6.0 - 4.0}{1.5} \approx 1.33. Even though Campaign B's raw deviation (2.02.0) is larger than Campaign A's (1.01.0), Campaign A's result is actually farther above its own mean in relative terms — it sits 2.0 standard deviations out, versus only 1.33 for Campaign B. That makes C the correct answer. A contains a true observation — lower standard deviation does make values more extreme relative to the distribution — but it draws this conclusion without actually computing anything, which is sloppy reasoning and could lead you astray in borderline cases. Always calculate. B compares raw deviations (1.01.0 vs. 2.02.0) without accounting for each campaign's spread. A deviation of 1.01.0 in a tight distribution is far more unusual than a deviation of 2.02.0 in a wide one. D confuses the shared mean with shared relative position — having the same mean says nothing about where individual observations fall within each distribution. Your takeaway: whenever a question asks you to compare observations across different distributions, convert to z-scores first. Raw deviations alone never tell the full story.

Question 4

A retailer has two equally sized customer segments. Segment X has a mean monthly purchase amount of 4040 dollars, and Segment Y has a mean of 6060 dollars. Within each segment, the population variance is 2525 square dollars.

What are the population variance and standard deviation when the two segments are combined?

  1. The variance is 2525, and the standard deviation is exactly 55.
  2. The variance is 125125, and the standard deviation is approximately 11.1811.18. (correct answer)
  3. The variance is 100100, and the standard deviation is exactly 1010.
  4. The variance is 5050, and the standard deviation is approximately 7.077.07.
Explanation: Whenever you combine groups with different means, you cannot simply average their variances — you must account for how spread out those group means are relative to the overall mean. This is the law of total variance: σtotal2=σwithin2+σbetween2\sigma^2_{total} = \sigma^2_{within} + \sigma^2_{between}. Start by finding the combined mean. Since both segments are equally sized, it's simply 40+602=50\frac{40 + 60}{2} = 50. Next, calculate the within-group variance — the average of the two segments' variances: 25+252=25\frac{25 + 25}{2} = 25. Then calculate the between-group variance, which measures how far each segment mean sits from the combined mean: (4050)2+(6050)22=100+1002=100\frac{(40-50)^2 + (60-50)^2}{2} = \frac{100 + 100}{2} = 100. Adding them together: 25+100=12525 + 100 = 125, and the standard deviation is 12511.18\sqrt{125} \approx 11.18. That confirms B is correct. Choice A (σ2=25\sigma^2 = 25) ignores the between-group component entirely — it treats the combined group as if all customers came from one homogeneous segment. Choice C (σ2=100\sigma^2 = 100) captures only the between-group variance and discards the within-group variance — the opposite error. Choice D (σ2=50\sigma^2 = 50) is a tempting average of 25 and the between-group component, but it reflects no valid statistical formula. The key study tip: whenever you see merged populations with different means, immediately flag that total variance = within + between. If you only use the within-group variance, you're underestimating true spread — a common and costly mistake on business analytics problems.

Question 5

A company converts a customer-value score using the rule Y=1.2X+5Y=1.2X+5. The original score XX has a mean of 8585 and a standard deviation of 1010.

What are the mean and variance of the converted score YY?

  1. The mean is 107107, and the variance is 289289.
  2. The mean is 107107, and the variance is 120120.
  3. The mean is 102102, and the variance is 144144.
  4. The mean is 107107, and the variance is 144144. (correct answer)
Explanation: Whenever you see a linear transformation of a random variable, your job is to apply two simple rules: the mean transforms with both the multiplier and the constant, but the variance is only affected by the multiplier — and it gets squared. For Y=1.2X+5Y = 1.2X + 5, start with the mean. Multiplying XX by 1.2 scales the mean, and adding 5 shifts it: μY=1.2(85)+5=102+5=107\mu_Y = 1.2(85) + 5 = 102 + 5 = 107. Now for the variance: the constant +5 has no effect on spread, so you only apply the multiplier — but squared. The standard deviation of XX is 10, so its variance is 102=10010^2 = 100. Scaling by 1.2 gives Var(Y)=(1.2)2×100=1.44×100=144\text{Var}(Y) = (1.2)^2 \times 100 = 1.44 \times 100 = 144. That confirms D as the correct answer. Looking at the wrong choices, A gets the mean right (107) but uses 289 for variance — that's 17217^2, which has no logical basis here. B also gets the mean right but reports 120 for variance, likely from multiplying 1.2 by 100 directly instead of squaring the multiplier first (a very common mistake). C gets the variance right (144) but reports a mean of 102 — this comes from forgetting to add the constant +5 after scaling the mean. The key study tip: memorize that for Y=aX+bY = aX + b, the mean uses both aa and bb, but variance only uses a2a^2. Constants shift distributions; they never stretch them.

Question 6

Region A has 4040 customer accounts with mean monthly revenue of 7272 thousand dollars. Region B has 6060 accounts with mean monthly revenue of 5858 thousand dollars. Management wants the combined mean to reach 6565 thousand dollars while Region B's mean remains unchanged.

By how much must Region A's mean increase, and what must its new mean be?

  1. It must increase by 3.53.5, reaching a new mean of 75.575.5. (correct answer)
  2. It must increase by 1.41.4, reaching a new mean of 73.473.4.
  3. It must increase by 2.332.33, reaching a new mean of 74.3374.33.
  4. It need not increase, remaining at its current mean of 7272.
Explanation: When you see a question about combining groups with different means, your tool is the weighted mean formula: multiply each group's mean by its count, sum those products, then divide by the total count. Start by finding what the combined total revenue must be. With 40+60=10040 + 60 = 100 accounts and a target combined mean of 6565, the required total revenue is 100×65=6,500100 \times 65 = 6{,}500 thousand dollars. Region B contributes 60×58=3,48060 \times 58 = 3{,}480, so Region A must contribute 6,5003,480=3,0206{,}500 - 3{,}480 = 3{,}020. Dividing by Region A's 40 accounts gives a required mean of 3,020÷40=75.53{,}020 \div 40 = 75.5. Since Region A's current mean is 7272, the required increase is 75.572=3.575.5 - 72 = 3.5. That confirms answer A is correct. Answer B (increase of 1.41.4, new mean 73.473.4) likely comes from a simple unweighted average error — treating both regions as equal-sized when solving backwards. Answer C (increase of 2.332.33, new mean 74.3374.33) may result from incorrectly distributing the gap between the current combined mean and the target without accounting for the group sizes properly. Answer D incorrectly assumes the current setup already achieves the target; you can verify it doesn't by computing the actual current combined mean: (40×72+60×58)÷100=(2,880+3,480)÷100=63.6(40 \times 72 + 60 \times 58) \div 100 = (2{,}880 + 3{,}480) \div 100 = 63.6, which falls short of 6565. The key habit here: always anchor your work to total revenue, not just means. Means alone can't be added or subtracted — they must be weighted by group size first.

Question 7

A service firm summarizes resolution times for two support teams. Team A handled 2020 cases with a mean of 5050 minutes and a median of 4545 minutes. Team B handled 3030 cases with a mean of 7070 minutes and a median of 7272 minutes. No individual case times are available.

Which statement about all 5050 cases is supported by the available information?

  1. The overall mean is 6262 minutes, and the overall median is 61.261.2 minutes.
  2. The overall mean is 6060 minutes, and the overall median is 58.558.5 minutes.
  3. The overall mean is 6262 minutes, but the overall median cannot be determined. (correct answer)
  4. The overall mean is 6060 minutes, and the overall median is 6262 minutes.
Explanation: When combining data from multiple groups, you need to ask yourself two separate questions: Can I calculate this summary statistic? and Do I have enough information to calculate this summary statistic? The mean and median behave very differently here. The overall mean is a weighted average of the group means, which you can always compute from group sizes and group means alone. Here: (20×50)+(30×70)50=1000+210050=310050=62\frac{(20 \times 50) + (30 \times 70)}{50} = \frac{1000 + 2100}{50} = \frac{3100}{50} = 62 minutes. So the overall mean is definitively 6262 minutes. The overall median, however, requires you to know the value of the 25th and 26th observations when all 50 cases are ranked together. You only know each team's median — the middle value within that team's sorted list — but you have no information about how the two distributions interleave. Team A's cases could cluster below or above Team B's cases in countless configurations, each producing a different combined median. Without individual data points, the overall median simply cannot be determined. This makes C the correct answer. A is wrong because 61.261.2 minutes as the overall median has no valid basis — there's no formula that produces a combined median from two group medians. B incorrectly calculates the mean as 6060 minutes (a simple average of 50 and 70, ignoring the different sample sizes) and then compounds the error by inventing a median. D makes the same mean error as B. As a study rule: the combined mean = weighted average of group means (always computable); the combined median = requires ranked individual data (often not computable from summaries alone).

Question 8

A finance analyst studies five weekly profit values: 8,10,12,14,8, 10, 12, 14, and 1616 thousand dollars. When treating these weeks as the entire period of interest, the analyst calculates a population variance of 88. The weeks are later treated as a sample of a longer operating period.

What sample variance and sample standard deviation should now be reported?

  1. The sample variance is 1010, and the sample standard deviation is 10\sqrt{10}. (correct answer)
  2. The sample variance is 88, and the sample standard deviation is 8\sqrt{8}.
  3. The sample variance is 1010, and the sample standard deviation is 8\sqrt{8}.
  4. The sample variance is 12.512.5, and the sample standard deviation is 12.5\sqrt{12.5}.
Explanation: Whenever you see a question shift data from a population to a sample, your instinct should be to check the denominator used in the variance formula. Population variance divides by NN, while sample variance divides by N1N - 1 — a correction called Bessel's adjustment that compensates for the bias introduced when estimating a larger population from a subset. Here, the population variance is given as 88, calculated by dividing the sum of squared deviations by N=5N = 5. That means the total sum of squared deviations is 8×5=408 \times 5 = 40. When you treat these five weeks as a sample, you divide that same sum by N1=4N - 1 = 4, giving a sample variance of 40÷4=1040 \div 4 = 10. The sample standard deviation is simply the square root of the variance: 10\sqrt{10}. That confirms A is correct. B is wrong because it keeps both statistics identical to the population values — it ignores the switch from dividing by NN to N1N - 1. C makes a subtler error: it correctly updates the variance to 1010 but then reports the standard deviation as 8\sqrt{8}, which is the square root of the population variance rather than the sample variance — the two measures must be internally consistent. D inflates the variance to 12.512.5, which would result from an incorrect denominator of 3.23.2 or some other arithmetic mistake — it doesn't correspond to any standard formula. A useful rule of thumb: sample variance is always larger than population variance for the same dataset, since dividing by a smaller number yields a bigger result. If your sample variance comes out smaller, something has gone wrong.

Question 9

A retailer records daily orders at seven branches as 18,21,24,x,29,31,18, 21, 24, x, 29, 31, and 3535. The mean across the seven branches is 2727 orders.

What is the missing branch value, and what is the median after all seven values are ordered?

  1. The missing value is 3131, and the median is 2929. (correct answer)
  2. The missing value is 3131, and the median is 3131.
  3. The missing value is 2929, and the median is 2929.
  4. The missing value is 2727, and the median is 2727.
Explanation: When a question gives you a dataset with one unknown value and tells you the mean, your first move is always to work backwards from the mean formula. The mean equals the sum of all values divided by the count, so the sum must equal the mean times the count: 27×7=18927 \times 7 = 189. Now add the known values: 18+21+24+29+31+35=15818 + 21 + 24 + 29 + 31 + 35 = 158. Subtracting gives you x=189158=31x = 189 - 158 = 31. Once you confirm the missing value is 3131, write all seven values in ascending order: 18,21,24,29,31,31,3518, 21, 24, 29, 31, 31, 35. The median is the middle value of an ordered dataset — for seven values, that's the 4th term, which is 2929. So the correct answer is A. Answer B makes the right calculation for the missing value (3131) but incorrectly identifies the median as 3131. This is a classic ordering trap — students sometimes pick the value they just solved for rather than carefully counting to the middle position. Answer C sets x=29x = 29, which would make the total sum 187187, not 189189 — this doesn't satisfy the mean condition at all. The median of 2929 in that case would also be wrong since the dataset would be different. Answer D assumes the missing value equals the mean (2727), a tempting but incorrect shortcut — the mean equals the missing value only when the other values are perfectly balanced around it, which they aren't here. Your go-to strategy: always reconstruct the full ordered list before identifying the median. Solving for xx and finding the median are two separate steps — don't conflate them.

Question 10

Four daily KPI observations have a mean of 1010 and a population variance of 99. A fifth observation equal to the current mean, 1010, is added to the dataset.

What are the population variance and population standard deviation after the observation is added?

  1. The variance is 99, and the standard deviation is exactly 33.
  2. The variance is 7.27.2, and the standard deviation is 7.2\sqrt{7.2}. (correct answer)
  3. The variance is 3636, and the standard deviation is exactly 66.
  4. The variance is 7.27.2, and the standard deviation is exactly 33.
Explanation: Whenever you encounter a question about how adding a data point affects variance, your first instinct should be to recalculate from scratch using the population variance formula: σ2=(xiμ)2N\sigma^2 = \frac{\sum(x_i - \mu)^2}{N}. Here's the key insight: the original four observations have a mean of 1010 and population variance of 99, meaning (xi10)24=9\frac{\sum(x_i - 10)^2}{4} = 9, so (xi10)2=36\sum(x_i - 10)^2 = 36. When you add a fifth observation equal to 1010, its squared deviation from the mean is (1010)2=0(10 - 10)^2 = 0. The new mean stays at 1010, so the total sum of squared deviations remains 36+0=3636 + 0 = 36. Dividing by the new count of five gives σ2=365=7.2\sigma^2 = \frac{36}{5} = 7.2, and the standard deviation is 7.2\sqrt{7.2}. That confirms B is correct. A is the classic trap here — it assumes variance is unchanged because you added the mean value. While adding the mean doesn't shift the center, it does change NN, which shrinks the variance. C confuses the sum of squared deviations (3636) with the variance itself, forgetting to divide by NN. D correctly computes the variance as 7.27.2 but then incorrectly states the standard deviation is exactly 33 — that would require a variance of 99, and 7.23\sqrt{7.2} \neq 3. As a study tip, remember: adding a value at the mean always reduces variance (or keeps it at zero if it was already zero), because NN grows while the numerator stays the same.