So, rewriting the question as:
There are 10 chairs in a row. If 6 boys and 4 girls are to be randomly seated in those chairs, what's the probability that no two girls are seated together?
Probability = # desired outcomes / total # of possibilities
Let's start with the easy part (always a good plan on the GMAT): total # of possibilities
We have 10 people to arrange (order definitely matters). There are n! ways to arrange n distinct objects, so the denominator is 10!.
Now the fun part: the # of desired outcomes.
As has previously been explained (very well, in fact), if we don't want two girls together, the best way to start is to look at the boys and the gaps where there's room for girls:
_b_b_b_b_b_b_
We can see that we have 6 boys to arrange, so there are 6! possible sequences for them.
There are 7 possible gaps and 4 girls to place in those spots. When we're not filling all the spots, we use the regular permutations formula:
nPk = n!/(n-k)!
in which n is the total number of objects and k is the number that we're using.
Here, n=7 and k=4, so:
7P4 = 7!/(7-4)! = 7!/3! = 7*6*5*4
In this question we're arranging boys AND girls, i.e. we have MULTIPLE arrangements. Whenever we have MULTIPLE arrangements, we MULTIPLY the individual arrangements. Consequently, there are:
6!*7*6*5*4 total arrangements that fit our desired criteria.
Now our final answer:
Probability = # desired / total #
= (6!*7*6*5*4) / 10!
= 7*6*5*4/10*9*8*7
= 6*5*4/10*9*8
= 120/720
= 1/6