Answer:
a union b= {1,2,3,4,5}
a intersection b ={2,3}
Explanation:
The union of two sets A and B is a set that contains all the elements of A and B and is denoted by A U B
the set composed of all elements that belong to both A and B is A intersection B (A ∩ B)