Solved

A Basketball Player Has a 70% Free Throw Percentage

Question 22

Multiple Choice

A basketball player has a 70% free throw percentage.Which plan could be used to simulate The number of free throws she will make in her next five free throw attempts?
I.Let 0,1 represent making the first shot, 2, 3 represent making the second shot,…, 8, 9
Represent making the fifth shot.Generate five random numbers 0-9, ignoring repeats.
II.Let 0, 1, 2 represent missing a shot and 3, 4,…, 9 represent making a shot.Generate five
Random numbers 0-9 and count how many numbers are in 3-9.
III.Let 0, 1, 2 represent missing a shot and 3, 4,…, 9 represent making a shot.Generate five
Random numbers 0-9 and count how many numbers are in 3-9, ignoring repeats.


A) I only
B) II only
C) III only
D) II and III
E) I, II, and III

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions