.
A softball team has three pitchers, A, B, and C, with winning rates of 0.4, 0.6, and 0.8 respectively.
These pitchers pitch with frequency 2,3 and 5 out of every 10 games, respectively
In other words for a randomly selected game P(A) = 0.2 P(B) = 0.3, and P(C) = 0.5:
(a) Find P(team wins game) = P(W)
(b) P(A pitched game | team won) = P(A|W)
~~~~~~~~~~~~~~~~~~~~~
Part (a) solution
Pitcher A contributes to winning = 0.2*0.4 = 0.08.
Pitcher B contributes to winning = 0.3*0.6 = 0.18.
Pitcher C contributes to winning = 0.5*0.8 = 0.4.
The probability to win a game is the sum of these partial probabilities
P(W) = 0.08 + 0.18 + 0.4 = 0.66,
since their contributions are disjoint.
Part (b) solution
It is the conditional probability
P(A|W) = = = 0.1212 (rounded). ANSWER
Solved, with complete explanations.
=======================
I replaced the word "percentage" in the post, since there is NO any percentage there.
Simply the problem's creator likes to use "smart" scientific terms, but makes it lubberly.