SOLUTION
From the question, we have
A = {3, 4, 7, 9}
B = {8, 9, 10, 11}
C = {4, 9, 11, 13, 15}
To get this lets first find B union C. This is all the items found in B or C or both, but not repeated. So B union C is
Now A intersection B union C are the elements common to set A and set B union C. We have
Hence the first option is the answer