2 2 votes Can somebody please prove A'+ AB' = A' + B' using both methods vann diagram and alegebric simplification. Please upload the pic of Vann Daigram.Thanks! Digital Logic digital-logic + – Manu Thakur 16.6k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 6 6 votes A' + AB' = A'B + A'B' + AB' = A'B + A'B' +A'B' + AB' = A'(B+B') + B'(A'+A) = A' + B' Alternatively (much better approach) A' + AB' will become TRUE if A' is true or if AB' is true. If A' is true we don't need to consider AB' and if A' is false, it means A is true and hence we need to consider only B'. Arjun answered Nov 12, 2014 • selected Aug 4, 2016 by LeenSharma Arjun comment Share Follow See all 3 Comments 3 3 Comments reply Bhagirathi commented Nov 12, 2014 reply Follow flag I think the last approach is for the shorter expressions ..with larger expressions it wl get complex ryt? 1 1 replyShare Manu Thakur commented Nov 13, 2014 reply Follow flag Later I got another idea to solve it A' + AB',apply distributive property, that comes to (A'+A)(A'+B') = A'+B' 1 1 replyShare Arjun commented Nov 13, 2014 reply Follow flag Yes. That approach is specific to this question. But while solving large equations, this form usually comes and there you can use this logic to quickly proceed further. 0 0 replyShare Please log in or register to add a comment.
3 3 votes A'+AB' (A'+A) (A'+B') BY DISTRIBUTED LAW A'+A =1 BY IDENTITY LAW 1.(A'+B') A'+B' mukesh soni answered Dec 1, 2014 mukesh soni comment Share Follow 0 reply Please log in or register to add a comment.