Concept:The problem uses the concept of independent events. The probability that at least one student solves the problem is found by first calculating the probability that none of them solves it (i.e., all fail), and then subtracting that from 1.
Explanation:Let A, B, C denote the events that students A, B, C solve the problem. Their probabilities are given:
P(A)=21​,P(B)=31​,P(C)=41​First, find the probabilities that each student fails (complement events):
P(A′)=1−P(A)=1−21​=21​P(B′)=1−P(B)=1−31​=32​P(C′)=1−P(C)=1−41​=43​Since the students try independently, the probability that none of them solves the problem (i.e., all three fail) is the product of their individual failure probabilities:
P(not solved)=P(A′∩B′∩C′)=P(A′)⋅P(B′)⋅P(C′)=21​×32​×43​=41​Therefore, the probability that the problem is solved (at least one succeeds) is:
P(solved)=1−P(not solved)=1−41​=43​Answer:The probability that the problem is solved is
43​, which corresponds to option B.