document.write( "Question 770750: In how many ways can 7 people be seated at a round table if they can sit anywhere and 2 particular people must not sit next to each other?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #469760 by Jc0110(165)![]() ![]() ![]() You can put this solution on YOUR website! Number of ways \n" ); document.write( "=7!-(2! x 5! x 6) \n" ); document.write( "=3600 \n" ); document.write( " |