Since we have enough empty rooms for all the new patients, we need to update the number of empty rooms.
Set empty equal to empty minus new_patients.
empty
new_patients
Make sure to pick empty followed by = and then empty, -, new_patients.
=
-