CBSE Class 11 Computer Science Question 56 of 68

Data Representation and Boolean Logic — Question 27

Back to all questions
27
Question

Question 27

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

a(b + c) = ab + ac

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.