document.write( "Question 10458: THE ARE 20 STUDENTS AND THEY NEED TO BE ALLOCATED INTO 3 CLASSROOMS.IN HOW MANY WAYS CAN THIS BE DONE
\n" );
document.write( "1.ASSUMING THAT THE STUDENTS ARE IDENTICAL
\n" );
document.write( "2.ASSUMING THAT THE STUDENTS ARE DISTINGUISHABLE \n" );
document.write( "
Algebra.Com's Answer #5556 by khwang(438) ![]() You can put this solution on YOUR website! 1.ASSUMING THAT THE STUDENTS ARE IDENTICAL \n" ); document.write( " 2.ASSUMING THAT THE STUDENTS ARE DISTINGUISHABLE\r \n" ); document.write( "\n" ); document.write( " 1. Like the possible solutions of the integral equations \n" ); document.write( " x + y + z = 20 (z,y & z as three classrooms) \n" ); document.write( " Arrange r = 20 possble combinations among n=3 elements. \n" ); document.write( " There are H(n, r) = C(n+r-1, r) = C(22,20) = C(22,2) \n" ); document.write( " =22*21/2 = 21*11 = 231\r \n" ); document.write( "\n" ); document.write( " 2. Each student has 3 choices, totally, there 3^20 ways.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Kenny\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |