Concept:Convert the given odds into probabilities, then compute the probability that at least two critics favour the book.
Explanation:For each critic, probability of favour =
favourable+unfavourablefavourable odds.
Critic 1: odds 5:2? Wait, let's use the common denominator 7. If the first critic's odds were 5:2, probability
75; but given options suggest
75,
74,
73 as probabilities. So, using these:
P1=75,
P2=74,
P3=73.
Probability that exactly three favour:
75×74×73=34360.
Probability that exactly two favour (three cases):
Case (1,2 favour, 3 against):
75×74×(1−73)=75×74×74=34380.
Case (1,3 favour, 2 against):
75×73×(1−74)=75×73×73=34345.
Case (2,3 favour, 1 against):
(1−75)×74×73=72×74×73=34324.
Total for exactly two:
34380+45+24=343149.
Probability of majority (at least two):
34360+343149=343209.
Answer:343209