'How to create a logic circuit that takes 3 inputs and returns 1 only when all the inputs are equal?

I'm struggling with creating a logic circuit that could implement the following truth table: Truth table for the circuit



Solution 1:[1]

(A'B'C') + (ABC)

You might be interested to check out Karnaugh map.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Farzam Dorostkar