4 (or a b) = (and (and (not a) b)
8 (define (or-gate o1 o2 output)
17 (and-gate a3 a4 output)
22 or-gate delay is one inverter delay + 2 x and-gate-delay, considering that
23 the whole things works in a parallel way. i.e. a3 and a4 are produced parallely.