I'm trying to solve the following Boolean expression:
A'B'C + A'BC' + A'BC + AB'C' + AB'C + ABC' + ABC = A + B + C
I have tried using the distributive law and trying to cancel out some of the letters, and I keep getting something along the lines of A'B + C. I'm not sure how to start this problem, because trying to take out a common factor and trying to cancel doesn't seem to workout for me. I basically need to show the steps on how it equals A + B + C.
Any suggestions? I've been stuck at this for a while.
Also a note, I haven't learned K-maps yet or any super advanced techniques yet.