Student $A_1$ will solve a problem with probability $0.85$, and student $A_2$ with probability $0.9$.
$1)$ Find the probability that a problem will be solved if students solve it independently.
$2)$ Find the probability that both students will solve the problem if they solve it independently.
$3)$ Students were solving a problem separately. If a problem is solved by one of the students, find the probability that student $A_1$ solved it.
Attempt:
We define three events:
$H_1:$ Student $A_1$ will solve a problem.
$H_2:$ Student $A_2$ will solve a problem.
$A:$ Problem is solved.
We are given that $P(H_1)=0.85,P(H_2)=0.9$.
$1)$ If we use the formula of total probability, for event $A$: $$P(A)=P(A|H_1)P(H_1)+P(A|H_2)P(H_2).$$
Conditional probabilities $P(A|H_1),P(A|H_2)$ are not given.
Is it necessary to find these conditional probabilities?
Using the equation for union of two events: $$P(A)=P(H_1\cup H_2)=P(H_1)+P(H_2)-P(H_1)P(H_2)=0.985$$
$2)$ $P(H_1\cap H_2)=P(H_1)P(H_2)=0.765$
$3)$ By using Bayes theorem formula:
$$P(H_1|A)=\frac{P(A\cap H_1)}{P(A)}=\frac{P(A|H_1)P(H_1)}{P(A|H_1)P(H_1)+P(A|H_2)P(H_2)}$$
In $1)$ we found that $P(A)=P(H_1\cup H_2)=P(H_1)+P(H_2)-P(H_1)P(H_2)=0.985$.
Is it a mistake?
If we set $P(A|H_1)=P(A)$, then $P(H_1|A)=P(H_1)=0.85$.
Are $1),2),3)$ correctly solved?