Computer Science, asked by shaikmohammadsameer3, 30 days ago

Identify minimum number of literals for the following Boolean
functions using Boolean Algebra theorems and properties
i) xy + x(wz + wz') ii) A'B (D' + C'D) + B(A+A'CD)​

Answers

Answered by bsuryanarayana228
1

Answer:

Firstly by using idempotence law ABC+ABC=ABC.

the expression would be reduced to.

ABC+AB'

A(BC+B')

A(B'+C) using redundant literal rule(A'+AB=A'+B )

Similar questions