I have 2 specific problems, one 'requiring' me to use a probability tree, and the other a Venn diagram. I know that apparently the Venn diagrams can be converted into probability trees and vice versa, so I have attempted to use the probability diagrams for both questions, which wasn't successful. However, I do not know what I am doing wrong and whether I am assuming something which is not actually true, e.g. that certain events are independent. In some questions I am obliged to assume the latter, whereas in others this gives me erroneous results.
Problem 1:
38% of the students in a Year 12 IB Mathematics class are female. Of the female students in this class, 13% are left-handed, whereas 24% of the male students are left handed.
a. Find the prob. that a randomly chosen student from this class is left handed. b. Find the prob. that a randomly chosen student is female, given that the student is left-handed.
For this problem, the mark scheme offers a probability diagram: Prob diagram
However, I do not understand why in part a it is assumed that the events 'being female' and 'being left-handed' and 'being male' and 'left handed' are independent (as P(A and B)=P(A)P(B)). (It does seem intuitive though.) But then the part b answer implies that the events 'being female' and 'being left-handed are independent' as P(A given B) doesn't equal P(A). What is going on?
Problem 2:
In the town of Expiet, 71% of the population are right-handed. 44% are either right handed or have blonde hair but not both, and 21% do not have blonde hair.
A member of the population is selected at random. Find the likelihood that the person:
a. is right handed but not blonde b. is both right handed and has blonde hair c. is right handed or has the blonde hair
Although the markscheme has used a venn diagram with 4 sets of 4-variable equations, I have attempted to use a prob tree, which was this:
In this case, I know that this tree is clearly wrong, but I dont know why. The 2nd equation evidently gives me the same result as the probability mentioned in the question, so this is weird. Also, I think that I can't assume that each of the right-handed/ non-right handed branch will have the same prob. of being blonde/non-blonde, but I am unsure. So what is the flaw in my reasoning and what is the correct prob. tree diagram?
If someone could clarify the above issues (and perhaps suggest how to convert a Venn diagram into a prob. tree diagram), I would be grateful.
Problem 1
As @Matthias-Klupsch has noted, there is no assumption that the events are independent. The possibility of multiplying $P(A)$ and $P(B|A)$ to obtain $P(A \cap B)$ is not exclusive to independent events. You can do that even with dependent events. But if $P(A) \cdot P(B) = P(A \cap B) \implies P(B|A)=P(B)$ then A and B are independent.
Problem 2
R := right handed
B := blonde
We know the following:
The key here is the following equation. We know both B and R and the intersection of them is part of both, so when we add B and R we need to subtract the intersection twice to get the disjoint union. Here we don't know the intersection value, so we use $x$ $$ P(B)+P(R) - 2 \cdot P(B \cap R) = P(R \sqcup B) \\ 0.79+0.71 - 2 x = 0.44 \\ x = 0.53 \\ \implies P(R \cap B)=0.53 $$
Now that we know $P(R \cap B)$, we can calculate P(R \cap not B) as follows:
$$ P(R \cap not B)=P(R)-P(R \cap B) \\ P(R \cap not B)=0.71-0.53=0.18 $$
And the union of R and B is the disjoint union plus the intersection.
$$ P(R \cup B)=P(R \sqcup B)+P(R \cap B) \\ P(R \cup B)=0.44+0.18 $$