Problems 1. A system has four components, A, B, C, D. The probability that each component
will work is p(A) =.90, p(B) = .70, p(C) =.95, and p(D) = .60; all components
must operate in order for the system to work. Since the probabilities associated
with components B and D are low, backup components, B-B and D-D, with the same
probabilities are provided: - Draw the box and line diagram for this system.
- What is the probability that each component will not work?
- What is the probability that the system will work without the backup components?
- List the ways in which the system can work with the backup components.
- What is the probability that the system will work with the backup components?
- How much improvement in reliability do the backup components provide?
2. (One step beyond) A simple system consists of three components, A. B, C,
as shown below, with the probability that each component will work. Component
A costs $20,000 each, B costs $10,000 each, and C costs $6,000 each. | | | | | | | | | | -- -- -- -- -- | | | p(A) = .99 | | p(B) = .99 | | p(C) = .75 | | | | | | | | | | | | |
- What is the probability that the system will work?
- Management wishes to have at least a .95 probability that the system will
work, and proposes to achieve this goal by adding redundant component C's
to the system, which are identical to the existing component C. Each new C
would switch on if the preceding C's failed. How many C's will be required?
- Draw the diagram of the new system.
- How much will it cost to achieve a .95 probability by adding C's?
3. The mean operating life (MTBF) of TV picture tubes is 4,000 hours, and the
failure rate of the tubes can be modeled by a negative exponential distribution.
Use Table 4S-1 in your textbook, or use the Image152 (0.0K)Image152
or In x key on your pocket calculator to solve these problems. - Determine the probability that a picture tube will fail within 3,200 hours.
- Determine the probability that a picture tube will last at least 6,400 hours.
- The manufacturer wishes to provide a warranty on which he will be obligated
to make a replacement of only 2% of the picture tubes sold. For how many hours
should the picture tubes be warranted?
- Does the MTBF come in the middle of this distribution?
4. The service life of automobile tires is modeled by a normal curve; the
Mean Time Between Failures (MTBF) is 20,000 miles and the standard deviation
is 800 miles. Use Table A in the Appendix to solve these problems. - Determine the probability that a tire will fail before 22,000 miles.
- Determine the probability that a tire will last at least 19,000 miles.
- The manufacturer wishes to provide a warranty on which he will be obligated
to make a replacement of only 1% of the tires sold. For how many miles should
he warrant the tires?
- Does the MTBF come in the middle of this distribution?
- What is the difference between modeling the service life with the negative
exponential distribution or with the normal curve?
5. (One step beyond) A life test has shown that coffeemakers fail in use at
the rate of 0.04257 per month. (That is: of all of the millions of coffeemakers
in use, 4.257% can be expected to fail in any month.) The manufacturer warrants
that a coffeemaker will last for 12 months of ordinary usage. What is the reliability
of a coffeemaker? Solutions 1.
-- -- -- | A .90 | | B .70 | | C .95 | | D .60 | | | | | | | | | | | | B-B .70 | | | | D-D .60 |
- Let p( Image153 (0.0K)Image153 )
be the probability that component A does not work.
p( Image154 (0.0K)Image154 )
= 1 - p(A) = 1 - .90 = .10.
p(Image155 (0.0K)Image155 )
= 1 - p(B) = 1 - .70 = .30.
p(Image156 (0.0K)Image156 )
= 1 - p(C) = 1 - .95 = .05.
p(Image157 (0.0K)Image157 )
= 1 - p(D) = 1 - .60 = .40. - p(system works) = p(A)p(B)p(C)p(D) = (.90)(.70)(.95)(.60) = .3591.
- 1) A works; B works; C works; D works.
2) A works; B fails; B-B works; C works; D works.
3) A works; B works; C works; D fails; D-D works.
4) A works; B fails; B-B works; C works; D fails; D-D works. - The probability will be the sum of the probabilities for each of the four
cases above.
1) p(A)p(B)p(C)p(D) = .3591.
2) p(A)p(Image158 (0.0K)Image158 )p(B-B)p(Image159 (0.0K)Image159 )p(D)
= .1077.
3) p(A)p(B)p(Image160 (0.0K)Image160 )p( Image161 (0.0K)Image161 )p(D-D)
= .1436.
4) p(A)p(Image162 (0.0K)Image162 )p(B-B)p(Image163 (0.0K)Image163 )p(Image164 (0.0K)Image164 )p(D-D)
= .0431.
The probability that the system will work is .6535. - The improvement is .6535 - .3591 = .2944. The backups have nearly doubled
the reliability of the system, but it is still very low. Even with the backups,
the system can be expected to fail about 1 time in 3.
2. - system works) = p(A)p(B)p(C) = .7351.
- For one additional C:
p(works) .7351
p(A)p(B)p( Image165 (0.0K)Image165 )p(C)
= .1838
p(works) .9189 For 2 additional C's: p(works) = .9189
p(A)p(B)p(Image166 (0.0K)Image166 )p( Image167 (0.0K)Image167)p(C)
= .0460
p(works) .9649 (> .95; stop) Two additional C's will be required.
-- -- -- -- | p(A) = .99 | | p(B) = .99 | | p(C1) = .75 | | | | | | | | | | | | p(C2) = .75 | | | | | | | | | | | | p(C3) = .75 |
- Two C's will cost $12,000.
3. - Image168 (1.0K)Image168
- Image169 (1.0K)Image169
- p(failure before time, T) = .02.
Image170 (1.0K)Image170 Image171 (0.0K)Image171 Image172 (1.0K)Image172; Image173 (1.0K)Image173
.
T/4000 = 0.02.
T = 80 hours - No, over half of the area falls to the left of the MTBF.
4. - Convert from the T scale to the z scale.
z = (T - MTBF)/s = (22000 - 20000)/800 = 2.50.
p(T < 22000) = p(z < 0) + p(0 < z < 2.50) = .5000 + .4938 = .9938. - Convert from the T scale to the z scale.
z = (T - MTBF)/s = (19000 - 20000)/800 = -1.25.
p(T > 19000) = p(-1.25 < z < 0) + p(z > 0) = .3944 + .5000 = .8944. - Let T' = the warranted service life. Then,
p(T < T') = .01; p(T' < T < MTBF) = .5000 - .0100 = .4900. Find the
area of .4900 in the table of the standardized normal curve, read the z value,
and convert to the T scale.
p(T' < T < MTBF) = p(z' < z < 0); z' = -2.33.
T' = MTBF - z' = 20000 - 2.33(800) = 18,100 miles. - Yes; half of the area is on each side of the MTBF.
- The negative exponential distribution is skew positive, and the normal model
is symmetrical. The normal model indicates that half of the items will fail
before the MTBF, while the exponential model indicates that over half of the
items will fail before the MTBF.
5. P(coffeemaker works for 1 month) = 1- 0.04257 = 0.95743.
P(coffeemaker works for at least12 months) = Image174 (1.0K)Image174 =
the reliability. |