Recent content by speck

  1. S

    How can I simplify this circuit using boolean algebra for XOR and XNOR gates?

    Does anyone think that the (A'B'C+ABC') part of the Eq. will reduce to (A Oplus B Oplus C)?
  2. S

    How can I simplify this circuit using boolean algebra for XOR and XNOR gates?

    K-map is how I initial got the Eq. , right, it won't simplify with AND, OR, NOT. I want to use XOR with XNOR gates. I would really like it to simplify to something like (AB Oplus C) using XOR, but it does not. Thks, Speck
  3. S

    How can I simplify this circuit using boolean algebra for XOR and XNOR gates?

    I want to simplfy M'(A'B'C+ABC')+M(AB'C'+A'BC) to as simple a circuit as possible. I don't know the boolean algebra to simplfy the ABC terms. Help please, Speck