1 1 vote Please explain distributive property on nand nor gates?? Digital Logic + – Deeptimittal97 1.2k views answer comment Share Follow Print See 1 comment 1 1 comment reply AnilGoudar commented Jul 18, 2017 reply Follow flag Only AND and OR gates follows Distributive property. 0 0 replyShare Please log in or register to add a comment.
0 0 votes Distrubtive law: A+ BC = (A+B) + (A+C) this is the basic formula NAND GATE : A @ (B @ C) should be equal to (A @ B) @(A @ C) where @ = NAND GATE A @ (B @ C) = A @(B'+C') = A + BC (A @ B) @ (A @ C) = (A' + B') @ (A' + C') = AB + AC = A(B + C) Therefore, A @ (B @ C) != (A @ B) @ (A @ C). Similarly , apply on NOR gate. Finally , Distrubutive law is not applicable on NAND and NOR gates . $ruthi answered Jul 18, 2017 $ruthi comment Share Follow 0 reply Please log in or register to add a comment.