40,469 views
33 votes
33 votes
Anita has a success rate of 80% on free throws in basketball. She wants to know the estimated probability that she can make exactly four of five free throws in her next game. How can she simulate this scenario?

Categorize each simulation of this scenario as correct or incorrect.

User Joyette
by
2.9k points

1 Answer

25 votes
25 votes

Answer:

Roll a six-sided die five times. The numbers 1 to 4 represent a make,

and numbers 5 and 6 represent a miss. (Correct)

Spin a spinner with three equal sections five times. On the spinner,

one section represents a miss and two sections represent a make. (Incorrect)

Generate a set of five numbers using a number generator with the numbers

0 to 9.The numbers 0 to 7 represent a make, and 8 and 9 represent a miss. (Correct)

Generate a set of five numbers using a number generator with the numbers

0 to 5.The numbers 0 to 3 represent a make, and 4 and 5 represent a miss. (Incorrect)

Spin a spinner with five equal sections five times. On the spinner, four sections represent a make and one section represents a miss. (Correct)

Explanation:

User Marika
by
3.3k points