479,539 views
34 votes
34 votes
Assume that there is a 8​% rate of disk drive failure in a year. a. If all your computer data is stored on a hard disk drive with a copy stored on a second hard disk​ drive, what is the probability that during a​ year, you can avoid catastrophe with at least one working​ drive?

User GIZ
by
3.2k points

1 Answer

10 votes
10 votes

Answer:

0.9936 = 99.36% probability that during a​ year, you can avoid catastrophe with at least one working​ drive

Explanation:

For each disk, there are only two possible outcomes. Either it works, or it does not. The probability of a disk working is independent of any other disk, which means that the binomial probability distribution is used to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)

In which
C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

And p is the probability of X happening.

Assume that there is a 8​% rate of disk drive failure in a year.

So 100 - 8 = 92% probability of working, which means that
p = 0.92

Two disks are used:

This means that
n = 2

What is the probability that during a​ year, you can avoid catastrophe with at least one working​ drive?

This is:


P(X \geq 1) = 1 - P(X = 0)

In which


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)


P(X = 0) = C_(2,0).(0.92)^(0).(0.08)^(2) = 0.0064


P(X \geq 1) = 1 - P(X = 0) = 1 - 0.0064 = 0.9936

0.9936 = 99.36% probability that during a​ year, you can avoid catastrophe with at least one working​ drive

User Andrew Y
by
2.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.