document.write( "Question 968536: how many ways can 8 people be seated at a round table if two people must not sit next to each other? \n" ); document.write( "
Algebra.Com's Answer #593643 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "7! = 5040 ways where anybody sits anywhere.\r\n" );
document.write( "\r\n" );
document.write( "minus the number of ways the two sit side by side:\r\n" );
document.write( "\r\n" );
document.write( "2 ways they can sit side by side, then\r\n" );
document.write( "5! ways to arrange the other 5 around them.\r\n" );
document.write( "\r\n" );
document.write( "7! - 2*5! = 5040 - 2(120) = 5040 - 240 = 4800 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );