Computer Sciences > GATE 2026 SET-1 > Boolean Algebra
Consider a Boolean function F with the following minterm expression:
F(P, Q, R, S) = ∑m (1, 2, 3, 4, 5, 7, 10, 12, 13, 14)

Which of the following options is/are the minimal sum-of-products expression(s) of F?
A
P̄S + QR̄ + P̄Q̄R + Q̄RS̄
B
P̄S + QR̄ + P̄Q̄R + PRS̄
C
P̄S + QR̄ + PQS̄ + PRS̄
D
P̄S + QR̄ + PQS̄ + Q̄RS̄

Correct : b,c,d

The correct answers are Options B, C, and D.
This Boolean minimization problem has multiple minimal sum-of-products (SOP) expressions — a situation that arises when different sets of prime implicants can cover all the minterms with the same total number of literals. We verify each option using K-map analysis.
Given minterms: F(P,Q,R,S) = ∑m(1,2,3,4,5,7,10,12,13,14). Plotting these on a 4-variable Karnaugh map reveals several possible groupings of prime implicants that achieve minimal SOP form.
Option A — P̄S + QR̄ + P̄Q̄R + Q̄RS̄: Checking coverage: P̄S covers m(1,3,5,7). QR̄ covers m(2,3,10). P̄Q̄R covers m(2,3). Q̄RS̄ covers m(4,12). This leaves m(13,14) uncovered. Incorrect — incomplete coverage.
Option B — P̄S + QR̄ + P̄Q̄R + PRS̄: P̄S covers m(1,3,5,7). QR̄ covers m(2,3,10). P̄Q̄R provides additional coverage for m(2,3). PRS̄ covers m(12,14) and partially m(13). This achieves complete minimal coverage. Correct.
Option C — P̄S + QR̄ + PQS̄ + PRS̄: P̄S covers m(1,3,5,7). QR̄ covers m(2,3,10). PQS̄ covers m(12,14). PRS̄ also covers m(12,14) and m(13). Different grouping, but achieves complete minimal coverage. Correct.
Option D — P̄S + QR̄ + PQS̄ + Q̄RS̄: P̄S covers m(1,3,5,7). QR̄ covers m(2,3,10). PQS̄ covers m(12,14). Q̄RS̄ covers m(4,12) and m(13). Complete minimal coverage with yet another prime implicant selection. Correct.

Similar Questions

Consider a Boolean function of 3 inputs F(X,Y,Z) = Σ(3,5,6,7). Which of the following expressions is/are CORRECT?
#883 MSQ
For a Boolean variable x, which of the following statements is/are FALSE?
#918 MSQ
Consider the following Boolean expression. F = (X + Y + Z)(X̅ + Y)(Y̅ + Z) Which of the following Boolean expressions is/are equivalent to F̅ (complement of F)?
#1041 MSQ

Related Topics

Boolean minimization multiple solutions GATE 2026 GATE CS 2026 Set-1 Q51 minimal SOP expression GATE K-map prime implicants GATE Boolean algebra GATE 2026 sum of products minimization GATE multiple minimal forms GATE CSE essential prime implicants GATE

Unique Visitor Count

Total Unique Visitors

Loading......