.
There are 6 people who will sit in a row but out of them,
Ronnie, will always be left of Annie and Rachel will always be right of Annie.
How many row arrangements are possible?
~~~~~~~~~~~~~~~~~~~~
Without any restrictions, there are 6! = 6*5*4*3*2*1 = 720 of all possible different permutations.
For any of these permutations, consider its subset of {Ronnie, Annie, Rachel}.
For these given permutation, there are 6 different permutations of these three girls in their three positions,
where all other 3 participating persons occupy their positions unchangeable.
So, from these 6 permutations, only one, namely (Ronnie, Annie, Rachel) does satisfy both restrictions.
It implies that among all possible 720 permutations, only one sixth of them are valid.
So, the answer to the problem's question is 720/6 = 120.
Solved.