Follow
the usual procedure for induction proofs:
base case: n = 2
If there are only two people in line, then... what?
assumption: n = k
If there are k people in line, we assume that there is, at some point, a man standing immediately behind a woman somewhere within the line.
induction: n = k + 1
If there are k + 1 people in line, then we consider two cases. If there is a man in the second position, then... what? If not, then there is a woman in the second position. In this case, remove the first woman in line, leaving a line of k people with a woman first and a man last. Then... what?