asked 89.7k views
0 votes
Your boss asks you to generate a random number between 0 and 100. which formula will provide this result?

asked
User Juhanic
by
8.1k points

2 Answers

7 votes

Final answer:

To generate a random number between 0 and 100, use a calculator's randInt function, such as randInt(0,100) on a TI-83 or TI-84+, or use an online random number generator where you can specify the range.

Step-by-step explanation:

To generate a random number between 0 and 100, you can use various methods. If you're using a calculator, like a TI-83, TI-84+ or similar, you can use the randInt function. For example, the following calculator command will generate a random number between 0 and 100: randInt(0,100). Make sure your calculator is set to generate integer values; if it's set to generate decimal numbers, it will generate random numbers between 0 and 1, like the ones Lisa generated. In that case, you would need to multiply the decimal number by 100 and round it to get a whole number between 0 and 100.

Another option is to use a computer program or an online random number generator. These tools typically allow you to specify the range of numbers you want to generate, which is particularly useful when you need to create a random number within a specific range such as 0 to 100.

answered
User Thurston
by
8.2k points
3 votes

Final answer:

To generate a random number between 0 and 100, use a calculator's random number generator function, selecting 'random(0,100)' on a TI-83 or TI-84+ calculator to produce a truly random integer within that range.

Step-by-step explanation:

To generate a random number between 0 and 100, you can use a random number generator feature found on calculators, statistical software, or even some websites specifically designed for this purpose. If you are using a calculator like the TI-83 or TI-84+, you could use the following steps to generate your random number:

  • Press the MATH button and then arrow over to the PRB (Probability) tab.
  • Select the 5:randInt( function.
  • Enter 0,100 after the function to specify the range between 0 and 100.
  • Press ENTER and the calculator will display a random integer between 0 and 100.

This method ensures that each number within the range has an equal probability of being chosen, hence providing a truly random selection.

answered
User James Mchugh
by
8.3k points

No related questions found