Question 1013462
question 1:
3/5 of workers in a factory are men, 2/5 are women. 40% of the men and 60% of the women do not smoke. You randomly choose a worker. What is the probability that the chosen worker does not smoke?
( Answer: 12 / 25 )


answer 1:
3/5 of the workers are men.
40% of them smoke.
.4 * 3/5 = 4/10 * 3/5 = 2/5 * 3/5 = 6/25 of all the workers don't smoke.  
they just happen to be all men.
2/5 of the workers are women.
60% of them don't smoke.l
.6 * 2/5 = 6/10 * 2/5 = 3/5 * 2/5 = 6/25 of all the workers don't smoke.
they just happen to be all women.
-----
to understand how this works, assume there are 100 workers.
3/5 are men so 60 are men.
2/5 are women so 40 are women.
40% of the men don't smoke.
that's .4 * 60 = 24 men who don't smoke.
60% of the women don't smoke.
that's .6 * 40 = 24 women who don't smoke.
24 + 24 = 48 of the workers who don't smoke.  24 of them are men and 24 of them are women.
48/100 = 24/50 = 12/25.
the general formula involved here is p(a and b) = p(a) * p(b)

question 2:
There are 2 jars. In one jar there are 7 black balls and 3 blue balls. In the second jar There are 9 black balls and 6 blue balls. You throw a cube. If you get the number 5 or 6, you choose randomly a ball from the first jar. If you get any other number, you choose randomly from the second jar. What is the probability that you will choose a blue ball from the first jar? What is the probability that you will choose a blue ball?
(Answer 1/10 11/30) 


answer 2 part 1:
probability of throwing the dice and getting a 5 or a 6 is 2/6.
probability of getting a blue ball from jar 1 is 3/10.
probability of throwing the dice and getting a 4 or a 5 and then drawing a blue ball from jar 1 is 2/6 * 3/10 = 6/60 = 1/10.


answer 2 part 2:
probability of throwing the dice and getting a 1,2,3, or 4 is 4/6.
probability of getting a blue ball from jar 2 is 6/15.
probability of throwing the dice and getting a 1,2,3, or 4 and then drawing a blue ball from jar 2 is 4/6 * 6/15 = 24/90 = 8/30.
answer 2 part 3:
probability of getting part 1 or getting part 2 is 1/10 + 8/30 = 3/30 + 8/30 = 11/30.


Question 3:
2 people throw a ball at the same time. One of them hits the target 55 out of 100 times, and the other one hits it 95 out of 100 times.
What is the probability that exactly one of the throws will hit the target?
(answer: 91 / 200 )


answer 3 part 1:
p(a or b) = p(a) + p(b) - p(ab)
this give you the probability that a or b or both will score.
to find just a will score or b will score, but not both, you have to subtract another p(ab).
therefore the formula becomes p(a or b but not both) = p(a) + p(b) - 2 * p(ab).
ab means a and b.
so you get p(a) = 55/100 and p(b) = 95/100
p(ab) = p(a and b) = 55/100 * 95/100 = 209/400.
2 * p(ab) = 2 * 209/400 = 209/200.
p(a) + p(b) - 2 * p(ab) = 55/100 + 95/100 - 209/200.
simplify to get 150/100 - 209/200
convert to common denominator of 200 to get 300/200 - 209/200 = 91/200.


question 3 part 2:
What is the probability that at least one of the throws will hit the target?
(answer: 391 / 400 )
answer 3 part 2:
this includes the probability that both will hit the target as well.
therefore, instead of subtracting 2 * p(ab), just subrract p(ab).
you get p(a or b including both) = p(a) + p(b) - p(ab).
this is equal to 55/100 + 95/100 - 209/400
simplify to get 150/100 - 209/400.
convert to common denominator of 400 to get 600/400 - 209/400
combine like terms to get p(a or b including both) = 391/400.