Respuesta :
[tex]4C2= \frac{4!}{2!(4-2)!}= \frac{4*3*2*1}{(2*1)(2!)}= \frac{4*3*2*1}{(2*1)(2*1)}=6[/tex]
I hope that helps!
Answer:
Combination:
[tex]C(4,2)=4C_2 =6[/tex]
Permutation:
[tex]P(4,2)=4P_2=12[/tex]
Step-by-step explanation:
A permutation of a set of elements is an arrangement of said elements taking into account the order. A combination of a set of elements is a selection of those elements regardless of order.
The number of permutations "k" of "n" elements is calculated with the following formula:
[tex]P(n,k)=nP_k =\frac{n!}{(n-k)!}[/tex]
The number of combinations "k" of "n" elements is calculated with the following formula:
[tex]C(n,k)=nC_k=\frac{n!}{k!(n-k)!}[/tex]
Therefore:
[tex]C(4,2)=4C_2=\frac{4!}{2!(4-2)!} =\frac{24}{2(2)}=\frac{24}{4} =6[/tex]
and
[tex]P(4,2)=4P_2=\frac{4!}{(4-2)!} =\frac{24}{2} =12[/tex]