Mean Absolute Deviation Quiz: Finding Mean Absolute Deviation

  • 6th Grade
Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 11092 | Total Attempts: 9,725,533
| Attempts: 17 | Questions: 20 | Updated: May 11, 2026
Please wait...
Question 1 / 20
🏆 Rank #--
0 %
0/100
Score 0/100

1) What does the Mean Absolute Deviation (MAD) measure?

Explanation

MAD measures how far data values are from the mean on average. It uses absolute distances so that values above and below the mean do not cancel each other out. A larger MAD indicates greater spread while a smaller MAD indicates values are clustered closely around the mean. MAD is always expressed in the same units as the original data.

Submit
Please wait...
About This Quiz
Mean Absolute Deviation Quiz: Finding Mean Absolute Deviation - Quiz

Think you can measure how far data points usually stray from the mean? This quiz walks you through mean absolute deviation with clear, step-by-step questions. You’ll calculate individual deviations, compare spreads, and see how MAD offers a simple way to understand variation. Try it out and build confidence with this... see moreessential concept.
see less

2) What is the MAD of the data set {1, 3, 5, 9}?

Explanation

The mean equals (1 plus 3 plus 5 plus 9) divided by 4 equals 4.5. The absolute deviations are 3.5, 1.5, 0.5, and 4.5. The sum of absolute deviations is 3.5 plus 1.5 plus 0.5 plus 4.5 equals 10. MAD equals 10 divided by 4 equals 2.5.

Submit

3) A data set with a Mean Absolute Deviation of 0 must have all identical values.

Explanation

The answer is True. MAD equals 0 only when every absolute deviation equals 0. Each absolute deviation equals 0 only when each value equals the mean. If every value equals the mean, then all values in the data set are identical. For example {5, 5, 5, 5} has mean 5, all absolute deviations are 0, and MAD equals 0. It is impossible for MAD to equal 0 when any value differs from the mean.

Submit

4) For the data set {4, 6, 8, 10} with a mean of 7, what are the absolute deviations?

Explanation

Computing each absolute deviation: the absolute value of 4 minus 7 equals 3, the absolute value of 6 minus 7 equals 1, the absolute value of 8 minus 7 equals 1, and the absolute value of 10 minus 7 equals 3. The absolute deviations are 3, 1, 1, and 3. Taking absolute values ensures all results are non-negative regardless of whether the value is above or below the mean.

Submit

5) What is the MAD of the data set {4, 6, 8, 10}?

Explanation

The mean equals (4 plus 6 plus 8 plus 10) divided by 4 equals 7. The absolute deviations are 3, 1, 1, and 3. The sum of absolute deviations is 3 plus 1 plus 1 plus 3 equals 8. MAD equals 8 divided by 4 equals 2. This means the values in the data set are on average 2 units away from the mean of 7.

Submit

6) Which of the following are correct steps for computing the Mean Absolute Deviation? (Select all that apply)

Explanation

Options A, B, and D are all correct steps. Finding the mean comes first. Finding the absolute deviation of each value by subtracting the mean and taking the absolute value removes negative signs so that values above and below the mean both contribute positively. Dividing the sum of absolute deviations by n gives the MAD. Option C is incorrect: squaring each deviation is the step used in computing variance, not MAD. Using squares instead of absolute values produces a different and larger result and changes the units of measurement to squared units.

Submit

7) What is the MAD of the data set {2, 4, 8, 10}?

Explanation

The mean equals (2 plus 4 plus 8 plus 10) divided by 4 equals 6. The absolute deviations are 4, 2, 2, and 4. The sum is 4 plus 2 plus 2 plus 4 equals 12. MAD equals 12 divided by 4 equals 3.

Submit

8) MAD and variance use the same method to measure the spread of a data set.

Explanation

The answer is False. MAD and variance both measure spread but use different approaches. MAD takes the absolute value of each deviation before averaging, keeping results in the original units of the data. Variance squares each deviation before averaging, producing results in squared units. Squaring gives more weight to larger deviations than taking absolute values does, which is why variance and MAD produce different numerical results for the same data set.

Submit

9) For the data set {1, 5, 9, 13} with a mean of 7, what are the absolute deviations?

Explanation

Computing each absolute deviation: the absolute value of 1 minus 7 equals 6, the absolute value of 5 minus 7 equals 2, the absolute value of 9 minus 7 equals 2, and the absolute value of 13 minus 7 equals 6. The absolute deviations are 6, 2, 2, and 6. Values equally spaced from the mean produce matching pairs of absolute deviations.

Submit

10) What is the MAD of the data set {1, 5, 9, 13}?

Explanation

The mean equals (1 plus 5 plus 9 plus 13) divided by 4 equals 7. The absolute deviations are 6, 2, 2, and 6. The sum is 6 plus 2 plus 2 plus 6 equals 16. MAD equals 16 divided by 4 equals 4. This means the values are on average 4 units away from the mean of 7, reflecting the relatively wide spread of this data set.

Submit

11) What is the MAD of the data set {5, 8, 11}?

Explanation

The mean equals (5 plus 8 plus 11) divided by 3 equals 8. The absolute deviations are the absolute value of 5 minus 8 equals 3, the absolute value of 8 minus 8 equals 0, and the absolute value of 11 minus 8 equals 3. The sum is 3 plus 0 plus 3 equals 6. MAD equals 6 divided by 3 equals 2.

