<< Chapter < Page | Chapter >> Page > |
Suppose and , , and
Show whether or not the pair is independent.
, and .
PA = 0.4*0.7 + 0.3*0.3
PA = 0.3700PB = 0.6*0.7 + 0.2*0.3
PB = 0.4800PA*PB
ans = 0.1776PAB = 0.4*0.6*0.7 + 0.3*0.2*0.3
PAB = 0.1860 % PAB not equal PA*PB; not independent
Five world class sprinters are entered in a 200 meter dash. Each has a good chance to break the current track record. There is a thirty percent chance a latecold front will move in, bringing conditions that adversely affect the runners. Otherwise, conditions are expected to be favorable for an outstanding race. Their respective probabilities ofbreaking the record are:
The performances are (conditionally) independent, given good weather, and also, given poor weather. What is the probability that three or more will break the track record?
Hint . If B 3 is the event of three or more, .
PW = 0.01*[75 80 65 70 85];PWc = 0.01*[60 65 50 55 70];P = ckn(PW,3)*0.7 + ckn(PWc,3)*0.3
P = 0.8353
A device has five sensors connected to an alarm system. The alarm is given if three or more of the sensors trigger a switch. If a dangerous condition ispresent, each of the switches has high (but not unit) probability of activating; if the dangerous condition does not exist, each of the switches has low (but notzero) probability of activating (falsely). Suppose the event of the dangerous condition and the event the alarm is activated. Proper operation consists of . Suppose the event the i th unit is activated. Since the switches operate independently, we suppose
Assume the conditional probabilities of the E 1 , given D , are 0.91, 0.93, 0.96, 0.87, 0.97, and given D c , are 0.03, 0.02, 0.07, 0.04, 0.01, respectively. If , what is the probability the alarm system acts properly? Suggestion . Use the conditional independence and the procedure ckn.
P1 = 0.01*[91 93 96 87 97];P2 = 0.01*[3 2 7 4 1];P = ckn(P1,3)*0.02 + (1 - ckn(P2,3))*0.98
P = 0.9997
Seven students plan to complete a term paper over the Thanksgiving recess. They work independently; however, the likelihood of completion depends upon the weather.If the weather is very pleasant, they are more likely to engage in outdoor activities and put off work on the paper. Let E i be the event the i th student completes his or her paper, A k be the event that k or more complete during the recess, and W be the event the weather is highly conducive to outdoor activity. It is reasonable to suppose and . Suppose
respectively, and . Determine the probability that four our more complete their papers and that five or more finish.
PW = 0.1*[4 5 3 7 5 6 2];PWc = 0.1*[7 8 5 9 7 8 5];PA4 = ckn(PW,4)*0.8 + ckn(PWc,4)*0.2
PA4 = 0.4993PA5 = ckn(PW,5)*0.8 + ckn(PWc,5)*0.2
PA5 = 0.2482
Notification Switch
Would you like to follow the 'Applied probability' conversation and receive update notifications?