Hi I'm a student and I got stuck on a problem.
I need to create a logic circuit only using AND gates or NOT gates. But the question in boolean form includes the OR operator and i'm having difficulty figuring out how to get rid of the OR in the expression.
The boolean expression is ABC + A~B~c + AB~C
I know I'll probably have to use the boolean properties to expand/simplify, i've been trying different things but I have no ideas and completely lost.