document.write( "Question 830282: how many ways can 3 americans, frenchmen, danes and 2 italians be seated in a row so that those of the same nationality sit together? \n" ); document.write( "
Algebra.Com's Answer #500741 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Choose the order of the 4 nationalities in 4! ways.\r\n" );
document.write( "Choose the order of the 3 Americans in 3! ways.\r\n" );
document.write( "Choose the order of the 3 Frenchmen in 3! ways.\r\n" );
document.write( "Choose the order of the 3 Danes in 3! ways\r\n" );
document.write( "Choose the order of the 2 Italians in 2! ways.\r\n" );
document.write( "\r\n" );
document.write( "Answer 4!3!3!3!2! = (24)(6)(6)(6)(2) = 10368 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );