document.write( "Question 765042: A certain class has 8 boys and 10 girls. How many different sets of four class officers:president, vice president, treasurer and secretary, cant be formed from students in this class if the president and treasurer must be girls and the vice president and secretary must be boys? Please explain! \n" ); document.write( "
Algebra.Com's Answer #465940 by ramkikk66(644)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "President and treasurer must be girls. So you need to choose 2 girls from 10,\r\n" );
document.write( "which can be done in C(10,2) ways  = (10*9)/(1*2) = 45 ways.\r\n" );
document.write( "For each of these combinations, there are 2 ways in which the 2 girls can \r\n" );
document.write( "be allotted the 2 posts (e.g. Girl1 can be the Pres and Girl2 the treasurer,\r\n" );
document.write( "and vice versa).\r\n" );
document.write( "Hence possible combinations = 45*2\r\n" );
document.write( "\r\n" );
document.write( "Similarly, VP and secretary must be boys. So you need to choose 2 boys from 8,\r\n" );
document.write( "which can be done in C(8,2) ways = (8*7)/(1*2) = 28 ways.\r\n" );
document.write( "For each of these combinations, there are 2 ways in which the 2 boys can \r\n" );
document.write( "be allotted the 2 posts (e.g. Boy1 can be the VP and Boy2 the secretary,\r\n" );
document.write( "and vice versa).\r\n" );
document.write( "Hence possible combinations = 28*2\r\n" );
document.write( "\r\n" );
document.write( "Finally, each set of 2 girls can be paired with each set of 2 boys to form the\r\n" );
document.write( "final set of officers. So the number of possible combinations = 45*2*28*2 = \r\n" );
document.write( "\r\n" );
document.write( "\"highlight%285040%29\" ways.\r\n" );
document.write( "\r\n" );
document.write( "Hope you got it :)\r\n" );
document.write( "\r\n" );
document.write( "
\n" ); document.write( "
\n" );