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.
The correct answer is: C
Explanation
U = {1, 2, 3, 4, 5......14}
P = {2, 4, 6, 8, 10, 12, 14}
P' = {1, 3, 5, 7, 9, 11,13}
There is an explanation video available .