Question
Question: According to the laws of Boolean algebra, the expression (A+AB) is equal to, \(\left( a \right)A\)...
According to the laws of Boolean algebra, the expression (A+AB) is equal to,
(a)A
(b)AB
(c)B
(d)Aˉ
Solution
Hint – In this question consider the basics of the truth table of OR, AND and NOT gate for basic inputs of, 1. In general 4 basic cases will arise that is 0 operation 1, 0 operation 0, 1 operation 0 and 1 operation 1. Then try and create the same truth table considering the cases for the given Boolean expression that is (A+AB). Compare the results obtained with the basic gates, this will help getting the right answer.
Complete answer:
As we know in Boolean algebra if we don’t know the inputs then we cannot calculate the output of any equation when it is a simple sum or subtraction equation.
For example: If A and B are the two inputs of a logic function in Boolean algebra then without knowing the value of the inputs we cannot calculate the output of the logic function.
If output is in simple form say A + B.
I.e. it is an OR output in OR the two variables are simply added.
Output can be anything depending upon the logic circuit, it may be simple, simple complex or very complex.
But if we know the input we will know how the output will behave as follows:.
If A = B = 1, then A + B = 1 + 1 = 1
In Boolean algebra the rules are as follows,
OR rule
0 + 0 = 0
0 + 1 = 1
1 + 0 =1
1 + 1 =1
AND rule
0.0 = 0
0.1 = 0
1.0 = 0
1.1 = 1
NOT rule
0ˉ=1
1ˉ=0
Now if we add one (1) in any variable it will behave as 1.
I.e. 1 + x = 1.
Now the given expression is
(A + AB)
Now take A common we have,
⇒A(1+B)
Now from above rule discussed (1 + B) = 1 so we have,
⇒A(1)
Now in the multiplication rule if we multiply any variable with 1 it will give us the same variable and if we multiply any variable with 0 it will give us simply 0.
⇒A(1)=A
So this is the required simplified expression of the given expression.
Hence option (a) is the correct answer.
Note – The gates are very important in terms of electronic circuits or even in power systems as they can be used to control the circuit as they take very less time in comparison to odd switches to turn off and on. NAND gate is a basic gate formed by the combination of the NOT gate and the AND gate.