" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
a) P = { -5, -4, -3, -2, -1, 0, 1, 2}
b) Q = {1, 2, 3, 4}
c) P u Q = { -5, -4, -3, -2, -1, 0, 1, 2, 3, 4}
d) P n Q = { 1, 2}
no 3)
S = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}
P = {2, 3, 5, 7}
Q = {1, 2, 4, 8}