Submit

12) For the data set {3, 3, 9, 9} with a mean of 6, what is the sum of the absolute deviations?

Explanation

Computing each absolute deviation: the absolute value of 3 minus 6 equals 3, the absolute value of 3 minus 6 equals 3, the absolute value of 9 minus 6 equals 3, and the absolute value of 9 minus 6 equals 3. All four absolute deviations equal 3 because the data has only two distinct values, each equally far from the mean. The sum is 3 plus 3 plus 3 plus 3 equals 12.

Submit

13) Adding the same constant to every value in a data set does not change the MAD.

Explanation

The answer is True. Adding a constant shifts every data value and the mean by the same amount. Each deviation (value minus mean) stays exactly the same as before, so each absolute deviation stays the same, and the average of the absolute deviations remains unchanged. For example {2, 4, 6} and {12, 14, 16} (adding 10 to each value) have the same MAD of 1.33 because the spread between the values has not changed.

Submit

14) What is the MAD of the data set {3, 3, 9, 9}?

Explanation

The mean equals (3 plus 3 plus 9 plus 9) divided by 4 equals 6. The sum of absolute deviations is 12, as computed above. MAD equals 12 divided by 4 equals 3. This means each value is on average 3 units away from the mean of 6, which makes sense since the two distinct values (3 and 9) are each exactly 3 units from the mean.

Submit

15) Which of the following statements correctly describe the difference between MAD and variance? (Select all that apply)

Explanation

Option A is correct: MAD takes the absolute value of each deviation while variance squares each deviation. Option C is correct: a larger MAD means values are farther from the mean on average, indicating more spread. Option B is incorrect: MAD is in the same units as the data but variance is in squared units. For example if data is in centimetres, MAD is in centimetres but variance is in centimetres squared. Option D is incorrect: because absolute values and squares produce different results, MAD and variance nearly always differ numerically.

Submit

16) What is the MAD of the data set {0, 4, 8}?

Explanation

The mean equals (0 plus 4 plus 8) divided by 3 equals 4. The absolute deviations are the absolute value of 0 minus 4 equals 4, the absolute value of 4 minus 4 equals 0, and the absolute value of 8 minus 4 equals 4. The sum is 4 plus 0 plus 4 equals 8. MAD equals 8 divided by 3 equals approximately 2.67.

Submit

17) A student computes the MAD of {2, 7, 12} and gets an answer of 5. What error did the student most likely make?

Explanation

The mean of {2, 7, 12} is 7. The absolute deviations are 5, 0, and 5. The sum is 10 and MAD equals 10 divided by 3 equals 3.33. The student reported 5, which is one of the individual absolute deviations rather than the average of all three. This is a common error — computing a single absolute deviation and treating it as the MAD without completing the averaging step.

Submit

18) MAD is always larger than the variance of the same data set.

Explanation

The answer is False. Variance squares each deviation before averaging while MAD takes absolute values. Squaring amplifies larger deviations significantly, so variance is often much larger than MAD for the same data set. For example the data set {1, 5, 9, 13} has MAD equals 4 but population variance equals 20. There is no general rule that MAD is always larger than variance.

Submit

19) What is the MAD of the data set {10, 10, 10, 10}?

Explanation

Every value in this data set equals the mean of 10. Since every value equals the mean, every deviation is 0, every absolute deviation is 0, and the sum of absolute deviations is 0. MAD equals 0 divided by 4 equals 0. A MAD of 0 means there is no spread at all — every value is identical and sits exactly at the mean.

Submit

20) What is the MAD of the data set {2, 7, 12}?

Explanation

The mean equals (2 plus 7 plus 12) divided by 3 equals 7. The absolute deviations are the absolute value of 2 minus 7 equals 5, the absolute value of 7 minus 7 equals 0, and the absolute value of 12 minus 7 equals 5. The sum is 5 plus 0 plus 5 equals 10. MAD equals 10 divided by 3 equals approximately 3.33.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What does the Mean Absolute Deviation (MAD) measure?
What is the MAD of the data set {1, 3, 5, 9}?
A data set with a Mean Absolute Deviation of 0 must have all identical...
For the data set {4, 6, 8, 10} with a mean of 7, what are the absolute...
What is the MAD of the data set {4, 6, 8, 10}?
Which of the following are correct steps for computing the Mean...
What is the MAD of the data set {2, 4, 8, 10}?
MAD and variance use the same method to measure the spread of a data...
For the data set {1, 5, 9, 13} with a mean of 7, what are the absolute...
What is the MAD of the data set {1, 5, 9, 13}?
What is the MAD of the data set {5, 8, 11}?
For the data set {3, 3, 9, 9} with a mean of 6, what is the sum of the...
Adding the same constant to every value in a data set does not change...
What is the MAD of the data set {3, 3, 9, 9}?
Which of the following statements correctly describe the difference...
What is the MAD of the data set {0, 4, 8}?
A student computes the MAD of {2, 7, 12} and gets an answer of 5. What...
MAD is always larger than the variance of the same data set.
What is the MAD of the data set {10, 10, 10, 10}?
What is the MAD of the data set {2, 7, 12}?
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!