"n=15 \\\\\n\np=0.30 \\\\\n\nq = 1 - 0.3 = 0.7"
X~Binomial(15,0.3)
"P(X) = C^{15}_x(0.3)^x(0.7)^{15-x}"
The probability that at least 10 will submit a claim during the year
"P(X\u226510) = P(X=10) + P(X=11) +P(X=12) +P(X=13) + P(X=14) + P(X=15) \\\\\n\nP(X=10) = C^{15}_{10}(0.3)^{10}(0.7)^{15-10} = 0.002980 = 298 \\times 10^{-5} \\\\\n\nP(X=11) = C^{15}_{11}(0.3)^{11}(0.7)^{15-11} = 0.000580 = 58 \\times 10^{-5} \\\\\n\nP(X=12) = C^{15}_{12}(0.3)^{12}(0.7)^{15-12} = 8.29 \\times 10^{-5} \\\\\n\nP(X=13) = C^{15}_{13}(0.3)^{13}(0.7)^{15-13} = 0.82 \\times 10^{-5} \\\\\n\nP(X=14) = C^{15}_{14}(0.3)^{14}(0.7)^{15-14} = 0.05 \\times 10^{-5} \\\\\n\nP(X=15) = C^{15}_{15}(0.3)^{15}(0.7)^{15-15} = 0.0014 \\times 10^{-5} \\\\\n\nP(X\u226510) = 298 \\times 10^{-5} + 58 \\times 10^{-5} + 8.29 \\times 10^{-5} + 0.82 \\times 10^{-5} + 0.05 \\times 10^{-5} + 0.0014 \\times 10^{-5} = 365.1614 \\times 10^{-5} \\\\\n\nP(X\u226510) = 0.00365"
The probability that 4 will submit a claim during the year
"P(X=4) = C^{15}_{4}(0.3)^{4}(0.7)^{15-4} = 0.2186"
Expected "= 15 \\times 0.30 = 4.5 \u2248 5"
The standard deviation
"SD = \\sqrt{\\frac{p(1-p)}{n}} \\\\\n\n= \\sqrt{\\frac{0.3(1-0.3)}{15}} \\\\\n\n= 0.1183"
Comments
Leave a comment