Página inicial
/
Matemática
/
Use the Row of Numbers Shown Below to Generate 12 Random Numbers Between 01 and 99. 75035 06781 06833 70572 99020 83148 24705 42984

Question

Use the row of numbers shown below to generate 12 random numbers between 01 and 99. 75035 06781 06833 70572 99020 83148 24705 42984 Starting at the beginning of the row, what are the first 12 numbers between 01 and 99 in the sample? 1 2 3 4 5 6 7 8 9 10 11 12 generation generation square square square square square square

Solution

Verificación de expertos
4.2 (266 Votos)
Xavier Avançado · Tutor por 1 anos

Resposta

To generate 12 random numbers between 01 and 99 from the given row of numbers, we need to select two digits at a time from the row and check if they form a valid number between 01 and 99. If they do, we add them to our list of generated numbers. We repeat this process until we have 12 valid numbers.Let's start by examining the given row of numbers: We can see that the first two digits of each number are 75, 06, 07, 08, 99, 83, 24, and 42. We can ignore any numbers that are less than 01 or greater than 99.So, the first 12 numbers between 01 and 99 in the sample are:1. 072. 683. 334. 725. 206. 487. 058. 849. 3510. 6711. 8112. 90Therefore, the answer is: 07, 68, 33, 72, 20, 48, 05, 84, 35, 67, 81, 90.