document.write( "Question 602332: Help please on Permutations.\r
\n" );
document.write( "\n" );
document.write( "Problem:
\n" );
document.write( "how many ways can 15 students be separated into two groups of 8 and 7?\r
\n" );
document.write( "\n" );
document.write( "Attempt:
\n" );
document.write( "Since they will be separated into 2 groups, i tried using 15!/7! since the rest (those seven left) will be on the other group, but it does not show the combinations for the other group. And so i am wrong. :/ \n" );
document.write( "
Algebra.Com's Answer #380207 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the order that people are placed into a group is not a factor, so this is a combination question (not permutation)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is kind of a \"trick\" question ___ if x + y = z ; then zCx = zCy\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ALL the students will be assigned to one group or the other \n" ); document.write( "___ the possible combinations of the two groups are concurrent ___ 15C8 is the same as 15C7 \n" ); document.write( "___ separating groups of 8 concurrently separates groups of 7 \n" ); document.write( "___ for every group of 8; there will automatically be a complementary group of 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so the answer is 15C8 (or 15C7) \n" ); document.write( " |