Rewrite the equations on page B-734 for a carry-lookahead logic for a 16-bit adder using a new notation. First use the names for the CarryIn signals of the individual bits of the adder. That is, use c4, c8, c12, ... instead of C1, C2, C3,... Also, let Pi,j mean a propagate signal for bits i to j, and Gi,j mean a generate signal for bits i to j. For example, the equation c2 = G1 + (P1 路 G0) + (P1 路 P0 路 c0) can be rewritten as c8 = G7,4 + (P7,4 路 G3,0) + (P7,4 路 P3,0 路 c0) This more general notation is useful in creating wider adders.