Time Response in Combinational Networks
Start with expression that is free of static 1-hazards
F' = (A C' + A' D + C' D)'
= (A' + D) (A + D') (C + D')
= A C + A C D' + C D' + A' C D' + A' D'
covers all the adjacent 0's in the K-map
free of static-1 and static-0 hazards!