use the row of numbers shown below to generate 12 random numbers between 01 and 99. 60015 77101 29913 32473…

use the row of numbers shown below to generate 12 random numbers between 01 and 99. 60015 77101 29913 32473 82235 25680 92780 91308. starting at the beginning of the row, what are the first 12 numbers between 01 and 99 in the sample?

use the row of numbers shown below to generate 12 random numbers between 01 and 99. 60015 77101 29913 32473 82235 25680 92780 91308. starting at the beginning of the row, what are the first 12 numbers between 01 and 99 in the sample?

Answer

Explanation:

Step1: Scan the numbers one - by - one

Start with 60, 01, 57, 71, 01, 29, 91, 33, 24, 73, 82, 23.

Step2: Select valid numbers

We take the numbers that are between 01 and 99. Skip numbers that are out of this range or duplicates.

Answer:

60, 01, 57, 71, 01 (counted once), 29, 33, 24, 73, 23, 82, 91