document.write( "Question 369191: In how many ways may a group of 10 people be seated in a row with exactly 10 chairs if 2 people must be seated together? \n" ); document.write( "
Algebra.Com's Answer #264858 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "assume that two particular people are single entity then total 9 people\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "no. of ways = 9! * 2 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |