Computer Science, asked by legend1943, 2 days ago

x (y z) = (x y) . z associative law of multiplication in Boolean algebra​

Answers

Answered by shradhaissocool
0

Answer:

Explanation:

comutative law

law 1: x+y=y+x:

x     y   x+y   y+z

0    0     0      0

0     1     1        1

1     0     1        1

1      1     1        1

using the truth table we can prove x+y=y+z

law 2: x.y=y.x

x   y   x.y   y.x

0   0   0     0

0    1   0     0

1    0   0     0

1     1    1      1

using the truth table we can prove x.y=y.x

Answered by nurfarahsahira04
0

Answer: x+(y+z) = (x+y) +z

Explanation: answer associative law

Similar questions