Probability - continuous random variables

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
Kate2010
Messages
134
Reaction score
0

Homework Statement



Ok, I have 2 questions:

1. Nicotine levels in smokers can be modeled by a normal random variable with mean 315 and variance 1312. What is the probability, if 20 smokers are tested, that at most one has a nicotine level higher than 500?

2. fX,Y (x,y) = xe-x-y 0<x<y<[tex]\infty[/tex]
Find c.
Find the marginal probability density functions.

Homework Equations





The Attempt at a Solution



1. I have worked out that each smoker individually has a 0.079 probability of having a nicotine level higher than 500, but I'm not sure about the at most one section. Would I need to work out 1-P(at least 2 have a nicotine level higher than 500) where P(at least 2 have a nicotine level higher than 500) = P(2 have a nicotine level higher than 500) + P(3 do) + P(4 do) + ... + P(20 do). In this case would it be a geometric sum with a = 0.0792, r = 0.079 and n = 19?

2. It is the limits of integration that I am finding confusing here. I know to find c I need to do the double integral equal to one, but is it [tex]\int[/tex][tex]^{infinity}_{0}[/tex][tex]\int[/tex][tex]^{y}_{0}[/tex] fX,Y (x,y) dx dy (i.e. integrating x between 0 and y and y between 0 and infinity)?

Similarly for the marginal distributions would the limits when integrating with respect to y be 0 and infinity and x be 0 and y?
 
Physics news on Phys.org
Kate2010 said:

Homework Statement



Ok, I have 2 questions:

1. Nicotine levels in smokers can be modeled by a normal random variable with mean 315 and variance 1312. What is the probability, if 20 smokers are tested, that at most one has a nicotine level higher than 500?

2. fX,Y (x,y) = xe-x-y 0<x<y<[tex]\infty[/tex]
Find c.
Find the marginal probability density functions.

Homework Equations





The Attempt at a Solution



1. I have worked out that each smoker individually has a 0.079 probability of having a nicotine level higher than 500, but I'm not sure about the at most one section. Would I need to work out 1-P(at least 2 have a nicotine level higher than 500) where P(at least 2 have a nicotine level higher than 500) = P(2 have a nicotine level higher than 500) + P(3 do) + P(4 do) + ... + P(20 do). In this case would it be a geometric sum with a = 0.0792, r = 0.079 and n = 19?

P(at most 2) = P(0) + P(1). And if your p = .079 is correct and X is the number with nicotine over 500, then isn't X binomial(20,p)?

2. It is the limits of integration that I am finding confusing here. I know to find c I need to do the double integral equal to one, but is it [tex]\int[/tex][tex]^{infinity}_{0}[/tex][tex]\int[/tex][tex]^{y}_{0}[/tex] fX,Y (x,y) dx dy (i.e. integrating x between 0 and y and y between 0 and infinity)?

Similarly for the marginal distributions would the limits when integrating with respect to y be 0 and infinity and x be 0 and y?

Your limits are correct. Click on the expression below to see how to render it in tex:

[tex]\int_0^\infty \int_0^y f(x,y)dxdy[/tex]
 
Kate2010 said:
the limits when integrating with respect to y be 0 and infinity and x be 0 and y?


I didn't notice this final question. For the marginals your limits are determined by the non-zero region. So when integrating in the x direction you will go from 0 to y and when integrating in the y direction, it will go from x to infinity. Your nonzero domain is in the first quadrant above the line y = x.
 
Thanks a lot, really helpful :)
 
Ah ok, so fX(x) = [tex]\int_x^\infty f(x,y) dxdy[/tex] not fX(x) = [tex]\int_0^\infty f(x,y) dxdy[/tex]?
 
Kate2010 said:
Ah ok, so fX(x) = [tex]\int_x^\infty f(x,y) dxdy[/tex] not fX(x) = [tex]\int_0^\infty f(x,y) dxdy[/tex]?
Probably just a typo, but you shouldn't have dx in the integrals because you're only integrating over y. And yes, the limits on your first integral is what LCKurtz meant.