edited by
1,101 views

2 Answers

1 votes
1 votes
Majority voting means that when two or more output are in set condition Boolean function should become true. So F = ABC'+ BCA' + CAB' + ABC which simplifies to Option A) AB + AC + BC
1 votes
1 votes

For the 3 inputs $A, B, C$ majority voting is performed if the number of $1’s$ is $\geq2$.

A B C Y
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1

So $Y=A’BC+AB’C+ABC’+ABC$

after solving $Y$ using kmap we get $Y=AB+BC+CA$

Option (A) is correct.

 

Related questions

1 votes
1 votes
1 answer
1
sh!va asked Feb 27, 2017
1,638 views
What is the division factor of the given clock divider circuit?$2$$3$$1.5$$2.5$
4 votes
4 votes
1 answer
2
sh!va asked Feb 27, 2017
4,040 views
If a counter having $10$ flip flops is initially at $0,$ what count will it hold after $2060$ pulses?$000\; 000\; 1100$$000 \;001\; 1100$$000 \;001\; 1000$$000 \;000\; 11...
2 votes
2 votes
2 answers
3
2 votes
2 votes
2 answers
4