The problem is
A solves a problem with probability 0.6. B solves a problem with probability 0.5. They are given 7 problems and each chooses 5 out of the 7 problems randomly and solves them independently. What is the probability that all the 7 problems are solved by at least one of them?
It seems like a binomial distribution problem but I am not sure how to do.
I am thinking that probability that a problem is solved
P(solved)=P(A solved)+P(B solved)-P(A and B both solved)
=(5/7)(0.6)+(5/7)(0.5)-(5/7)(5/7)(0.6)(0.5)
=31/49
then all problems are solved is
P(all solved)=(31/49)^7
I don't think I am doing right but am not sure where. Can anyone give a thought?
The way I interpret this, if $A$ and $B$ both decided to work on the first five problems... then regardless of their success at solving those first five problems correctly neither of them attempted problems $6$ or $7$ and so neither of those problems are able to be solved. Taking it a step further, we recognize that for all seven problems to have been solved, we require as a first step that $A$ and $B$ collectively attempt all seven of the problems... that is, there are $2$ problems attempted only by $A$, $2$ problems attempted only by $B$, and $3$ problems attempted by both.
Your attempted answer incorrectly used this "each chooses 5 problems to work on" aspect of the problem. Whether or not one question is selected is very much dependent on whether another is selected. Of those who were selected, the problem being successfully completed will be independent however.
Next, I interpret this as a "problem is solved" iff at least one of the students correctly solved it.
Step 1: Recognize it is possible to have collectively solved all seven problems only if all seven were attempted. Find the probability that the problems attempted collectively cover all seven available problems.
Step 2: For each problem, find the probability it was successfully completed by at least one of the students. Recognize the difference between the questions attempted only by $A$, the questions attempted only by $B$, and the questions attempted by both.
We get as a final answer then: