Help with conditional probability

AI Thread Summary
The discussion focuses on calculating conditional probabilities involving integers from 10 to 50. For part a, the correct approach requires finding the probability of selecting an even number that is also greater than 40, rather than dividing the probabilities of being even and greater than 40. In part b, the calculation should consider the intersection of even numbers and those greater than 40. For part c, the query involves determining how many prime numbers exist between 20 and 40, with clarification that this range includes numbers from 21 to 39. The overall emphasis is on correctly applying the definition of conditional probability to solve the problems.
imjello
Messages
2
Reaction score
0
A number is selected randomly from a container containing all the integers from 10 to 50 find

a) p(even|greater than 40)
b) p(greater than 40| even)
c) p(prime| between 20 and 40)

please provide an explanation, thanks a lot =D
 
Physics news on Phys.org
Idk if people haven't answered because i didn't show work or not but there isn't much work to show in the first place here's what i tried anyway.

a. probability its even .5 (5/10)/ probability its greater than 40(1/5) .2 = 2.5 which is over one so obviously wrong

b. probability its greater than 40(1/5) .2 / .5= .4

c. (26/50).52/ (20/50) .4 = 1.3 once again over one

i feel stupid for not understanding how to do these i understand when its in a chart but can't get these question
 
I'll give an example: say we wanted to find P(odd | less than or equal to 20). This probability is just the proportion of numbers between 10 and 20 (inclusive) that are odd. These numbers are 11,13,15,17,19; there are 5 of them out of 11 choices, so the the probability sought is 5/11.
 
imjello said:
a. probability its even .5 (5/10)/ probability its greater than 40(1/5) .2 = 2.5 which is over one so obviously wrong
Looks like you're thinking that
P(even|greater than 40) = \frac{P(\text{even})}{P(\text{> 40})}
... and that is wrong. It should be
P(even|greater than 40) = \frac{P(\text{even AND > 40})}{P(\text{> 40})}
Try it again.
imjello said:
b. probability its greater than 40(1/5) .2 / .5= .4
Nope. Like in part a, the setup would be
P(greater than 40| even) = \frac{P(\text{> 40 AND even})}{P(\text{even})}
 
imjello said:
A number is selected randomly from a container containing all the integers from 10 to 50 find

a) p(even|greater than 40)
There are 10 numbers in the container that are larger than 40. How many of them are even?

b) p(greater than 40| even)
There are 21 numbers in the container that are even. How many of them are greater than 40?

c) p(prime| between 20 and 40)
There are 19 numbers in the container between 20 and 40. How many of them are prime?
(I am assuming that "between 20 and 40" means 21 to 39.

please provide an explanation, thanks a lot =D
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top