subject
Computers and Technology, 21.05.2021 17:00 deg12

A mission-critical production system has n stages that have to be performed sequentially; stage i is performed by machine Mi . Each machine Mi has a probability ri of functioning reliably and a probability 1 − ri of failing (and the failures are independent). Therefore, if we implement each stage with a single machine, the probability that the whole system works is r1 · r2 · · · rn. To improve this probability we add redundancy by having mi copies of the machine Mi that performs stage i. The probability that all mi copies fail simultaneously is only (1−ri) mi , so the probability that stage i is completed correctly is 1−(1−ri) mi and the probability that the whole system works is Πn i=1[1 − (1 − ri) mi ]. Each machine Mi has a cost ci , and there is a total budget B to buy machines. (Assume that B and the ci are positive integers.) Given the probabilities r1,...,rn, the costs c1,...,cn, and the budget B, find the redundancies m1,...,mn that are within the available budget and that maximize the probability that the system works correctly.

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 17:30, Samsonb
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year. ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
image
Computers and Technology, 22.06.2019 23:20, nina1390
How can you tell if someone sent you a text message to your email instead of a email
Answers: 1
image
Computers and Technology, 23.06.2019 03:00, jarteria0
State 7 common key's for every keyboard
Answers: 1
image
Computers and Technology, 23.06.2019 15:00, med69
Barbara is interested in pursuing a career in the science and math pathway. which qualifications will her reach that goal? a. an advanced knowledge of physics and math b. an advanced knowledge of engineering and math c. an advanced knowledge of physics and robotics an d. advanced knowledge of machinery and math
Answers: 2
You know the right answer?
A mission-critical production system has n stages that have to be performed sequentially; stage i is...

Questions in other subjects:

Konu
Mathematics, 26.12.2021 23:10
Konu
English, 26.12.2021 23:10
Konu
Health, 26.12.2021 23:10
Konu
Mathematics, 26.12.2021 23:10
Konu
Mathematics, 26.12.2021 23:10