document.write( "Question 617217: Find the number of ways of seating five men and five women alternately in a row, beginning with a woman.
\n" ); document.write( "Please Help Thanks
\n" ); document.write( "

Algebra.Com's Answer #388723 by ryuzaki.sultan(1)\"\" \"About 
You can put this solution on YOUR website!
Beginning with a woman=1 way, then five men can sit in 5 ways, then the rest of women can sit in 4 ways, and again the rest of man can be sit in 4 ways and so on:
\n" ); document.write( "By multiple principle:
\n" ); document.write( "1*5*4*4*3*3*2*2*1*1=2880
\n" ); document.write( "
\n" );