Given, L1 is REC and L2 and L3 are RE but not REC.
Choice (a)
L2 - L1 = L2 ∩ (L1)c
= (RE but not REC)∩(REC)c
= (RE but not REC)∩(REC)
=RE∩REC=RE∩RE=RE
Choice (a) is true.
Choice (b):
L1 - L3 = L1 ∩ (L3)c
=REC ∩(RE but not REC)c
Now the complement of a RE but not REC language has to be "not RE".
∴ L1−L3=REC∩ not RE=not RE
∴ Choice (b) is false.
Choice (c):
L2∩L3 = (RE but not REC) ∩ (RE but not REC)
=RE∩RE=RE
So, choice (c) is true.
Choice (d):
L2∪L3 = (RE but not REC) ∪ (RE but not REC)
=RE∪RE=RE
∴ Choice(d)is true.