QUESTION IMAGE
Question
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?
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
60, 01, 57, 71, 01 (counted once), 29, 33, 24, 73, 23, 82, 91