document.write( "Question 937765: There are 10 chairs around a table. If they are numbered from 1 to 10, how many ways can they be arranged if the even numbers must be kept together? \n" ); document.write( "
Algebra.Com's Answer #571306 by Edwin McCravy(20077)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Any rotation is not considered to change the order.\r\n" );
document.write( "\r\n" );
document.write( "If the even numbered chairs are together, so are the odd\r\n" );
document.write( "numbered ones.\r\n" );
document.write( "\r\n" );
document.write( "So there are 5! ways to arrange the even chairs (E)\r\n" );
document.write( "and 5! ways to change teh odd chairs.  \r\n" );
document.write( "\r\n" );
document.write( "Answer 5!*5! = 5!2 = 1202 = 14400 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );