3. for data {5,11,9,4,15}, compute the range.\n9\n5\n11\n15

3. for data {5,11,9,4,15}, compute the range.\n9\n5\n11\n15
Answer
Explanation:
Step1: Find the maximum value
The maximum value in the data - set {5, 11, 9, 4, 15} is 15.
Step2: Find the minimum value
The minimum value in the data - set {5, 11, 9, 4, 15} is 4.
Step3: Calculate the range
The range is calculated as the difference between the maximum and minimum values. Range = 15 - 4 = 11.
Answer:
11