The calculator will simplify the boolean expression
(A⋅B)+(B⋅C)+(A⋅C), with steps shown.
Related calculator:
Truth Table Calculator
Solution
Apply the consensus law (x⋅y)+(x⋅z)+(y⋅z)=(x⋅y)+(x⋅z) with x=C, y=B, and z=A:
((A⋅B)+(B⋅C)+(A⋅C))=((C⋅B)+(C⋅A))
Answer
(A⋅B)+(B⋅C)+(A⋅C)=(C⋅B)+(C⋅A)