asked 197k views
0 votes
D={1,2,3,4,5,6,7,8,9,10} E={2,3,5,7,11,13,19,23} F={4,8,12,16,20} encontrar D interseccion E, F diferencia D y D union(E union F)

1 Answer

6 votes

D Intersect E {2, 3, 5, 7}
F Different D {12, 16, 20}
D union ?
E union F {2, 3, 4, 5, 7, 8, 11, 12, 13, 16, 19, 20, 23}
answered
User Raveesh Bhalla
by
8.1k points

Related questions

asked Dec 3, 2022 13.1k views
RiZKiT asked Dec 3, 2022
by RiZKiT
8.2k points
1 answer
0 votes
13.1k views
asked Sep 2, 2024 15.8k views
SamAlvin asked Sep 2, 2024
by SamAlvin
8.0k points
1 answer
5 votes
15.8k views