Question
Consider the following scenarion:
- Pick $A_1,A_2$ uniformly and independently from $\left\{ -1,1\right\} $
- For $i=1,2$, pick $\left(B_i,C_i\right)$ from $\left\{ \left(A_{i},A_{i}\right),\left(-A_{i},A_{i}\right),\left(A_{i},-A_{i}\right)\right\} $ uniformly, that is each assignment happens with probability $1/3$.
I'm trying to find out $Pr\left(A_{1}\cdot A_{2}=B_{1}\cdot B_{2}\vee A_{1}\cdot A_{2}=C_{1}\cdot C_{2}\right)$
Attempts so far
I know that $$Pr\left(A_{1}\cdot A_{2}=B_{1}\cdot B_{2}\vee A_{1}\cdot A_{2}=C_{1}\cdot C_{2}\right)=Pr\left(A_{1}A_{2}=B_{1}B_{2}\right)+Pr\left(A_{1}A_{2}=C_{1}C_{2}\right)-Pr\left(A_{1}A_{2}=B_{1}B_{2}=C_{1}C_{2}\right)$$ I can prove that $Pr\left(A_{1}A_{2}=B_{1}B_{2}\right)=\frac{5}{9}$ and that $Pr\left(A_{1}A_{2}=B_{1}B_{2}\right)=Pr\left(A_{1}A_{2}=C_{1}C_{2}\right)$, so I'm left with calculating $Pr\left(A_{1}A_{2}=B_{1}B_{2}=C_{1}C_{2}\right)$.
When I try to delve into the different cases I get awfully confused. Any help is appreciated!