I am studying probabilities and I was intrigued by the following problem:
A laboratory studies daily six subjects from company $A$ and four subjects from company $B$. Between the subjects from company $A$ there are two defective ones and between those of company $B$ there exists one defective subject. One day two subjects out of ten are drawn randomly, to be studied. What is the probability that we choose at least one defective from company $A$, if it is known that we chose a subject from company $A$ during the first draw? (Take into account the case with and without repositioning)
To me it looks like a Bayes probability, but it is quite confusing the way it is presented. I tried to calculate the probability that we choose a defective one from company $A$ during the first draw: $P(A)=P(\text{Choose from company A})P(\text{Subject defective})+P(\text{Choose from company B})P(\text{Subject not defective})$
and do the same for the second draw and eventually use the conditional probability. But it cannot get me anywhere.
Thank you.