Which of the following circuits has the same output as that of the given circuit?






The provided Boolean logic circuit is illustrated below, with its solution derived sequentially.
P = A · B
Q = A · B
Y = P + Q = A · B + A · B
Y = A · (B + B)
Applying the idempotent law, where B + B = B, yields:
Y = A · B
Y = A
The simplified Boolean expression for the final output is:
Y = A
Which logic gate is represented by the following combinations of logic gates?


