in Digital Logic edited by
99,561 views
15 votes
15 votes

Simplified Boolean expression for A'BC+AB'C'+A'B'C'+AB'C+ABC

A . AB

B . B'C

C . AB+(A'+AB')C

D . AB'+BC+B'C'

in Digital Logic edited by
99.6k views

2 Comments

Option (D) is correct answer
0
0

But I got B'C'+AC+BC

0
0

6 Answers

10 votes
10 votes
Best answer

A' BC + AB'C' + A'B'C' + AB'C + ABC

=A' BC + AB'C' +  AB'C' + A'B'C' + AB'C + ABC                      (AB'C' =  AB'C 'AB'C ') 

=A' BC + ABC +  A'B'C' +  AB'C' + AB'C' + AB'C

=BC ( A' + A ) + B'C' ( A' + A ) + AB'( C' + C )

=BC + B'C' + AB'

Hence,Option(D) AB' + BC + B'C' is the correct choice.

selected by

4 Comments

thanks
0
0
why did u duplicate this ? AB'C' + AB'C' can u explin which rule u used?
0
0

AB’C’ is duplicated and the reason is that to find the common terms and minimize it.
See these 4 terms : A'B'C' +  AB'C' + AB'C' + AB'C.

In this, A'B'C' +  AB'C’ :  B’C’ is common

and  AB'C' + AB'C :  AB’ is common.

So, A'B'C' +  AB'C' + AB'C' + AB'C = B’C’ + AB’.

Now come to the property or rule: Idempotent rule is used here
Idempotent rule says : A + A = A  and A.A =A

0
0
2 votes
2 votes
D option is correct ans

A'BC +AB'C'+A'B'C'+ AB'C+ ABC

A'BC+B'C'(1)+AB'C+ ABC

A'BC+B'(C'+AC)+ABC

BC (A'+A)+B'(C'+A)

BC(1)+B'(C'+A)

BC+ B'C'+ B'A
edited by

4 Comments

got it now .i was doing very silly mistake .
1
1
the above shortcut that i told is very useful in such type of question :)
0
0
Please tell me how it get
0
0
2 votes
2 votes

ANSWER: OPTION D
using K-map
 

2 Comments

As a is most significant bit in the case of what you have taken here most significant should be taken in the place of c the above is not correct  thing u have done according to me correct me of iam going wrong
0
0

@Vishal , Its not always true that Most significan bit should be in place of variable C . Point is final output must be valid and correct . So you can do in both way, you can use this way(attached fig) and you'll get the same output . But its good thing Vishal, you can remind and use only one method . But in exam you can't say they will follow your method , right?? So, .focus on basics.

0
0
0 votes
0 votes
using k map (d) is correct option.