Week 4 - Identifying Random Sampling Flashcards

1
Q

Suppose you were handed a bag full of a large number of small, unknown items, and asked to try to identify the
contents without looking in the bag. Naturally the easiest way to investigate would be to reach inside and grab a
handful to see what turned up. If you reached in and then pulled out a handful of nothing but marbles of various
colors off the top, you’d quite reasonably state that this must be a bag of marbles.

Is it possible that you might be wrong? How? What could you have done to improve your guess?

A

-read

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A random sampling is easily the most commonly known method of choosing representatives of a population to
comprise a statistical sample. Since the most likely error in developing an accurate statistical sample comes from
some sort of personal bias, careful researchers try to allow as little influence from personal decisions to affect the
choice of the sample members as possible. The easiest way to avoid conscious or subconscious bias is to use a
random method of selection. However, true random sampling may be more difficult than it appears. A good
definition of random sampling is: “A sample consisting of individuals each chosen entirely by chance, in such a way
that, at every stage of the process, every potential member of the sample has the same probability of being chosen as
every other member.”

A

-read

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In order to have a truly random sample, all of the factors involved with the choice of representatives must be entirely
random processes, and out of the control of any influence which might have any sort of bias. A simple random
sample is the process of assigning a number to each member of the population under study, and then using a
random number generator to pick the samples. In subsequent lessons, we will learn how to individually identify and
implement other types of random samples, including: Stratified Random Samples, Systematic Random Samples,
and Clustered Random Samples.

A

-read

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. In order to randomly pick 15 students out of a class of 210, a researcher enters the names into a spreadsheet and
    numbers them 1-210. Using a random number generator, he picks 15 numbers between 1 and 210, and uses the
    names associated with those 15 numbers.
    Is this a random sample?
A

Yes, this is a random sample. In fact, this is probably the most common method of randomizing the choice of names
from a list. By converting the names to numbers, the researcher minimizes the chance that he/she will be influenced
by a subconscious preference for a particular name. Further, by using a random number generator to pick the 15
numbers, he keeps his own thoughts away from the actual number selection process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. A researcher is conducting a survey on how many students at a particular high school go off-campus for lunch. He
    decides to pick every 5th person in line at the school cafeteria and ask how often he/she goes out to get lunch instead
    of eating at the cafeteria.
    Is this a random sample? Is it appropriate for the study?
A

This is a random sample, but not of the correct population. The concept of ’every 5th person’ is convenient and
effective as a method of choosing random students from the line, but choosing students from the lunch line at school
excludes the students who are already off campus for lunch!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Evan is conducting a study of the types of seashells on the 2-mile stretch of beach near his home.
How might he choose a random sample to represent the population of seashells on the beach? Would simply walking
around without aim and picking up seashells be effective? Why or why not?

Just walking around without direction will not actually result in a random sample, since Evan may have conscious or
unconscious preferences that would affect where he would choose to walk. Also, ’just picking up’ seashells would
further influence the sample with his own preferences since he would be picking up the shells he chooses.
If Evan wanted to randomize the sample, he could do so with a set of dice. He could roll the dice before leaving,
and use the number to set a distance to travel before stopping. He could pick up any seashells within reach at the
stop, and roll the dice again. If he turned right on even rolls, and left on odd rolls, the results would be much more
random.

A

-read

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If you reached in and then pulled out a handful of nothing but marbles of various colors off the top, you’d quite
reasonably state that this must be a bag of marbles.
Is it possible that you might be wrong? How? What could you have done to improve your guess?
It is entirely possible that you are correct, but it is also pretty clear that the results would be suspect at best. By only
grabbing a single handful of items off the top of the bag, you are limiting your results to items that worked their way
to the top. There may well have been other items at the bottom of the bag that you did not get a sample of by just
grabbing off the top. You could certainly improve the reliability of the sample by first shaking the bag well so that
your sample is appropriately randomized.
This is an example of convenience sampling, which is selecting a sample more because it is easily obtained than
because it is random or representative.

A

-read

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

For each question below, first decide if the example describes a random sample, second describe why you believe it
is/isn’t random.

Several apples are selected from each bin of different types at the market.

A

This is probably not a random sample. The question does not specify how the apples are chosen from each bin. You
would have an unconscious preference for shinier apples if you just selected one from a bin.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Each student is assigned a number and a die is rolled. Starting with that number each 4th student is chosen until the
quota is met.

A

This is a valid random sampling, specifically a systematic random sample. Each student has the same opportunity
to be chosen as any other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

To build a sample of students in his state, Brian first made a list of school districts and assigned each a number.
He then randomly chose 4 districts and assigned each school in those districts to a number and randomly chose 3
schools from each district. Once he has the schools, he assigned numbers to each students in each school, and used
a random number generator to pick 15 students from each school.

A

This is a valid random sampling method, specifically a multi-stage cluster sample. Each student in the state has the
same opportunity to be chosen for the sample.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Katrina closed her eyes and reached into a beverage stand, randomly selecting a soda.

A

This is not a random sample. Katrina would be more likely to pick one within reach than to select from the top or
bottom, and would be unlikely to reach behind the front sodas to select one further back. Some sodas have a greater
chance of being chosen than others

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

State whether each example describes a random sample:

A
  1. Consumer Reports is conducting a poll to evaluate consumer opinions on the latest console gaming platform. The publisher includes a postcard in an issue of Consumer Reports, and asks readers to fill out the form
    and return it.
  2. Kelly closes her eyes, opens the dictionary and randomly points to a word on the page. She repeats the process
    10 times.
  3. Shake a bag of marbles well, reach in and select a marble with eyes closed.
  4. Number the students in your class 1-32, and roll six standard dice to choose a random student, discarding any
    number greater than 32.
  5. Walk along a pebbled path and randomly pick up a stone.
  6. Roll standard 4 dice and choose a name starting with the letter associated with that number if the alphabet is
    numbered 1-26.
  7. Walk around a park and randomly pick up fallen leaves to see what kind of trees are in the park.
  8. Search for “dog” on Google to get a random sample of popular dogs.
  9. Ask shoppers in a hardware store if they know how to replace a light switch to learn the percentage of people
    that know how.
  10. Spin a spinner numbered 1-25 to decide how much to charge for a glass of lemonade.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly