A NOR gate is a combination of an OR gate followed by a NOT gate.
The Boolean equation of an OR gate is \( A + B \).
The NOT gate inverts the output, so the Boolean equation of a NOR gate is the negation of the OR gate output: \( C = \overline{A + B} \).