d2jsp
Log InRegister
d2jsp Forums > Off-Topic > General Chat > Homework Help > Probability Distribution Help
Add Reply New Topic New Poll
Member
Posts: 15,275
Joined: Sep 30 2009
Gold: 1,790.00
May 4 2013 10:11am
Suppose that 40% of American homes have a microwave oven. Let X be the number of American homes in a random sample of n=25 that have a microwave oven. Find the probability that X is at most 11 and at least 8.


Helping someone review Prob & Stats before their final.
It's been a while since I messed with this, and I can't remember which distribution to use. Any help?
Member
Posts: 15,275
Joined: Sep 30 2009
Gold: 1,790.00
May 4 2013 10:26am
I think I tried to over-complicate this. I ended up choosing Binomial Distribution
p=.4
q=.6
n=25

Obviously a discrete function, so:
P[8<=X<=11] = f(8) + f(9) + f(10) + f(11)


Please let me know if I chose the wrong distribution!
Member
Posts: 16,662
Joined: Nov 24 2007
Gold: 15,245.00
Trader: Trusted
May 4 2013 03:47pm
Quote (TritonV8 @ May 4 2013 05:26pm)
I think I tried to over-complicate this. I ended up choosing Binomial Distribution
p=.4
q=.6
n=25

Obviously a discrete function, so:
P[8<=X<=11] = f(8) + f(9) + f(10) + f(11)


Please let me know if I chose the wrong distribution!


Binomial is obviously the good choice... as long as the "random" sample is random (not gonna happen in real life).

Yes, P(X is in [8;11]) = p (X=8) + ... + p (X=11)
= ( 8 25 ) * 0.4 ^8 * 0.6 ^ 17 + ( 9 25 ) * 0.4 ^ 9 * 0.6 ^ 16 + ... + ( 11 25 ) * 0.4 ^ 11 * 0.6 ^ 14
Member
Posts: 15,275
Joined: Sep 30 2009
Gold: 1,790.00
May 4 2013 04:24pm
Quote (feanur @ May 4 2013 04:47pm)
Binomial is obviously the good choice... as long as the "random" sample is random (not gonna happen in real life).

Yes, P(X is in [8;11]) = p (X=8) + ... + p (X=11)
= ( 8 25 ) * 0.4 ^8 * 0.6 ^ 17 + ( 9 25 ) * 0.4 ^ 9 * 0.6 ^ 16 + ... + ( 11 25 ) * 0.4 ^ 11 * 0.6 ^ 14


Terrific, thanks. Would've felt bad if I gave the wrong advice
Member
Posts: 16,431
Joined: Jan 27 2006
Gold: 6.66
Go Back To Homework Help Topic List
Add Reply New Topic New Poll