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?
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
Total Unique Visitors