I'm having a very hard time simplifying this:
A!B!C+ABC+!A!BC+!AB!C
The objective here is to simplify the equation until it can be expressed in "AND"'s "OR"'s and "NOT"'s. I have to create an integrated circuit for the simplified expression using only those 3 gates in Logisim.
This is as far as I've gone:
A(!B!C+BC)+!A!BC+!AB!C
A+!A!BC+!AB!C
A+!BC+B!C
I'm not sure if this is right