408 views
1 votes
1 votes
What is DUAL for Function

F = AB + C

Fd = (A + B).C   Or  Fd = A + (B.C)

OR-->AND and AND-->OR but what about precedence ??

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
dvlken asked Oct 16, 2023
350 views
2. Simplify the following Boolean expressions to a minimum number of literals: (a + b + c’)(a’b’ + c) 3. Draw logic diagrams of the circuits that implement the orig...
0 votes
0 votes
1 answer
2
smsubham asked Aug 8, 2018
593 views
Which if the following are correct? (Multiple Possible)A ExNOR (BC) = (A ExNOR B) (A ExNOR C)A ExOR (B + C) = (A ExOR B) + (A ExOR C)A ExNOR (B + C) = (A ExNOR B) + (A Ex...
1 votes
1 votes
1 answer
3
dutta18 asked Dec 9, 2022
362 views
How to do this Boolean multiplication? And which Boolean law is applicable here ?( P' + Q ) ( Q' + P )