KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Science

Write the name of following law and verify using truth table:

a(b + c) = ab + ac

Boolean Algebra

1 Like

Answer

a(b + c) = ab + ac is distributive law.

Truth Table

abcb+ca.(b+c)a.ba.ca.b + a.c
00000000
00110000
01010000
01110000
10000000
10111011
11011101
11111111

As columns "a(b + c)" and "ab + ac" have same values, hence the expression is proved.

Answered By

1 Like


Related Questions