About 361,000 results
Open links in new tab
  1. Does the phrase "Pick a number between 1 and 5" include 1 and

    Oct 17, 2022 · For the options to be 1,2,3,4,&5, the question should be "pick a number from 1 to 5." The word between defines the options as being only 2,3,&4. Similarly, if said to pick a point on a line between the two ends, that would exclude the ends from being picked.

  2. What is a good way pick a fairly random number from 1-10?

    Dec 20, 2023 · Then take the units as your number, selecting 10 if the answer is 0. E.g. pick 2, 4, 7, multiplying them = 56, then - 2 - 4 - 7 = 43, so the random number is 3. While I haven't modeled the distribution of the above, it seems like it would give a better random number than just picking one. But is there a better way to create more random numbers?

  3. 5. In order to figure out who will go first in a game, your friend …

    Apr 27, 2021 · a. The possible outcomes of picking a number between 1 and 25 are the integers from 1 to 25, inclusive. b. The favorable outcomes of choosing an even number are the even integers from 1 to 25. This includes 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, and 24. c. The favorable outcomes of choosing a number less than 20 are the integers from 1 to 19.

  4. How to make 3 random number selectors with unique results?

    Then, create 2 variables for this sprite only named index and number. Place this code to randomly pick a number from the list and delete that chosen number. You must run this code every time you want to choose a random number. set index to (pick random (1) to (length of choices)) set number to (item (index) of choices) delete (index) of choices

  5. Asking over 8500 students to pick a random number from 1 to 10 …

    Jan 5, 2019 · We sometimes do “pick a number 1-100” at work to see who gets some extra perk (usually baseball tickets). The person to guess closest to the selected number gets the prize. I always use a random number generator for my pick rather than guessing to avoid accidentally clustering with others.

  6. You are invited to pick a number between 1 and a million, BUT.

    May 23, 2024 · Use a random number generator. Humans are notoriously bad at making things "random" so the first random number of the top of your head is disproportionately likely to be the first random number off of the top of someone else's head. If you're going to play the normal lottery, just have the machine pick your numbers.

  7. How to generate a random number and ignore certain numbers?

    Jan 24, 2021 · Another method is to generate a number from 1 to 7 inclusive, then add 1 if the number is >= 3, add 1 again if the number is >= 5, then add 1 again if the number is >= 7. This saves you from having to allocate and populate the whole list.

  8. Pick a random number from 1 through 5, but I will now mention

    Apr 17, 2024 · Now that I know that 3 and 7 are the most common 'random' numbers people pick between 1 and 10, I'm specifically not using them to make the samples more random. Reply reply Top 1% Rank by size

  9. Why when we have to pick a number from 1-10 we almost always …

    Mar 17, 2023 · That's the other main number people pick aside from 7. We tend to choose prime numbers because they feel more random to us, we also tend not to choose 1,5, or 10 because they are directly on the ends and middle which doesn't feel …

  10. Command that gives different results depending on the outcome

    May 30, 2022 · The bot most of them use is StreamElements. So basically right now its set to just say a random number 1-20 and it says the same line afterwards. I was wanting to know if I could customize it so if a number 1-5 came out one specific quote would come afterwards then a different one if a number 6-10 came out. Then so on and so on.