Question 1160575
the probability of A winning the race is equal to p(a).
the probability of B winning the race is equal to p(b).
the probability of C winning the race is equal to p(c).
p(a) = 2 * p(b)
p(b) = 2 * p(c)
sum of all probabilities equals 1
therefore:
p(a) + p(b) + p(c) = 1
since p(a) = 2 * p(b), then:
2 * p(b) + p(b) + p(c) = 1
since 2 * p(b) = p(c), then:
2 * 2 * p(c) + 2 * p(c) + p(c) = 1
simplify to get:
4 * p(c) + 2 * p(c) + p(c) = 1
combine like terms to get:
7 * p(c) = 1
solve for p(c) to get:
p(c) = 1/7
p(b) = 2 * p(c) = 2/7
p(a) = 2 * p(b) = 4/7
1/7 + 2/7 + 4/7 = 1 which is the sum of all probabilties, as it should be.
the probability of A losing the race is 1 minus the probability of A winning the race = 1 - 4/7 = 3/7.
that's your solution.