document.write( "Question 774007: Given 12 women and 15 men, in how many ways can they be arranged in a queue with all women seated in front of men?
\n" ); document.write( "Please help\r
\n" ); document.write( "\n" ); document.write( "Thank you.
\n" ); document.write( "

Algebra.Com's Answer #471999 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The number of ways to arrange N things is a queue in different\r\n" );
document.write( "orders is N!\r\n" );
document.write( "\r\n" );
document.write( "There are 12! ways to arrange the order of the women.\r\n" );
document.write( "For each of those ways there are 15! ways to arrange the order of\r\n" );
document.write( "the men.\r\n" );
document.write( "\r\n" );
document.write( "Answer 12!×15! = 479001600×1307674368000 = 626,378,114,550,988,800,000\r\n" );
document.write( "\r\n" );
document.write( "or 626 quintillion, 378 quadrillion, 114 trillion, 550 billion, 988 million, 800 thousand.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );