document.write( "Question 433645: 1. A teacher chooses 4 students to attend a seminar. To do this, she chooses one boy and one girl from a class of 14 boys and 12 girls, and one boy and one girl from a class of 13 boys and 13 girls. In how many different ways can the teacher choose the 4 students? (That is, how many different gropus of 4 students can she created if she chooses one student from each of the four listed groups).\r
\n" );
document.write( "\n" );
document.write( "Hints:
\n" );
document.write( "Assume that the teacher chooses 1 boy from a group of 14, 1 girl from a group of 12, 1 boy from a group of 13 and 1 girl from a group of 13.\r
\n" );
document.write( "\n" );
document.write( "So there are 14 choices then 12 choices then 13 choices then 13 choices.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #300597 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "no. of ways = 14C1 * 12C1 * 13C1 * 13C1\r \n" ); document.write( "\n" ); document.write( "= 14*12*13*13\r \n" ); document.write( "\n" ); document.write( "= 28392\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |