Determine a união e faça o diagrama correspondente
A){1;2;3} U {4;5}
B){a;b;c;d;e;f} U {a;c;e}
C){4;5;6} U {3;1;6;2}
D){1;5;7} U{2;6;7;8} U {6;8;8}
Soluções para a tarefa
Resposta:
Explicação passo-a-passo:
Questão 1 – Considere os conjuntos A = {a, b, c, d, e, f} e B ={d, e, f, g, h, i}. Determine (A – B) U (B – A).
Solução
Inicialmente determinaremos os conjuntos A – B e B – A e, em seguida, realizaremos a união entre eles.
A – B = {a, b, c, d, e, f} – {d, e, f, g, h, i}
A – B = {a, b, c}
B – A = {d, e, f, g, h, i} – {a, b, c, d, e, f}
B – A = {g, h, i}
Logo, (A – B) U (B – A) é:
{a, b, c} U {g, h, i}
{a, b, c, g, h, i}
Questão 2 – (Vunesp) Suponhamos que A U B = {a, b, c, d, e, f, g, h}, A ∩ B = {d, e} e A – B = {a, b, c}, então:
a) B = {f, g, h}
b) B = {d, e, f, g, h}
c) B = { }
d) B = {d, e}
e) B = {a, b, c, d, e}
Solução
Alternativa b.
Dispondo os elementos no diagrama de Venn-Euler, segundo o enunciado, temos:
Portanto, o conjunto B = {d, e, f, g, h}.