reopened by
1,346 views

2 Answers

2 votes
2 votes
F(1,3,5,6)= A'B'C+A'BC+AB'C+ABC'

dual of F is (A'B'C+A'BC+AB'C+ABC') = (A'+B'+C)(A'+B+C)(A+B'+C)(A+B+C')
edited by
1 votes
1 votes
Given Function is f(x,y,z)=x'y'z+x'yz+xy'z+xyz

Now what is dual?

The dual of a boolean expression is obtained by interchanging boolean sums and products and interchanging 0's and 1's.

So dual of given function f(x,y,z)=(x'+y'+z)(x'+y+z)(x+y'+z)(x+y+z)

Related questions

0 votes
0 votes
1 answer
1
radha gogia asked Oct 16, 2018
608 views
In the below table why can't we form minterms where the function takes value 0 , say for the first combination why can't we write a'b'c' as one of the minterms ?What's th...
0 votes
0 votes
2 answers
3
moustafa asked Mar 9, 2023
2,041 views
1. Express the following function as a sum of minterms: F(A, B, C, D) = B'D+A'D + BD