The fourteenth homework had...
The assignment's 36 points were (unevenly) divided among the 9 sections as follows:
| A | B | C | ||||||
|---|---|---|---|---|---|---|---|---|
| handout... 36 | 4 | 4 | 4 | ...installment 1 | ||||
| handout... 37 | 5 | 2 | 4 | ...installment 2 | ||||
| handout... 38 | 4 | 4 | 5 | ...installment 3 | 
You should be able to find the corresponding nine scores on the front
page of your homework, arranged in a three-row  quite
 quite
A few comments on specific exercises...
| 37C. | When you give the sum-of-products (or product-of-sums) expansion of a boolean function, you should not simplify it [since algebraic manipulation ruins the (very elegant) syntactic structure of the formula, turning a correct answer into an incorrect answer]. [Please recall that the sum-of-products expansion is defined
      syntactically, not semantically; i.e., it's not enough for
      your answer to just have the same truth table as the function
      F, it must also have a [very specific :)] syntactic structure.
      Example: for part c,
       [Why is z necessary in part c?
      Since F is of degree  One common error was building the product-of-sums expression
      from the maxterms that correspond to the 1's in the truth
      table, instead of using the maxterms that correspond to the 0's.
      In particular, for part c,
       [Reminder: in general, there is a one-to-one correspondence between the 1's in (the output column of) a boolean function's truth table and the minterms in its sum-or-products expansion. Likewise, there is a one-to-one correspondence between the 0's in the function's truth table and the maxterms in its product-of-sums expansion. Example: for part d, the truth table is...     x y z  F
    - - -  -
    0 0 0  1
    0 0 1  1
    0 1 0  1
    0 1 1  1
    1 0 0  1
    1 0 1  1
    1 1 0  1
    1 1 1  0In this case, there are seven 1's in the output column (the column labeled F), so there must be exactly seven minterms in the sum-of-products expansion. Likewise, there's one 0 in the output column, so there must be exactly one maxterm in the product-of-sums expansion.] Also, please note that, although Rosen only asked for the sum-of-products expansion, on Handout #37 we asked for both the sum-of-products expansion and the product-of-sums expansion. In other words, you needed to construct a total of 4 expansions... 
 ...in order to get full credit for 37C. [If you see "sum-of-products?" on your paper, that means that you were missing one (or more) of the sum-of-products expansions. Likewise, if you see "product-of-sums?" on your paper, that means that you were missing one (or more) of the product-of-sums expansions.] | 
|---|
Our solutions to the fourteenth homework have been posted.
For those who are curious, the median score was 28, and the mean score was 27.2 (sigma ~ 4).