SOLUTION: given 4 distinct objects, if you take 2 at the time, the possible number of combinations is equal 2
Algebra
->
Permutations
-> SOLUTION: given 4 distinct objects, if you take 2 at the time, the possible number of combinations is equal 2
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 1002205
:
given 4 distinct objects, if you take 2 at the time, the possible number of combinations is equal 2
Answer by
fractalier(6550)
(
Show Source
):
You can
put this solution on YOUR website!
Four taken two at a time makes for six combinations...
4! / 2!(2!) = 4x3 / 2x1 = 6
Choose two from abcd...
ab, ac, ad, bc, bd, and cd.