boolean operation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • debasiskamila
    New Member
    • Dec 2014
    • 1

    boolean operation

    if * is a Boolean operation Defined by a* b= ab+ a'b', what is a*a?
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    substitute the parametes (a,a) in (a*b=ab+a'b'):
    aa+a'a'

    this should be equal to:
    a+a'

    and this is always true?

    Comment

    Working...