NIMCET 2022 — Computer PYQ
NIMCET | Computer | 2022Write the simplified form of the Boolean expression (A+C) (A+AD)+AC+C
Choose the correct answer:
- A.
A+C’
- B.
A+C
(Correct Answer) - C.
A’+C
- D.
A+D
A+C
Explanation
To simplify the expression, we will apply Boolean laws step-by-step:
Step 1: Simplify the term (A+AD) using the Absorption Law.
According to the Absorption Law, A+AB=A. Therefore:
Step 2: Substitute this back into the original expression.
Step 3: Distribute A over (A+C).
Step 4: Use the Idempotent Law (A⋅A=A).
Since AC+AC=AC:
Step 5: Apply the Absorption Law again (A+AC=A).
Explanation
To simplify the expression, we will apply Boolean laws step-by-step:
Step 1: Simplify the term (A+AD) using the Absorption Law.
According to the Absorption Law, A+AB=A. Therefore:
Step 2: Substitute this back into the original expression.
Step 3: Distribute A over (A+C).
Step 4: Use the Idempotent Law (A⋅A=A).
Since AC+AC=AC:
Step 5: Apply the Absorption Law again (A+AC=A).

