document.write( "Question 1043786: 13 pupils have to be divided into three groups of 4,5 and 4..in how many ways can this be dan? \n" ); document.write( "
Algebra.Com's Answer #658954 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "If the 13 pupils are A,B,C,D,E,F,G,H,I,J,K,L,M\r\n" ); document.write( "\r\n" ); document.write( "First consider the three groups to be Group A of 4, Group B of 5, and\r\n" ); document.write( "Group C of 4.\r\n" ); document.write( "\r\n" ); document.write( "Choose the pupils for Group A:\r\n" ); document.write( "That's 13 pupils choose 4, or 13C4\r\n" ); document.write( "\r\n" ); document.write( "Choose the pupils for Group B:\r\n" ); document.write( "That's 9 remaining pupils choose 5, or 9C5\r\n" ); document.write( "\r\n" ); document.write( "Choose the pupils for Group C:\r\n" ); document.write( "That's 4 remaining pupils choose 4, or 4C4\r\n" ); document.write( "\r\n" ); document.write( "That would be (13C4)(9C4)(4C4) = (715)(126)(1) = 90090\r\n" ); document.write( "\r\n" ); document.write( "if such groupings as these 2:\r\n" ); document.write( "\r\n" ); document.write( "Group A = {C,G,I,M}, Group B = {B,D,E,J,L}, Group C ={A,F,H,K} \r\n" ); document.write( "\r\n" ); document.write( "and \r\n" ); document.write( "\r\n" ); document.write( "Group A = {A,F,H,K}, Group B = {B,D,E,J,L}, Group C ={C,G,I,M}\r\n" ); document.write( "\r\n" ); document.write( "were distinguishable (with Groups A and C swapped).\r\n" ); document.write( "\r\n" ); document.write( "But they probably aren't, so we will divide 90090 by 2 and get\r\n" ); document.write( "\r\n" ); document.write( "Answer = 45045.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |