Given U = {x: x is a positive integer less than 15} and P = {x: x is even number from 1 to 14}. Find the compliment of P.
{1, 3, 5, 7, 9, 11, 13, 15}
{2, 3, 5, 7, 9, 11, 13}
{1, 3, 5, 7, 9, 11, 13}
{2, 3, 5, 7, 11, 15}
Correct answer is C
U = {1, 2, 3, 4, 5......14}
P = {2, 4, 6, 8, 10, 12, 14}
P' = {1, 3, 5, 7, 9, 11,13}