document.write( "Question 429043: In how many ways can 1 man and 1 woman, in that order, be selected from 4 men and 7 women? \n" ); document.write( "
Algebra.Com's Answer #298085 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "no. of ways = 4C1 * 7C1 \r \n" ); document.write( "\n" ); document.write( "= 4 *7\r \n" ); document.write( "\n" ); document.write( "= 28\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |