High School

The normal annual precipitation (in inches) is given below for 21 different U.S. cities:

39.1, 16.9, 25.4, 18.4, 27.1, 27.8, 30.6, 39.1, 42.6, 18.4, 13.8, 19.9, 32.3, 10.1, 14.6, 33.6, 12.2, 35.0, 22.3, 11.7, 51.7

a) Find the eighteenth percentile, [tex]P_{18}[/tex].

b) Find the thirty-seventh percentile, [tex]P_{37}[/tex].

c) Find the sixth decile, [tex]D_{6}[/tex].

d) Find the fourth decile, [tex]D_{4}[/tex].

Answer :

The solutions are : eighteenth percentile, P18 is 13.8, thirty-seventh percentile, P37 is 18.4, sixth decile, D6 is 27.8 and forth decile, D4 is 19.9.

To find the percentiles and deciles for the given data set, follow these steps:

a) Find the eighteenth percentile, P18:
1. Start by sorting the precipitation values in ascending order:

10.1, 11.7, 12.2, 13.8, 14.6, 16.9, 18.4, 18.4, 19.9, 22.3, 25.4, 27.1, 27.8, 30.6, 32.3, 33.6, 35.0, 39.1, 39.1, 42.6, 51.7

2. Calculate the index of the eighteenth percentile, which is the position where 18% of the data falls below:

Index_18 = floor(0.18 * 21)

= floor(3.78) = 3
3. Find the precipitation value corresponding to the index_18:

P18 = 13.8

b) Find the thirty-seventh percentile, P37:

1. The precipitation values are already sorted in ascending order.

2. Calculate the index of the thirty-seventh percentile:

Index_37 = floor(0.37 * 21)

= floor(7.77) = 7
3. Find the precipitation value corresponding to the index_37:

P37 = 18.4

c) Find the sixth decile, D6:

1. The precipitation values are already sorted in ascending order.

2. Calculate the index of the sixth decile, which is the position where 60% of the data falls below:

Index_6 = floor(0.6 * 21)

= floor(12.6) = 12

3. Find the precipitation value corresponding to the index_6:

D6 = 27.8

d) Find the fourth decile, D4:
1. The precipitation values are already sorted in ascending order.

2. Calculate the index of the fourth decile, which is the position where 40% of the data falls below:

Index_4 = floor(0.4 * 21)

= floor(8.4) = 8

3. Find the precipitation value corresponding to the index_4:

D4 = 19.9

To know more about percentile visit :

brainly.com/question/34221111

#SPJ11