Given the following sets:
U = {2, 7, 10, 15, 22, 27, 31, 37, 45, 55}
A = {10, 22, 27, 37, 45, 55}
B = {2, 15, 31, 37}
C = {7, 10, 15, 37}
Give the set Ac U (B ∩ C).
a) {2, 7, 10, 31, 37}
b) {2, 7, 15, 31, 37}
c) {2, 10, 15, 31, 37}
d) {2, 7, 15, 27, 37}
e) ∅
f) None of the above.