Here's the question and its solution:

I don't see how the solution to the problem is to compute:
$[1-P(W|L)]^2+[1-P(B|L)]^2$
i.e. I don't think the expression above reflects what the question is asking and I actually computed this:
$ \begin{align} P((W^1 \cap W^2) \cup (B^1 \cap B^2) \left| L_c^1 \cap L_c^2 \right.) &= \frac{P([(W^1 \cap W^2) \cup (B^1 \cap B^2)] \cap (L_c^1 \cap L_c^2))}{P(L_c^1 \cap L_c^2)} \\ &=\frac{P((W^1 \cap L_c^1) \cap (W^2 \cap L_c^2)) + P((B^1 \cap L_c^1) \cap (B^2 \cap L_c^2))}{P(L_c^1 \cap L_c^2)}\\ &=\frac{\left[P \left(L_c^1 \left| W^1\right.\right)P(W^1) \right]\left[ P \left(L_c^2 \left| W^2 \right. \right)P(W^2)\right] + \left[P \left(L_c^1 \left| B^1\right.\right)P(B^1) \right]\left[ P \left(L_c^2 \left| B^2 \right. \right)P(B^2)\right]}{P(L_c^1 \cap L_c^2)}\\ &=\frac{[(1-0.2)(0.5)][(1-0.2)(0.5)]+[(1-0.3)(0.5)][(1-0.3)(0.5)]}{(0.75)(0.75)}\\ &= \frac{0.4^2+0.35^2}{0.75^2} \\ &= \frac{113}{225} \end{align}$
Why is my attempted solution incorrect?
EDIT:
Where the superscripts denote the number of the game (1st game, 2nd game) and $L_c$ denote the event that the chess player does not lose i.e. win or draw.