11.3k views
3 votes
A psychologist wants to create a simplified random sample of eight of his 920 subjects. He will use a random number

table.
Use this table of random digits. Begin with row 1, column 1 and use three-digit number pairs.
Complete the statements outlining

User Amaseuk
by
8.0k points

1 Answer

5 votes

The question involves using a random number generator to create stratified, cluster, and simple random sampling methods in high school Mathematics, particularly related to statistics and probability.

The student's question involves creating different types of samples using a random number generator, which is a common practice in statistics to ensure an unbiased selection process. This task would be categorized within high school level Mathematics, specifically within the topics of statistics and probability.

Creating a Stratified Sample

To create a stratified sample, the student would randomly select three quiz scores from each column of data. Using a calculator's random integer function (randInt), the student can generate random numbers corresponding to the rows for each column and record the corresponding quiz scores.

Creating a Cluster Sample

Creating a cluster sample involves picking two columns at random to represent the entire data set. The student would use the random number generator to pick two numbers between 1 and 6, which represent the columns. Then, all the quiz scores from those selected columns will be part of the sample.

Creating a Simple Random Sample

For a simple random sample, the student presses MATH, then arrows over to the PRB function, and uses randInt to generate random numbers between 1 and 60. Each number represents a potential quiz score, and 15 should be generated for the sample.

User Karyne
by
7.7k points