Respuesta :

To find the Mean Absolute Deviation (MAD) of a set of numbers, you follow these steps:Find the mean (average) of the numbers.Find the absolute difference between each number and the mean.Find the mean of those absolute differences.Given the numbers 5, 6, and 10:Mean = (5 + 6 + 10) / 3 = 21 / 3 = 7Absolute differences:|5 - 7| = 2|6 - 7| = 1|10 - 7| = 3Mean of absolute differences: MAD = (2 + 1 + 3) / 3 = 6 / 3 = 2So, the Mean Absolute Deviation (MAD) of 5, 6, and 10 is 2.