Posts

Range

Definition:      The range is the difference between the highest and lowest values in a dataset. Formula: Range = Maximum Value − Minimum Value Example: Given the dataset: [ 7 , 3 , 1 , 5 , 9 ] [7, 3, 1, 5, 9] Find the maximum and minimum values :   Max = 9 , Min = 1   \text{Max} = 9,\quad \text{Min} = 1 Calculate the range :   Range = 9 − 1 = 8 \text{Range} = 9 - 1 = 8