How Does Conditional Probability Affect Computer Reliability Over Time?

AI Thread Summary
The discussion centers on calculating the operational probability of a computer over 100 days, factoring in the probabilities of various faults. The initial calculation yields a probability of 0.386 for the computer being operational, while the second part, which incorporates conditional probabilities, leads to a correct answer of 0.390459. Participants debate the independence of boot-up events and the impact of conditional probabilities, particularly regarding the monitor and keyboard cable faults. Clarifications are made about the nature of these probabilities and how they should be applied to determine the overall operational status. The conversation emphasizes the importance of understanding conditional relationships in reliability assessments.
estado3
Messages
13
Reaction score
0

Homework Statement



Assuming a comp is switched on, the probability that the monitor is not working is 0.005, the probability that the CPU is faulty is 0.02, and the probability that the keyboard cable has been damaged is 0.0025, and that there are no other faults.

Proceed to evaluate the probability that the computer will be operaitonal for a period of 100 days, if it is switched on and off once a day only, and that the faults have the same probability of occurence on each occasion


The question then says that the conditional probability of the monitor not working given that the keyboard cable has been damaged is 0.05, and askes how it affects the answers

Homework Equations





The Attempt at a Solution



For this :
( 1-(0.02+0.005+0.0025)^100)
which is 0.386 for the first part

A little stuck on the second part I assume:
(1 - (0.005 X 0.05 + 0.002 + 0.0025) ) ^100

but the correct answer is 0.390459
 
Physics news on Phys.org
OK, here are some steps:
1) on any given day, what is the chance that it will fail to boot?
2) then what is the chance that it crashes the first day
3) what is the chance that it happens the second day (warning! this is not the same as in 2, which is where you went wrong above)
4) now extend to 100 days
 
CompuChip said:
3) what is the chance that it happens the second day (warning! this is not the same as in 2, which is where you went wrong above)

the faults have the same probability of occurence on each occasion

What O.o
 
If it crashes the second day, this means that it did not give up the first day.
So it is the conditional probability
P(\text{crash on day 2}) = P(\text{no crash on day 1}) P(\text{crash day 1})
and similarly
P(\text{crash on day 3}) = P(\text{no crash on day 1}) P(\text{no crash on day 2}) P(\text{crash day 1})
etc., which is different from
P(\text{crash on day 1})
 
But the boot ups are mutually exclusive events, they do not depend on previous results, why should they? Its like the chance of taking out a queen from a pack of cards, which is the boot up. Then at the end, you replace the card, the boot down. The next time you pull out a card, there's exactly the same chance!
 
estado3 said:
The question then says that the conditional probability of the monitor not working given that the keyboard cable has been damaged is 0.05, and askes how it affects the answers

A little stuck on the second part I assume:
(1 - (0.005 X 0.05 + 0.002 + 0.0025) ) ^100

but the correct answer is 0.390459
Hint: Monitor fault and KB fault can no longer be assumed to be two independent events.
 
Gib Z said:
But the boot ups are mutually exclusive events, they do not depend on previous results, why should they?
The outcomes of boot-ups are not mutually exclusive, they are mutually independent (perhaps this is what you meant to say).

What compuchip was writing down may be clarified by a little rewording:

P(\text{crash only on day 2}) = P(\text{no crash on day 1}) P(\text{crash day 2}) = P(\text{no crash on day 1}) P(\text{crash day 1})
 
estado3 said:
Proceed to evaluate the probability that the computer will be operaitonal for a period of 100 days, if it is switched on and off once a day only, and that the faults have the same probability of occurence on each occasion

Gib Z said:
But the boot ups are mutually exclusive events, they do not depend on previous results, why should they? Its like the chance of taking out a queen from a pack of cards, which is the boot up.

And then I read the question as: what is the chance that I will draw a queen exactly the 100th time (and no queen all the times before it).

At least, I assumed from the word "operational for 100 days" that it shouldn't fail in any of those days, and then crash on either the 100th or the 101st (depending on the interpretation).
 
CompuChip said:
If it crashes the second day, this means that it did not give up the first day.
So it is the conditional probability
P(\text{crash on day 2}) = P(\text{no crash on day 1}) P(\text{crash day 1})
and similarly
P(\text{crash on day 3}) = P(\text{no crash on day 1}) P(\text{no crash on day 2}) P(\text{crash day 1})
etc., which is different from
P(\text{crash on day 1})

Although this is true... I'm wondering for part a) why not just say the probability it is operational for 100 days =

(probability operation 1st day) AND (probability operational second day) AND etc...

= [(1-0.005)(1-0.02)(1-0.0025)]^100

I'm wondering if I misunderstood the question because I'm not getting 0.390459 for the second part.
 
  • #10
The question then says that the conditional probability of the monitor not working given that the keyboard cable has been damaged is 0.05, and askes how it affects the answers

The probability of monitor working or not given that keyboard cable is DAMAGED makes no difference to probability of computer booting or not, since its the same as the probability of keyboard cable not working. But this is true only if the probability of monitor not working given that keyboard cable is OK is the same as in first part, which may not be the case.

Thus if its possible to find the probability that monitor is not working given the keyboard cable is OK, we have a new value for monitor not working. Replacing this new value in the first part should give the relevant answer. Thats what I think, though I may be wrong :(.

Regards,
Sleek.
 
Back
Top