document.write( "Question 855244: suppose we have 10 rooms and want to assign five of them to five man,and remaining 5 for women. explain how many way we can assign? \n" ); document.write( "
Algebra.Com's Answer #515218 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Assuming order is important
\n" ); document.write( "men 10P5 = 30,240 ways
\n" ); document.write( "remaining 5 rooms for women: 5P5 = 120ways
\n" ); document.write( " 30, 360 ways total to assign five of them to five man and remaining 5 to 5 women. \n" ); document.write( "
\n" );