Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store
seo-qna
SearchIcon
banner

A, B and C represents switches in ‘on’ position and A’, B’ and C’ represents them in ‘off’ position. Construct a switching circuit representing the polynomial ABC+ABC+ABC. Using Boolean algebra, prove that the given polynomial can be simplified to C(A+B). Construct an equivalent switching circuit.

Answer
VerifiedVerified
525.3k+ views
like imagedislike image
Hint: Use the property of Boolean algebra which are A.A=A, A.A=0, A(1+B)=A, & (A+A)=1 for solving this problem.

Complete step-by-step answer:
Given polynomial is ABC+ABC+ABC switching circuit representing the given polynomial is shown in figure (1), where A, B and C represents switches in ‘on’ position and A’, B’ and C’ represents them in ‘off’ position
seo images

Now we have to prove that
ABC+ABC+ABC=C(A+B)
Consider L.H.S
ABC+ABC+ABC
Take AC common from first two terms
AC(B+B)+ABC
As we know in Boolean algebra value of (B+B) is equal to one
AC(B+B)+ABC=AC+ABC
Now take C as common
AC+ABC = C(A+AB).............(1)
Now (A+AB) is written as(A+A)(A+B), property of Boolean algebra.
Because we know in Boolean algebra the value of A.A=A, A.A=0, & A(1+B)=A
So,
 (A+A)(A+B)=A.A+A.B+A.A+AB=A+AB+0+AB=A(1+B)+AB=A+AB
Therefore
(A+AB)=(A+A)(A+B)
Therefore from equation (1)
ABC+ABC+ABC=C(A+AB)=C(A+A)(A+B)
Now as we know in Boolean algebra value of (A+A) is equal to one
ABC+ABC+ABC=C(A+B)
=R.H.S
Hence Proved.

And the equivalent representation is shown in figure (2), where A, B and C represents switches in ‘on’ position and A’, B’ and C’ represents them in ‘off’ position.

Note: Whenever we face such types of questions always remember some of the basic properties of the Boolean algebra which is stated above then using these properties simplify the given polynomial, we will get the required answer.