Construct a Boolean logic statement to show that a smart home security system will sound an alarm.
The alarm sounds if:
- the motion sensor detects movement (
motion_detected) OR the glass break sensor is triggered (glass_broken),
- AND the system is armed (
system_armed).