document.write( "Question 529816: how many ways can 1 man and 1 woman in that order be selected from 5 men and 6 women?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #349751 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! 5 choose 1 * 6 choose 1 \r \n" ); document.write( "\n" ); document.write( "5!/(1!(5-1)!) * 6!/(1!(6-1)!)\r \n" ); document.write( "\n" ); document.write( "5!/4! * 6!/5!\r \n" ); document.write( "\n" ); document.write( "5 * 6 = 30\r \n" ); document.write( "\n" ); document.write( "30 ways. \n" ); document.write( " |