document.write( "Question 318163: In how many ways can four men and four women be seated in a row of eight seats if the first and last seats are to be occupied by women? \n" ); document.write( "
Algebra.Com's Answer #227758 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
The actual problem devolves to: \"In how many ways can four men and two women be seated in a row of six seats?\".
\n" ); document.write( "6!/(4!*2!)
\n" ); document.write( "=6*5/2
\n" ); document.write( "=3*5
\n" ); document.write( "=15 ways
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );