🚀 NEW from the xtremepape.rs team: AI exam prep — 120,000+ worked solutions, and it marks your handwritten working from a photo. Sign in with your forum account & try it free → prepare.xtremepape.rs
Thank you broQuestion 45:
Choosing 2 people from the 6 that liked the new flavor and 2 people from the 4 that did not. This can be done in
C(6,2) * C(4,2) = 15*6 = 90 ways.
Now since there are C(10,4) = 210 ways we can pick 4 of the 10 people in the group without restrictions, the desired probability is
90/210 = 3/7.
Question 46:
Binomial Distribution with n= 10, p = 0.45, q = 0.55
The expansion is (p+q)^10
a
Mean = np = 4.5
SD = sqrt(npq) = sqrt(10 x 0.55 x 0.45) = 1.573
b
Find term containing p^4 in the binomial expansion
This is 10C4 x 0.45^4 x 0.55^6
= 210 x 0.0410 x 0.0277
= 0.2383
c
P(x < 5) = P(x = 0) + P(x = 1) + P(x = 2) + P(x = 3) + P(x = 4)
= 10c0*(0.45)^0*(1-0.45)^10 + 10c1*(0.45)^1*(1-0.45)^9 + 10c2*(0.45)^2*(1-0.45)^8
+ 10c3*(0.45)^3*(1-0.45)^7 + 10c4*(0.45)^4*(1-0.45)^6
= 0.5044
Dont do Q49Question 45:
Choosing 2 people from the 6 that liked the new flavor and 2 people from the 4 that did not. This can be done in
C(6,2) * C(4,2) = 15*6 = 90 ways.
Now since there are C(10,4) = 210 ways we can pick 4 of the 10 people in the group without restrictions, the desired probability is
90/210 = 3/7.
Question 46:
Binomial Distribution with n= 10, p = 0.45, q = 0.55
The expansion is (p+q)^10
a
Mean = np = 4.5
SD = sqrt(npq) = sqrt(10 x 0.55 x 0.45) = 1.573
b
Find term containing p^4 in the binomial expansion
This is 10C4 x 0.45^4 x 0.55^6
= 210 x 0.0410 x 0.0277
= 0.2383
c
P(x < 5) = P(x = 0) + P(x = 1) + P(x = 2) + P(x = 3) + P(x = 4)
= 10c0*(0.45)^0*(1-0.45)^10 + 10c1*(0.45)^1*(1-0.45)^9 + 10c2*(0.45)^2*(1-0.45)^8
+ 10c3*(0.45)^3*(1-0.45)^7 + 10c4*(0.45)^4*(1-0.45)^6
= 0.5044
Thanks man :')Question 50:
a)
n= 200 ; p = 0.015 (defective) ; q = 0.895 (not defective)
1. None of the antennas is defective.
P(200 not defective) = 0.895^200 = 2.315.10^-10
b)
Three or more of the antennas are defective
P(3<= x <=200)
= 1 - P(0<= x <= 2)
= 1 - binomcdf(200,0.015,2)
= 0.5785
Question 51:
a)
e(-4)=0.01832 That is the probability of 0.
b)
probability of 4= e (-4) 4^4/4! = 0.2930 (expected value)
c)
probability of 4 or fewer is 0.629 from table
d)
probability of 4 or more are waiting is 0.371 (from ≥4 + 0.2930 (4 exactly)=0.664
Question 52:
a)
P(1,2) = [e^(-2)*2^1]/1! = 2e^(-2) = 0.2707
b)
1-poissoncdf(2,4)=0.05265...
c)
poissonpdf(2,0) = 0.13534...
=======================
Cheers!
Question 37:Cont
More Questions coming upQuestion 37:
binom dist with n = 12, p = 0.45, q = 0.55
E[x] = np = 12*0.45 = 5.4 <------ ans to part 1
08 C(12,08) * 0.45^08 * 0.55^4 0.07616 -----> 0.0762 (ans to part 2)
09 C(12,09) * 0.45^09 * 0.55^3 0.02770
10 C(12,10) * 0.45^10 * 0.55^2 0.00680
11 C(12,11) * 0.45^11 * 0.55^1 0.00101
12 C(12,12) * 0.45^12 * 0.55^0 0.00007
for part 3, add up and round to 4 dp
Question38:
Binomial Problem with n = 12 and p = 0.30
P(x = 2) = 12C2(0.3)^2*(0.7)^10 = binompdf(12,0.3,2) = 0.1678 = 16.78%
So the probabiity of that happenin is close to 17%.
Question 39:
a
expected value = np = 15*0.4 = 6
b
P(x = 10) = 15C10*0.4^10*0.6^5 = binompdf(15,0.4,10) = 0.0245
c
P(10<= x <= 15) = 1 - binomcdf(15,0.4,9) = 0.0338
d
P(11<= x <=15) = 1 - binomcdf(15,0.4,10) = 0.0093
==============================
Please excuse me from Question 35 and 36.
Q17:From 17-38
🚀 NEW from the xtremepape.rs team: AI exam prep — 120,000+ worked solutions, and it marks your handwritten working from a photo. Sign in with your forum account & try it free → prepare.xtremepape.rs