Let the universal set U be the following set of 16 countries:
U = {Angola, Benin, Chad, Djibouti, Eritrea, Ghana, Kenya, Libya, Mali, Namibia, Rwanda, Sudan, Tanzania, Uganda, Zaire, Zambia}
(i) Find the bit string that represents the set L = { Benin, Chad, Libya, Tanzania }
(ii) Find the set M represented by the bit string 0010 1100 0011 0001
(iii) Let P, Q, R and S be sets represented by the following four bit strings respectively:
P 0 1 1 1 0 1 0 1 0 1 1 0 1 0 0 1 Q 0 1 0 1 0 0 1 1 1 0 1 0 1 0 1 1 R 1 1 0 1 1 1 0 0 0 1 0 0 1 1 1 0 S 1 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1
By using bitwise operations on the four bit strings, find the bit string that represents the set T = (P' Q) (R S'). (Set out your working in a table.)
(iv) List the countries in the set T defined in (iii).