To find the number of ways to seat the 3 girls and 4 boys in a row such that no two girls are seated next to each other, we can use the concept of permutations.
First, we can arrange the boys in a row. There are 4 boys, so there are 4! = 4 x 3 x 2 x 1 = 24 ways to arrange them.
Next, we need to consider the positions where the girls can be seated. We have 5 possible positions: before the first boy, between the first and second boy, between the second and third boy, between the third and fourth boy, and after the fourth boy.
Out of these 5 positions, we need to select 3 positions for the girls to be seated. We can choose these positions in C(5, 3) = 5! / (3! x (5-3)!) = 5! / (3! x 2!) = 10 ways.
Once the positions for the girls are selected, we can arrange the girls among themselves in those positions. There are 3 girls, so there are 3! = 3 x 2 x 1 = 6 ways to arrange them.
Therefore, the total number of ways to seat the girls and boys is
24 x 10 x 6 = 1440The correct option is E