retagged by
4,425 views
3 votes
3 votes

The simplified form of the Boolean equation $(A\bar{B}+A\bar{B}+AC)(\bar{A}\bar{C}+\bar{B})$ is

  1. $A\bar{B}$
  2. $A\bar{B}C$
  3. $\bar{A}B$
  4. $ABC$
retagged by

3 Answers

Best answer
3 votes
3 votes

A.AB'

(AB'+AB'+AC)(A'C+B')

(AB'+AC)(A'C'+B')

AB'A'C'+AB'B'+ACA'C'+ACB'

AB'B'+ACB' =AB'(C+1)=AB'

selected by
Answer:

Related questions

4 votes
4 votes
2 answers
1
go_editor asked Aug 14, 2016
2,334 views
Simplified Boolean equation for the following truth table is :$\begin{array}{|c|c|c|c|}\hline x & y & z & F \\ \hline \text{0} & \text{0} & \text{0} & \text{0} \\ \hlin...
3 votes
3 votes
4 answers
2
go_editor asked Aug 14, 2016
4,336 views
Which of the following logic expression is incorrect ?$1 \oplus 0 =1$$1 \oplus 1 \oplus 1=1$$1 \oplus 1 \oplus 0=1$$1 \oplus 1 =0$
4 votes
4 votes
2 answers
3
Sanjay Sharma asked Jul 10, 2016
2,475 views
The $\text{IEEE-754}$ double precision format to represent floating point numbers, has a length of ______ bits.$16$$32$$48$$64$
6 votes
6 votes
1 answer
4
Sanjay Sharma asked Jul 10, 2016
4,087 views
In a positive edge triggered $J$-$K$ flip flop , if $J$ and $K$ both are high then the output will be ______on the rising edge of the clock :No changeSetResetToggle