Question: How many ways are there to arrange four subjects and six periods in a day if two subjects are taught in two periods and remaining two periods for another two different subject.
Here we can arrange this as 6P4. But I don't understand about the following question part,
"two subjects are taught in two periods and remaining two periods for another two different subject"
I think this question wants you to imagine yourself as a teacher who is scheduled to teach 6 periods, 2 periods English, 2 Math, 1 History and 1 Geography
potential schedules could be
EMGHEM or EEMMGH
So total # of schedules in $$ \binom 62 \binom 42 \binom 21 \binom 11 $$
which is the same as $$\frac{6!}{2!2!}$$