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

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -