Gentlemen
I need a hint to simply this expression since I'm quite rusty in my boolean algebra.
A'B'C' + A'BC + ABC'
I however have made thus far
A'B'C'+ B(A'C+AC')
A'B'C'+ B( AA' + CC' + A'C +AC') //SUBSTITUTE FOR 2 ZEROS
A'B'C'+ B( A(A'+C')+ C(A'+C'))
A'B'C'+ B( A(AC)' + C(AC)') //DE MORGAN'S LAW
A'B'C'+ B(AC)'(A+C)
Any help will be much appreciated.
If you consider this a simplification, then:
$$[\neg({A}\vee{B}\vee{C})]\vee[B\wedge({A}\oplus{C})]$$
If you consider this a simplification, then:
$${A}\vee{B}\vee{C} \implies B\wedge({A}\oplus{C})$$