Steven K. answered 05/06/21
Statistics and Probability Tutor with Masters in Data Science
Let us first define the variables in this problem.
F = front wheel is damaged
B = back wheel is damaged
F’ = front wheel is not damaged
B’ = back wheel is not damaged
P(F) = .08
P(B) = .12
P(F’) = .92
P(B’) = .88
The probability that the bike is beyond repair is made up of three different cases. Since these events are all independent we can multiply their probabilities together.
P(F, B) = (.08)(.12) = .0096
P(F’, B) = (.92)(.12) = .1104
P(F, B’) = (.08)(.88) = .0704
When we add up the total of these three cases we get the probability that the bike is beyond repair.
.0096 + .1104 + .0704 = .1904