What is the Success Rate of an Overloaded Industrial Hoist?

korr2221
Messages
20
Reaction score
0
An industrial hoist is being used in an emergency job where the weight exceeds the design limits of two of its components. For the amount of weight being lifted, the probability that the upper attachment hook will fail is 0.20. The probability that the lower hook will fail is 0.10. What is the probability that the hoisting job will be successfully complete?

no equations

P(a') = 0.20
P(b') = 0.10
P(a)= 1-0.20 = .80
P(b)= 1-.0.10 = .90

P(a+b)= 0.8 + 0.9 - 0.8*0.9 = 1.7- 0.72 = .98

someone suggested that this problem is indep.
if this is indep

then P(ab) = 0.8*0.9 = 0.72...

can someone review over this and check?
 
Last edited:
Physics news on Phys.org
hi korr2221! :smile:

if they're independent, P(ab) = P(a)P(b) :wink:
 


tiny-tim said:
hi korr2221! :smile:

if they're independent, P(ab) = P(a)P(b) :wink:

from what I've read it doesn't seem independent...?
 
If they're not independent, the question would have to tell you how they're dependent, and it doesn't.

I think you can safely assume that probabilities are independent unless either the question says they're not, or it's obvious that they're not.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top