Find the five-number summary for the data. {224, 203, 207, 201, 212, 225, 196, 221, 210, 195, 206, 206, 221, 191, 217}
-
Procedure to find 5 number summary –Step 1: First we need to arrange the date set in ascending order.Step 2: Find minimum and maximum number in the data set.Step 3: Find Median.Median = Median is the center element (Ascending order)Step 4: Find Q1 and Q2Q1 is the median in the lower half of the data, and Q3 is the median in the upper half of data.Now, consider the given numbers –224, 203, 207, 201, 212, 225, 196, 221, 210, 195, 206, 206, 221, 191, 217Here,Ascending order : 191, 195, 196, 201, 203, 206, 206, 207, 210, 212, 217, 221, 221, 224, 225Minimum : 191Maximum : 225First Quartile(Q1) : 201Third Quartile(Q2) : 221Median : 207Learn more about 5 number summary at : https://brainly.com/question/17076973#SPJ4