I have the two conditionals $P(A|B)$ and $P(B|A)$ and would like to find the joint $P(A, B)$. I found
$$ P(A|B)P(B|A) = \frac{P(A, B)^2}{P(A)P(B)} $$
with Bayes' rule but this requires the marginals which I do not have access to. Is there no way to do this?
knowing both contitional, say
$$\mathbb{P}[A|B]=p_1$$
$$\mathbb{P}[B|A]=p_2$$
you know also that
$$\frac{\mathbb{P}[A]}{\mathbb{P}[B]}=\frac{p_1}{p_2}$$
and with this condition you should resolve your issue. If not, please provide the entire text with your attempts and you will surely be helped