jacobhawkins112471
jacobhawkins112471
12.05.2021 • 
Mathematics

Elena is programming a video game. She needs to simulate the power-up that the player gets when they reach a certain level. The computer can run a program to return a random integer between 1 and 100. Elena wants the best power-up to be rewarded 15% of the time. She could use the computer to simulate the player getting the best power-up at least 2 out of 3 times. Which of the following matches the results to get the best power-up at least 2 out of 3 times.

1 Elena could have the computer generate 3 random integers between 1 and 100. If at least 1 of the numbers are between 1 and 15, then the player got the best power-up at least twice.

2 Elena could have the computer generate 3 random integers between 1 and 100. If at least 2 of the numbers are between 1 and 15, then the player got the best power-up at least twice.

3 Elena could have the computer generate 3 random integers between 1 and 100. If at least 2 of the numbers are between 1 and 30, then the player got the best power-up at least twice.

Solved
Show answers

Ask an AI advisor a question