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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -