1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
vitfil [10]
3 years ago
15

Use the row of numbers shown below to generate 12 random numbers between 01 and 99.

Mathematics
1 answer:
sattari [20]3 years ago
6 0

Answer:

Below is the complete step-by-step explanation.

Step-by-step explanation:

Given the row of numbers

25060 12315 86244 97348 36173 32710 80033 16160

<u>Taking 25060 as seed</u>

Total random numbers to be generates = 12

Range of random number generators

  • Minimum value = 01
  • Maximum Value = 99

Seed the number (25060) into your calculator. 25060 ➡️ rand

So, the operation randInt(1,99,12) will generate the following 12 random numbers between 01 and 99.

85 90 62 45 26 97 40 55 67 17 10 32

<u>Taking 12315 as seed</u>

Total random numbers to be generates = 12

Range of random number generators

  • Minimum value = 01
  • Maximum Value = 99

Seed the number (12315) into your calculator. 12315 ➡️ rand

So, the operation randInt(1,99,12) will generate the following 12 random numbers between 01 and 99.

33 20 26 68 73 09 46 14 82 74 17 04

<u>Taking 86244 as seed</u>

Total random numbers to be generates = 12

Range of random number generators

  • Minimum value = 01
  • Maximum Value = 99

Seed the number (86244) into your calculator. 86244 ➡️ rand

So, the operation randInt(1,99,12) will generate the following 12 random numbers between 01 and 99.

54 93 02 50 37 01 86 51 38 28 23 36

<u>Taking 97348 as seed</u>

Total random numbers to be generates = 12

Range of random number generators

  • Minimum value = 01
  • Maximum Value = 99

Seed the number (97348) into your calculator. 97348 ➡️ rand

So, the operation randInt(1,99,12) will generate the following 12 random numbers between 01 and 99.

04 79 01 86 51 02 50 37 38 28 23 36

<u>Taking 36173 as seed</u>

Total random numbers to be generates = 12

Range of random number generators

  • Minimum value = 01
  • Maximum Value = 99

Seed the number (36173) into your calculator. 36173 ➡️ rand

So, the operation randInt(1,99,12) will generate the following 12 random numbers between 01 and 99.

13 03 28 17 14 31 98 47 40 48 68 19

<u>Taking 32710 as seed</u>

Total random numbers to be generates = 12

Range of random number generators

  • Minimum value = 01
  • Maximum Value = 99

Seed the number (32710) into your calculator. 32710 ➡️ rand

So, the operation randInt(1,99,12) will generate the following 12 random numbers between 01 and 99.

22 80 42 03 27 89 98 46 14 31 72 56

<u>Taking 80033 as seed</u>

Total random numbers to be generates = 12

Range of random number generators

  • Minimum value = 01
  • Maximum Value = 99

Seed the number (80033) into your calculator. 80033 ➡️ rand

So, the operation randInt(1,99,12) will generate the following 12 random numbers between 01 and 99.

29 86 51 01 23 64 37 36 35 72 14 59

<u>Taking 16160 as seed</u>

Total random numbers to be generates = 12

Range of random number generators

  • Minimum value = 01
  • Maximum Value = 99

Seed the number (16160) into your calculator. 16160 ➡️ rand

So, the operation randInt(1,99,12) will generate the following 12 random numbers between 01 and 99.

93 54 72 58 30 14 48 87 99 95 83 29

Keywords: random number generator

Learn more about random number generator from brainly.com/question/1601128

#learnwithBrainly

You might be interested in
Expression A: 4x + 5 Expression B: 2 + 4x + 3 Which statement can be used to show that these expressions are equivalent?
Alexandra [31]

Answer:

Step-by-step explanation:

3 0
3 years ago
A large company that must hire a new president prepares a final list of five candidates,all of whom are equally qualified. Two o
nikitadnepr [17]

Answer:

The estimate has been made using classical probability.

Step-by-step explanation:

5 0
3 years ago
X^2 + y^2 - 6y + 4x = 36
zysi [14]
It is AAaaaaaaaaaaaaaaaaaa
6 0
3 years ago
I still need help with similar question
KatRina [158]

Step-by-step explanation:

<u>Step 1:  Determine the axis of symmetry</u>

The axis of symmetry is middle of the parabola.  In this equation we see that at x = -1 we have the vertex and also the middle of the parabola.  So our axis of symmetry is x = -1.

<u>Step 2:  Determine the vertex</u>

The vertex is the minimum or maximum of a parabola and is bent in a crest form.  In this example the vertex is at (-1, -3) because we are using the tip of the graph.

<u>Step 3:  Determine the y-intercept</u>

The y-intercept is where the graph intersects with the y-axis.  In this example we intersect the y-axis at -4 so that means that our point would be (0, -4) meaning that we intersect x = 0 at -4.

<u>Step 4:  Determine if the vertex is a min or max</u>

Looking at the graph we can see that the rest of the red line is beneath the vertex point which means that the vertex is a max.

<u>Step 5:  Determine the domain</u>

The domain is the x-values that we are going to be using and we know that we are reaching toward positive and negative inifity which means that we are using all real numbers.

<u>Step 6:  Determine the range</u>

The range is the y axis and what y values we are able to reach using the graph.  In this example we can see that all y-values above -3 are not being used therefore the range is y \leq -3

3 0
2 years ago
Two positive, consecutive, odd integers have a product of 143.
zhannawk [14.2K]

Answer:

<em>The answer is 13</em>

Step-by-step explanation:

Two positive and consecutive old numbers are x and x - 2.

=> x(x - 2) = 143

=> x^2 - 2x - 143 = 0

=> x^2 + 11x - 13x - 143 = 0

=> x(x + 11) - 13(x + 11) = 0

=> (x + 11)(x - 13) = 0

=>  x = -11 (invalid)

or x = 13 (valid), the remaining number is 13 - 2 = 11

=> The two numbers are 11 and 13, and the greater number is 13.

Hope this helps!

:)

7 0
3 years ago
Other questions:
  • you earn $70 per week mowing lawns one week you work 10 hours during the week and spend $20 on gasoline for your mower how much
    14·1 answer
  • Find the compound interest earned by the deposit of $1800 at 6% compounded quarterly for 6 years.
    5·1 answer
  • Mike is driving a boat at 12 mph and is increasing his speed by 0.2 mph each second. Hank is driving a boat at 26.4 mph and is d
    12·1 answer
  • If ∠ECD = 45° and ∠BED = 110° is ΔABE ~ ΔCDE? If so, by what criterion? A) yes, by AA criterion B) yes, by SAS criterion C) yes,
    14·2 answers
  • Find the conjugate of each of the following radical expressions. a. √5+√11b. 9-√11c. ∛3+1.5
    7·1 answer
  • Find Arc RU. How would you solve this. Please do step by step.
    10·1 answer
  • In a class of 40 students, 75% returned their permission slips for the field trip. How many students returned their permission s
    7·2 answers
  • What does the speaker do well here? Check all that apply. asks questions prepares thoroughly includes information and opinions r
    7·2 answers
  • PLSSS HELPPPP I WILLL GIVE YOU BRAINLIEST!!!!!!
    6·2 answers
  • Halp u-u
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!