开发者

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

开发者 https://www.devze.com 2023-02-10 02:33 出处:网络
what开发者_JAVA技巧 are the steps to simplifying this (a+b)(a+!b)=a(a + b).(a + !b) = a.(b + !b); distributivity [1]

what开发者_JAVA技巧 are the steps to simplifying this (a+b)(a+!b)=a


  (a + b).(a + !b)

= a.(b + !b)          ; distributivity [1]

= a.1                 ; complements [1]

= a
  1. See Wikipedia page on Boolean algebra
0

精彩评论

暂无评论...
验证码 换一张
取 消