document.write( "Question 581624: In how many ways can four married couples attending a concert be seated in a row of eight seats if:
\n" );
document.write( "(a) There are no restrictions?
\n" );
document.write( "(b) Each married couple is seated together?
\n" );
document.write( "(c) The members of each sex are seated together? \n" );
document.write( "
Algebra.Com's Answer #371862 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Total number of people = 8\r \n" ); document.write( "\n" ); document.write( "a) 8!\r \n" ); document.write( "\n" ); document.write( "b) 2* 2 * 2 * 2 * 4! \r \n" ); document.write( "\n" ); document.write( "c) 4! * 4! * 2!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if any doubt, feel free to ask.. \n" ); document.write( " |