JAMIA 2024 — Computer PYQ
JAMIA | Computer | 2024The Boolean expression A + BC is the reduced form of __
Choose the correct answer:
- A.
AB + BC
- B.
(A+B) (A+C)
(Correct Answer) - C.
(A+C) B
- D.
(A+B) C
(A+B) (A+C)
Explanation
Mathematical Proof
To see how we get from the option to the reduced form, we use the following Boolean laws:
-
Distributive Expansion:
(A+B)(A+C)=A⋅A+AC+AB+BC -
Idempotent Law (A⋅A=A):
A+AC+AB+BC -
Absorption Law (A+AB=A and A+AC=A):
By factoring out A:
A(1+C+B)+BCSince (1+anything)=1:
A(1)+BC -
Final Reduced Form:
A+BC
Explanation
Mathematical Proof
To see how we get from the option to the reduced form, we use the following Boolean laws:
-
Distributive Expansion:
(A+B)(A+C)=A⋅A+AC+AB+BC -
Idempotent Law (A⋅A=A):
A+AC+AB+BC -
Absorption Law (A+AB=A and A+AC=A):
By factoring out A:
A(1+C+B)+BCSince (1+anything)=1:
A(1)+BC -
Final Reduced Form:
A+BC

