Concept explainers
Below are 64 names of employees at NilCo. Colors denote different departments (finance, marketing, purchasing, engineering). Sample eight names from the display shown by using (a) simple random sampling, (b) systematic sampling, and (c) cluster sampling. Try to ensure that every name has an equal chance of being picked. Which sampling method seems most appropriate?
a.
Select 8 names from the given names, by using simple random sampling.
Answer to Problem 67CE
The 8 names obtained from the given names by using simple random sampling are:
Name |
Janet |
Joel |
Mario |
Buck |
Ralph |
Gadis |
Gene |
Dmitri |
Explanation of Solution
Calculation:
Answers may vary. One of the possible answers is given below:
The data provides names of 64 employees at NilCo, employed in 4 departments- finance, marketing, purchasing and engineering. A separate color is used to represent each department.
It is not clearly specified which color represents which department. Thus, for convenience, name the pink-colored group as “Group 1”, the yellow-colored group as “Group 2”, the green-colored group as “Group 3” and the blue-colored group as “Group 4”,
The list gives 64 unique names. Thus, assign serial numbers 1 to 64 to the names. Start by assigning the first name in Group 1 (Floyd) the number 1 and move column-wise till all 15 members of Group 1 are numbered from 1 to 15 (Moira).
Then, assign number 16 to the first name in Group 2 (Don) and continue column-wise till the last name in Group 2, Liz is numbered 27.
Now, give the next number 28 to the first member in Group 3 (Tom) and move column-wise till the last name in Group 3 (Marge) is numbered 48.
Lastly, number the first name in Group 4 (Bonnie) 49, move column-wise and finish with Pam, the last name in Group 4, assigning number 64.
Data arrangement:
EXCEL Procedure:
Step by step procedure to arrange the data by using EXCEL is given below:
- Enter the names in the first, second, third and fourth groups in columns A, C, E, G and name the columns Group 1, Group 2, Group 3, Group 4, respectively.
- Enter the assigned serial numbers of the names in the first, second, third and fourth groups in columns B, D, F, H respectively and name each column Serial No.
Output using EXCEL is given below:
Simple random sampling:
Simple random sampling is defined as a method of sampling in which, a sample of size n is drawn from a population of size N by using a random method, such as a random number table or software such as EXCEL, MINITAB, etc. to ensure that each of the N population units has the same probability of being selected in each draw. The simple random sampling gives a sample that is representative of the population.
EXCEL Procedure:
Step by step procedure to obtain a simple random sample by using EXCEL is given below:
- Give the name for column I as Simple Random Sampling in cell I1.
- Enter =RANDBETWEEN(1,64) in cells I2:I9 to obtain 8 random numbers lying between 1 and 64.
- Repeat the procedure till 8 unique random numbers are obtained.
Output using EXCEL is given below:
A careful observation of the first output with the arrangement of names and numbers shows that the names corresponding to the obtained random numbers are as follows:
Random number | Name |
60 | Janet |
10 | Joel |
12 | Mario |
52 | Buck |
63 | Ralph |
19 | Gadis |
56 | Gene |
34 | Dmitri |
b.
Select 8 names from the given names, by using systematic sampling.
Answer to Problem 67CE
The 8 names obtained from the given names by using systematic sampling are:
Name |
Ginnie |
Moira |
Lorin |
Juanita |
Jody |
Brian |
Tania |
Ralph |
Explanation of Solution
Calculation:
Answers may vary. One of the possible answers is given below:
Systematic sampling:
Systematic sampling is defined as a method of sampling in which, at first, an entity is chosen from the first k entities in the list, followed by choosing every kth entity thereafter, till the desired sample size is obtained. It is a random sampling method.
Here, the population size is N = 64 and the sample size is n = 8. Thus, the value of k is:
Thus, select one number randomly, between 1 and 8. Then select every 8th number, till a sample of 8 numbers is obtained.
EXCEL Procedure:
Step by step procedure to obtain a systematic sample by using EXCEL is given below:
- Give the name for column J as Systematic Sampling in cell J1.
- Enter =RANDBETWEEN(1,8) in cell J2 to obtain 1 random number lying between 1 and 8.
Output using EXCEL is given below:
The first number chosen is 7. Thereafter, successively add 8, till 8 numbers are obtained. Use the formula:
Thus, the 8 numbers and the corresponding names obtained from the given names by using systematic sampling are:
Random number | Name |
7 | Ginnie |
15 | Moira |
23 | Lorin |
31 | Juanita |
39 | Jody |
47 | Brian |
55 | Tania |
63 | Ralph |
c.
Select 8 names from the given names, by using cluster sampling.
Identify the most appropriate sampling method in this situation.
Answer to Problem 67CE
The 8 names obtained from the given names by using cluster sampling are:
Name |
Brian |
Jeremy |
Marnie |
Takisha |
Dan |
Mike |
Molly |
Erika |
Systematic sampling seems to be the most appropriate in this situation.
Explanation of Solution
Calculation:
Answers may vary. One of the possible answers is given below:
Cluster sampling:
Cluster sampling is defined as a method of sampling in which, at first, the entire population is divided into heterogeneous subgroups, especially by geographic areas called cluster, then desired number of clusters are selected from all the clusters, usually by simple random sampling. Each cluster is expected to be representative of the population.
Consider the 4 departments or groups as the 4 clusters.
In this case, sample size must be 8. However, all 4 clusters contain more than 8 names. Hence, use two-stage cluster sampling. In the first stage, randomly select one cluster out of the 4 clusters. In the second stage, randomly select 8 numbers from the cluster selected in Stage I.
First, randomly select 1 group out of the 4 groups.
EXCEL Procedure:
Step by step procedure to obtain a cluster by using EXCEL is given below:
- Give the name for column K as Cluster Sampling Stage I in cell K1.
- Enter =RANDBETWEEN(1,4) in cell K2 to obtain 1 random number lying between 1 and 4.
Output using EXCEL is given below:
Thus, the 3rd cluster, that is, Group 3 is selected.
Now, randomly select 8 numbers from Group 3. The individuals in Group 3 are numbered from 28 to 48. Hence, randomly select 8 numbers between 28 and 48.
EXCEL Procedure:
Step by step procedure to obtain a cluster sample by using EXCEL is given below:
- Give the name for column L as Cluster Sampling Stage II in cell L1.
- Enter =RANDBETWEEN(28,48) in cells L2:L9 to obtain 8 random numbers lying between 28 and 48.
- Repeat the procedure till 8 unique random numbers are obtained.
Output using EXCEL is given below:
A careful observation of the first output with the arrangement of names and numbers shows that the names corresponding to the obtained random numbers are as follows:
Random number | Name |
47 | Brian |
43 | Jeremy |
32 | Marnie |
38 | Takisha |
46 | Dan |
35 | Mike |
36 | Molly |
40 | Erika |
A careful observation of the 3 samples obtained in parts a, b and c shows that the cluster sampling selects individuals from only one group (Group 3), which definitely does not represent all the groups properly.
The simple random sampling selects individuals from all 4 groups, but does not ensure that the sample size from each group is proportional to the actual group size. Here, Group 3 is the largest group, but only 1 individual is selected from this group. This is the same as the number of individuals selected from the smallest group (1), Group 2.
The systematic sampling is the only sampling method here, which selects individuals over a properly spread out area. The number of members selected from each group using systematic sampling is also more-or-less in proportion to the actual group size.
Hence, systematic sampling seems to be the most appropriate in this situation.
Want to see more full solutions like this?
Chapter 2 Solutions
Applied Statistics in Business and Economics
- Introduce yourself and describe a time when you used data in a personal or professional decision. This could be anything from analyzing sales data on the job to making an informed purchasing decision about a home or car. Describe to Susan how to take a sample of the student population that would not represent the population well. Describe to Susan how to take a sample of the student population that would represent the population well. Finally, describe the relationship of a sample to a population and classify your two samples as random, systematic, cluster, stratified, or convenience.arrow_forward1.2.17. (!) Let G,, be the graph whose vertices are the permutations of (1,..., n}, with two permutations a₁, ..., a,, and b₁, ..., b, adjacent if they differ by interchanging a pair of adjacent entries (G3 shown below). Prove that G,, is connected. 132 123 213 312 321 231arrow_forwardYou are planning an experiment to determine the effect of the brand of gasoline and the weight of a car on gas mileage measured in miles per gallon. You will use a single test car, adding weights so that its total weight is 3000, 3500, or 4000 pounds. The car will drive on a test track at each weight using each of Amoco, Marathon, and Speedway gasoline. Which is the best way to organize the study? Start with 3000 pounds and Amoco and run the car on the test track. Then do 3500 and 4000 pounds. Change to Marathon and go through the three weights in order. Then change to Speedway and do the three weights in order once more. Start with 3000 pounds and Amoco and run the car on the test track. Then change to Marathon and then to Speedway without changing the weight. Then add weights to get 3500 pounds and go through the three gasolines in the same order.Then change to 4000 pounds and do the three gasolines in order again. Choose a gasoline at random, and run the car with this gasoline at…arrow_forward
- AP1.2 A child is 40 inches tall, which places her at the 90th percentile of all children of similar age. The heights for children of this age form an approximately Normal distribution with a mean of 38 inches. Based on this information, what is the standard deviation of the heights of all children of this age? 0.20 inches (c) 0.65 inches (e) 1.56 inches 0.31 inches (d) 1.21 inchesarrow_forwardAP1.1 You look at real estate ads for houses in Sarasota, Florida. Many houses range from $200,000 to $400,000 in price. The few houses on the water, however, have prices up to $15 million. Which of the following statements best describes the distribution of home prices in Sarasota? The distribution is most likely skewed to the left, and the mean is greater than the median. The distribution is most likely skewed to the left, and the mean is less than the median. The distribution is roughly symmetric with a few high outliers, and the mean is approximately equal to the median. The distribution is most likely skewed to the right, and the mean is greater than the median. The distribution is most likely skewed to the right, and the mean is less than the median.arrow_forwardDuring busy political seasons, many opinion polls are conducted. In apresidential race, how do you think the participants in polls are generally selected?Discuss any issues regarding simple random, stratified, systematic, cluster, andconvenience sampling in these polls. What about other types of polls, besides political?arrow_forward
- Please could you explain why 0.5 was added to each upper limpit of the intervals.Thanksarrow_forward28. (a) Under what conditions do we say that two random variables X and Y are independent? (b) Demonstrate that if X and Y are independent, then it follows that E(XY) = E(X)E(Y); (e) Show by a counter example that the converse of (ii) is not necessarily true.arrow_forward1. Let X and Y be random variables and suppose that A = F. Prove that Z XI(A)+YI(A) is a random variable.arrow_forward
- Holt Mcdougal Larson Pre-algebra: Student Edition...AlgebraISBN:9780547587776Author:HOLT MCDOUGALPublisher:HOLT MCDOUGALBig Ideas Math A Bridge To Success Algebra 1: Stu...AlgebraISBN:9781680331141Author:HOUGHTON MIFFLIN HARCOURTPublisher:Houghton Mifflin HarcourtGlencoe Algebra 1, Student Edition, 9780079039897...AlgebraISBN:9780079039897Author:CarterPublisher:McGraw Hill
- College Algebra (MindTap Course List)AlgebraISBN:9781305652231Author:R. David Gustafson, Jeff HughesPublisher:Cengage Learning