162k views
4 votes
A neighborhood organization wants to know what percent of households want to have a community vegetable garden. The organization plans to survey a random sample of 25 households.

What is the best way to randomly choose these 25 households?




a)Ask the households nearest to the proposed site of the vegetable garden.

b)Count every 5th house on the longest street in the neighborhood.

c)Randomly assign each household a number and use a random number generator to generate 25 numbers.

d)Ask for volunteers in the neighborhood to choose households.

User Epynic
by
6.2k points

2 Answers

2 votes
C) randomly assign each household a number and use a random generator to generate 25 numbers
User Geoffrey Burdett
by
5.0k points
4 votes

A neighborhood organization wants to know what percent of households want to have a community vegetable garden. The organization plans to survey a random sample of 25 households.

Survey is a random sample of 25 households

So randomly assign each household a number .Then use that random number to generate 25 numbers

So answer is Randomly assign each household a number and use a random number generator to generate 25 numbers.