I have the following problem : We have 55% of students who attend a class that comes from school X and the rest is from school Y. From school X 80% are bilingual. From school Y only 50% are bilingual.
What is the probability of having a bilingual student that comes from school Y?
This seems to be described by $P(SchoolY|Bilingual)$. We know that $P(SchoolY) = 0.45$ and we know that $P(Bilingual$ $\cap$ $ SchoolY )$ = 0.50.
Is it correct to determine that $P(SchoolY|Bilingual) = $ $P(Bilingual$ $\cap$ $ SchoolY )$ $\times$ $P(SchoolY) = 0.225$ ?
To answer your question:
No. By definition of the conditional probability, that expression should be: $$P(SchoolY|Bilingual) = \frac{P(Bilingual \cap SchoolY)}{P(Bilingual)}$$
Update: From a comment by OP, the exact problem statement is:
We are given these: $$P(school=X)=0.55\qquad P(school=Y)=0.45$$ $$P(bilingual\;|\;school=X)=0.8\qquad P(bilingual\;|\;school=Y)=0.5$$
We need the quantity $P(school=Y\;|\;bilingual)$. By Bayes' theorem it will be : $$\begin{equation}P(school=Y\;|\;bilingual) = P(bilingual\;|\;school=Y)\cdot \frac{P(school=Y)}{P(bilingual)}\\ \;\;\;=\frac{0.225}{P(bilingual)}\end{equation}$$ Similarly, we can calculate, $P(school=X\;|\;bilingual)$ as: $$\begin{equation}P(school=X\;|\;bilingual) = P(bilingual\;|\;school=X)\cdot \frac{P(school=X)}{P(bilingual)}\\ \;\;\;=\frac{0.44}{P(bilingual)}\end{equation}$$ But given a student is bilingual she can only be from one of these schools, so the sum of these is 1. Thus: $$\frac{0.225}{P(bilingual)}+\frac{0.44}{P(bilingual)}=1\implies P(bilingual)= 0.225+0.44= 0.665$$ And then, we have: $$P(school=Y\;|\;bilingual)=\frac{0.225}{0.665}\approx0.338$$ $$P(school=X\;|\;bilingual)=\frac{0.44}{0.665}\approx0.662$$