Monday, January 23, 2006

Problem: Boolean Algebra

Can anyone please simplify this Boolean Expression for me: (x V y) (x' V y).

I've searched all over the Internet on how to simplify an expression that is similar to the one stated above and I couldn't find it.

5 comments:

  1. I only know how to simplify Taboolian Expressions!

    ReplyDelete
  2. So I'm assuming v is OR (union) and the brackets of course are AND (product).

    In which case,
    (x V y)(x' V y)
    = (x x') V (x y) V (x' y) V (y y)
    = 0 V xy V x'y V y
    = (xVx')y V y
    = y

    Or rather just (x V y)(x' V y) = (xx')Vy = y


    Is it?

    ReplyDelete
  3. That is exactly the answer I got the first time I did it. It didn't look right though, so I left the answer till the third step.

    Thanks anyway for the effort.

    ReplyDelete
  4. Nice blog, please take a look at mine and link it up here.
    Thanks

    ReplyDelete
  5. hey Ahmed, didn't you leave a comment about your blog a year ago?

    Alright, no more advertising comments from now on.

    ReplyDelete