10. Which of the following represents the maxterm M3 for a function F(A, B, C)?
Correct Answer: c) A' + B + C
Explanation:
Maxterm numbering follows these rules:
1. For 3 variables (A, B, C), assign weights: A=4, B=2, C=1
2. M3 corresponds to binary 011 (A=0, B=1, C=1)
3. Variables are complemented if their value is 1 in binary:
A=0 → A
B=1 → B'
C=1 → C'
4. Therefore, M3 = A + B' + C'
However, there's a discrepancy here - the correct maxterm for M3 should be A + B' + C', but among the options, c) A' + B + C is actually M4 (100 → A' + B + C). This appears to be an error in the question options.