
Jon S. answered 03/10/21
Patient and Knowledgeable Math and English Tutor
binomial formula for determining number of successes x in n trials, with probability of success = p:
n!
---- p^x (1-p)^(n-x)
x!(n-x)!
x = number of free throws made is a binomial variable, so can use binomial formula to determine the probability x = 3 in n = 6 free throws, with p = 0.6 of making free throw:
3 3
6! (0.6) (0.4)
----
3!3!