Simplify the following functions using Boolean algebra:

Y_1=ABC + AB'C'+AB'C.

Y_2=A'BC' + AB'C + AB'C'.

1 answer

For Y_1:

ABC + AB'C' + AB'C

= AB(C + C') + AB'C

= AB + AB'C

= AB(1 + C)

= AB

For Y_2:

A'BC' + AB'C + AB'C'

= AB'C' + AB'C + A'BC'

= AB'C'(1 + C) + A'BC'

= AB'C' + A'BC'

= BC'(A' + A)

= BC'
Similar Questions
  1. Simplify Boolean algebraf(X,Y,Z)=(X’Y+XZ)(X+Y’)
    1. answers icon 1 answer
  2. Simplify this function using Boolean algebra laws?I am stuck on this part of my homework (x2'x1'x0') + (x2'x1x0) + (x2x1x0') I
    1. answers icon 1 answer
  3. Boolean algebra is: (1 point)algebra using hexadecimal numbers. a collection of transistors. the branch of math that deals with
    1. answers icon 1 answer
  4. Simplify:(x * y) + (~x * z) + (y * z) I'm using ~ to represent NOT, * to represent AND, + to represent OR I did: (x * y) + (~x *
    1. answers icon 3 answers
more similar questions