Ask Question

The sum of all the minterms of a boolean function of n variables is equal to 1.

(a) Prove the above statement for n=3.

(b) Suggest a procedure for a general proof.,

+1
Answers (1)
  1. 3 October, 23:31
    0
    The answers are as follows:

    a) F (A, B, C) = A'B'C' + A'B'C + A'BC' + A'BC + AB'C' + AB'C + ABC' + ABC

    = A' (B'C' + B'C + BC' + BC) + A ((B'C' + B'C + BC' + BC)

    = (A' + A) (B'C' + B'C + BC' + BC) = B'C' + B'C + BC' + BC

    = B' (C' + C) + B (C' + C) = B' + B = 1

    b) F (x1, x2, x3, ..., xn) = ∑mi has 2n/2 minterms with x1 and 2n/2 minterms

    with x'1, which can be factored and removed as in (a). The remaining 2n1

    product terms will have 2n-1/2 minterms with x2 and 2n-1/2 minterms

    with x'2, which and be factored to remove x2 and x'2, continue this

    process until the last term is left and xn + x'n = 1
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The sum of all the minterms of a boolean function of n variables is equal to 1. (a) Prove the above statement for n=3. (b) Suggest a ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers