asked 154k views
3 votes
Find the minimum first quartile median third and maximum of the data set

Find the minimum first quartile median third and maximum of the data set-example-1
asked
User WarSame
by
8.1k points

1 Answer

4 votes

To find the things we need we first need to order the data set. The ordered data is:

49, 50, 51, 52, 52, 52, 53, 55, 67

Now that we have the data in order we notice that the minimum is 49.

To find the first quartile we need to divide the data in two sets with equal number of data, that is:

{49, 50, 51, 52} 52 {52, 53, 55, 67}

The first quatile is the mean of the first data set, that is:


Q_1=(50+51)/(2)=50.5

The median is the middle value of the set, in this case 52.

The third quartile is the mean of the second data set, that is:


Q_3=(53+55)/(2)=54

Finally the maximum value is 67.

answered
User Bertrand Bordage
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.