document.write( "Question 151446: In how many ways can 10 people be seated at a round table if 3 of them sit next to each other?\r
\n" );
document.write( "\n" );
document.write( "my answer is 10080. is it correct? \n" );
document.write( "
Algebra.Com's Answer #257137 by Ali-aithzaz(4)![]() ![]() You can put this solution on YOUR website! Since 10 people are sitting in round table, we have to fix one of them, 9 left then three are sitting next to each other, they will act as a unit so ways when those 9 will sit 6! , and the three can sit 3! Ways, \n" ); document.write( "so total arrangement when 10 people sit arround a table when 3 sit next to each other is 3!*6! \n" ); document.write( " |