Instructor is to examine a population of 20 students to check for homework. If 15 have done their homework and if sample of 4 students is to be randomly chosen, what is the probability that exactly 3 will have done their homework? What is the probability that exactly 3 will have done their homework
Let x be the number of students who have done their homework
Given Population(N)= 20 ; Sample(n)=4 ; done homework (m)= m
Then the proof of x is
"P(x=k)= \\frac{\\begin{pmatrix}\n m \\\\\n k\n\\end{pmatrix} \\begin{pmatrix}\n N-m \\\\\n n-k\n\\end{pmatrix}}{\\begin{pmatrix}\n N \\\\\n n\n\\end{pmatrix}}= \\frac{\\begin{pmatrix}\n 15 \\\\\n k\n\\end{pmatrix} \\begin{pmatrix}\n 20-m \\\\\n 4-k\n\\end{pmatrix}}{\\begin{pmatrix}\n 20 \\\\\n 4\n\\end{pmatrix}}"
P( exactly 3 will have done their work)
"= P(x=3)\\\\\n= \\frac{\\begin{pmatrix}\n 15 \\\\\n 3\n\\end{pmatrix} \\begin{pmatrix}\n 20-15 \\\\\n 4-3\n\\end{pmatrix}}{\\begin{pmatrix}\n 20 \\\\\n 4\n\\end{pmatrix}}\\\\\n= \\frac{(\\frac{15!}{(15-3)! 3!}) (\\frac{5!}{(5-1)! 1!})}{(\\frac{20!}{(20-4)! 4!})}\\\\\n=\\frac{455*5}{4845}\\\\\n=0.47"
Comments
Leave a comment