document.write( "Question 37905: What is the difference between permutations and Combinations? \n" ); document.write( "
Algebra.Com's Answer #23431 by Alwayscheerful(414)\"\" \"About 
You can put this solution on YOUR website!
The equation for permutations is \"nPr=n%21%2F%28n-r%29%21\"
\n" ); document.write( "Permutations (compared to combinations) will give you a larger number, which means more combinations.
\n" ); document.write( "One example when you use permutations is this:
\n" ); document.write( "Say you have 5 chairs lined up in a row. There are 7 kids. How many combinations of kids are there?
\n" ); document.write( "You would use permuations because the order of the seating arrangement matters.
\n" ); document.write( "Tom, Jerry, Ralph, Jim, and Tony as a group will be different than Jerry, Tom, Jim, Tony, and Ralph. \r
\n" ); document.write( "\n" ); document.write( "The equation for combinations is \"nCr=n%21%2F%28%28n-r%29%21%2Ar%21%29\"
\n" ); document.write( "One common example when you use combinations is when you are electing people to be on a commitee.
\n" ); document.write( "Say there are 10 kids running for 3 spots. How many different committees can there be?
\n" ); document.write( "For this, the order doesn't matter, because a committee of Tom, Jerry, and Ralph will be the same as a committee of Jerry, Ralph, and Tom.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If the order of the group matters, use permuations. If the order of the group doesn't matter, use combinations.\r
\n" ); document.write( "\n" ); document.write( "Hope this helps!
\n" ); document.write( "
\n" );