document.write( "Question 367036: in how many number of ways can 7 men and 7 women sit in a round table such that no two women sit together? \n" ); document.write( "
Algebra.Com's Answer #261686 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "firstly arrange men, no. of ways to arrange 7 men in a round table= 6!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now, each woman will sit between two men. total space = 7 i.e M W M W M...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now, no. of ways to sit 7 women on 7 places= 7!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total no. of ways = 6! * 7! = 3628800 \n" ); document.write( " \n" ); document.write( " |