The non-reduced solution to this problem is:
a'bc + abc' + abc + ab'c
Reducing using K-Maps, one gets:
bc + ab + ac
One could reduce this further by using exclusive or on the a'bc and abc' minterms and combining the abc and ab'c minterms:
b(a ^ c) + ac