Electrical – Truth Table to Circuit

boolean-algebralogic-gates

Given I am still learning how to do these Boolean Algebra, I was wondering if someone could tell me if I am on the right track.

All work is pictured. I figured that the circuit drawn is the actual circuit and not simplified using the Karnaugh map. Also does that have 3 gates technically or just two?

enter image description here

Any help is appreciated!
EDIT: I know this is wrong but I am not sure where I went wrong. Has to be in the Karnaugh map but I dont understand why or where.

Best Answer

What constitutes one single gate is open to interpretation. Other than that, use the algebra right there:

AB + BC = F

Factor B to give:

F = B (A + C)

This equates to one AND gate and one OR gate.