According to Bayes' Theorem, \begin{align*} P(\text{cancer} \mid \oplus \& \oplus) &= \frac{P(\text{cancer} \cap \oplus \& \oplus)}{P(\oplus \& \oplus)}\\\ &= \frac{P(\oplus \& \oplus \mid \text{cancer})P(\text{cancer})}{P(\oplus \& \oplus \mid \text{cancer})P(\text{cancer})+P(\oplus \& \oplus \mid \
eg\text{cancer})P(\
eg\text{cancer})} \end{align*} Now we have to make some assumptions about the two tests, and I think it is reasonable to assume their outcomes are independent. E.g., if someone has cancer, then the second test is positive with $98\%$ chance regardless of the first test. Then we can say: $$P(\oplus \& \oplus \mid \text{cancer})=P(\oplus \mid \text{cancer})P(\oplus \mid \text{cancer})$$ and similarly $$P(\oplus \& \oplus \mid \
eg\text{cancer})=P(\oplus \mid \
eg\text{cancer})P(\oplus \mid \
eg\text{cancer}).$$ You should be able to finish from here.