357 views

1 Answer

Best answer
1 votes
1 votes
$F1 = \sum(2,4,6)$

$F2 = \sum(1,2,3,4)$

$Y=F1'F2 + F1F2'$[Since it is an XOR gate].

$F1'=\sum(0,1,3,5,7)$

$F2'=\sum(0,5,6,7)$

$Y = \sum(0,1,3,5,7).\sum(1,2,3,4)+\sum(0,5,6,7).\sum(2,4,6) = \sum(1,3) + \sum(6) = \sum(1,3,6)$.
selected by

Related questions

1 votes
1 votes
0 answers
1
deba1014 asked Apr 12
117 views
What is the maximum n-bit number in base x ,when represented in decimal(10)?
0 votes
0 votes
2 answers
3
rajveer43 asked Jan 12
223 views
The number of full and half-adders required to add $32$-bit numbers is______________________
0 votes
0 votes
0 answers
4
Redcom1988 asked Dec 23, 2023
217 views
Design a counter according to the state diagram above using only NAND gates and JK Flip-flops (if needed) complete with state tables