I am in a prob and stats course... haven't taken one in awhile and would like some help on these two problems. I think I am probably making these a little two simple.
Four married couples have bought 8 seats in a row for a concert. In how many ways can they be seated if:
a. if each couple sit together? 4!2!2!2!2!= 384
b. if all men sit together?
I am thinking of this M1M2M3M4W1(Any women)(Any Women)(Any Women)(Any Women) so 4*3*2*1*4*3*2*1= 576
Your first answer is correct: there are $4!$ ways to order the couples, treating each as a unit, then you can flip the order of each member of a couple, so the answer is multiplied by $(2!)^4$.
For your second answer, I believe you are undercounting. You also need to consider configurations like $M_1(...\text{women}...)M_2M_3M_4$.
Think about it like this: first the men sit down in a block
there are $4!$ ways to do this. Then the women choose a space between two men: there are $5$ spaces to choose from.
Now order the women: there are $4!$ ways to do this.
So the answer is $5 \cdot 4! \cdot 4!$, or $5!\cdot4!$ (but I would prefer the first version since it emphasizes where the $5$ comes from).