Let the Probability of success be that the player get the basket in a shot which is given as 0.7 (70%).
X is the number of shots which is given that player takes four independent free throws.
Using, Binomials formula:
"P( x = r) = \\begin{pmatrix}\n n \\\\\n r \n\\end{pmatrix}* P^r( 1 - P)^{n - r}"
where P is the Probability of success, n is number of trials.
In our case , n = 4 ; r =2; P = 0.7
P( exactly 2 baskets) = P(x = 2) "= \\begin{pmatrix}\n 4 \\\\\n 2\n\\end{pmatrix}*(0.7)^2* ( 1 - 0.7)^{4 - 2} ="
= "[ 4!\/ 2!(4-2)!] (0.7)^2 ( 1 - 0.7)^{4 - 2} ="
"= (4*3\/2)* (0.7)^2* ( 0.3)^2 ="
"= 6* ( 0.49)* (0.09)"
P( x= 2) = 0.265
Answer: Probability that Raymonds gets exactly 2 baskets is 0.265.
Comments
Leave a comment