U={x:x is a natural number & x≤10}
A={a:a is an even number & a≤10}
B={b:b is a prime number & b≤9}
Then, Ac∩Bc is
{1,9,10}
U={1,2,3,4,5,6,7,8,9,10}
A={2,4,6,8}
B={2,3,5,7}
Ac=U−A ≡ All the elements in U which does not belong to A
={1,3,5,7,9,10}
Bc=U−B ≡ Elements which belongs to U and does not belong to B
={1,4,6,8,9,10}
Ac∩Bc={1,9,10}
Alternative solution :
Using De Morgan's Law
Ac∩Bc=(A∪B)c
A∪B={2,3,4,5,6,7,8}
(A∪B)c={1,9,10}