I was working through a problem for a Computer Engineering course and i was given this logic function
F(A,B,C,D) = ~A~BC~D + ~AB~C~D + ~ABC~D + ABC~D
After factoring out BC~D from two of the terms and getting (~A + A) = 1 *(BC~D) I got
F(A,B,C,D) = ~A(~BC~D + B~C~D) + BC~D
Is there any simplification that can be done any farther?