boolean - what are the steps to simplifying this (a+b)(a+!b)=a -


what steps simplifying (a+b)(a+!b)=a

  (a + b).(a + !b)  = a.(b + !b)          ; distributivity [1]  = a.1                 ; complements [1]  = 
  1. see wikipedia page on boolean algebra

Comments

Popular posts from this blog

winapi - How to refresh Windows Explorer -