A multi-input OR expression is evaluated by cascading 2-input steps. The first gate creates an intermediate sum (A + B), and the second gate completes the compound expression with input C. The output Y remains 0 only when all three inputs are simultaneously 0.
Boolean Equation:
Y = (A + B) + C