Content deleted Content added
Line 127:
When going from Size 2 to Size 4, treat <code>-</code> as a third bit value. Match up the <code>-</code>'s first. The terms represent products and to combine two product terms they must have the same variables. One of the variables should be complemented in one term and uncomplemented in the other. The remaining variables present should agree. So to match two terms the <code>-</code>'s must align and all but one of the other digits must be the same. For instance, <code>-110</code> and <code>-100</code> can be combined to give <code>-1-0</code>, as can <code>-110</code> and <code>-010</code> to give <code>--10</code>, but <code>-110</code> and <code>011-</code> cannot since the <code>-</code>'s do not align. <code>-110</code> corresponds to BCD' while
<code>011-</code> corresponds to A'BC, and BCD' + A'BC is not equivalent to a product term.
:{| class="wikitable"
|-
|