If there are two independent situations I can use to express those probabilities, how exactly should I approach this?
a. Assuming $P(A)$, $P(B)$, and $P(A \cap B)$ are known
b. Assuming $P(A)$, $P(B)$, and $P(A \cup B)$ are known
Very confused and any help would be greatly appreciated
$$\begin{align}P(A'\cap B')&=P(A')-P(A'\cap B)\\ &=1-P(A)-(P(B)-P(B\cap A))\\ &=1-P(A)-P(B)+P(A\cap B) \end{align}$$
$$\begin{align}P(A'\cap (A\cup B))&=P((A'\cap A)\cup (A'\cap B))\\ &=P(\emptyset )+P(A'\cap B)\\ &=P(B)-P(A\cap B) \end{align}$$
Use $P(A\cup B)=P(A)+P(B)-P(A\cap B)$ to convert $P(A\cap B)$ into $P(A\cup B)$ and vice versa.
Also if you assueme independence, the complimentary events are also independent. In such case,
$$P(A′\cap B′)=P(A′)P(B′)=(1−P(A))(1−P(B))$$
$$P(A′∩(A∪B))=P((A′∩A)∪(A′∩B))=P(∅)+P(A′∩B)=(1−P(A))P(B)$$