Problem Statement:
A four-variable logic function that is equal to 1 if any three or all four of its variables are equal to 1 is called a
majority function. Design a minimum-cost SOP circuit that implements the majority function.
The function I got is as follows,
\(x_{1}x_{2} + x_{3}x_{4}\)
They list the answer as something with more gates but I can't see how this one doesn't work just fine.
Are they wrong, or am I just crazy?
The function I got is as follows,
\(x_{1}x_{2} + x_{3}x_{4}\)
They list the answer as something with more gates but I can't see how this one doesn't work just fine.
Are they wrong, or am I just crazy?