You are essentially being asked to find how many elements are both not in $A$ and not in $B$.
Let's see how to work this out:
$U$ is our universal set, i.e., all elements are located in $U$ and $A$ and $B$ are subsets of $U$. We have $|U| = 80$, i.e., we have $80$ elements total. Since $|A| = 30$, $A$ has $30$ elements. Since $|B| = 42$, $B$ has $42$ elements. Since $|A \cap B| = 9$, that means $A$ and $B$ have $9$ elements in common.
If $A$ and $B$ have $9$ elements in common, and $A$ has $30$ elements total, that means $A$ has $30 - 9 = 21$ elements in it that are not in $B$. Similarly, since $B$ has $42$ elements, $B$ has $42 - 9 = 33$ elements in it that are not in $A$.
So, the elements that are either in $A$ or $B$ are those that are in $A$ and not in $B$, those in $B$ but not in $A$, and those in both $A$ and $B$. That means $A \cup B$ has $21 + 33 + 9 = 63$ elements. These are the elements that are either in $A$ or $B$.
That means elements that are neither in $A$ or nor $B$ are $80 - 63 = 17$ elements. That's how many are in $A^{c} \cap B^{c}$.