I'm trying to simplify the follow SOP expression: $\bar{A}$$\bar{B}$$\bar{C}$ + $\bar{A}$B$\bar{C}$ + $\bar{A}$BC + AB$\bar{C}$
Using a K-map (unless I've erred) it should simplify to: $\bar{A}$$\bar{C}$ + B$\bar{C}$ + $\bar{A}$B
However, I can't figure out how to get there. Here's my work:
----------
Original expression: $\bar{A}$$\bar{B}$$\bar{C}$ + $\bar{A}$B$\bar{C}$ + $\bar{A}$BC + AB$\bar{C}$
Factor $\bar{A}$$\bar{C}$ out of 1st and 2nd terms: $\bar{A}$$\bar{C}$($\bar{B}$ + B) + $\bar{A}$BC + AB$\bar{C}$
Applying law of tautology to $\bar{B}$ + B: $\bar{A}$$\bar{C}$(1) + $\bar{A}$BC + AB$\bar{C}$
Applying identity to 1st term: $\bar{A}$$\bar{C}$ + $\bar{A}$BC + AB$\bar{C}$
From that point I'm not sure how to proceed. I thought about factoring B out of the 1st and 3rd terms but that didn't clarify anything for me. I'm very new to this, having just learned it, so I reckon it's an elementary mistake that is otherwise obvious. BTW, this is not homework. I'm just studying for an exam and found this expression on the internet somewhere.
Thanks!