从5个数中任选两个,有几种选法?

问题描述:

从5个数中任选两个,有几种选法?
还有,我想问一个C 5 2 和P 5 2 都是什么公式?最好有C m n 和P m n的公式.

c(m,n)=m!/{n!*(m-n)!}
p(m,n)=m!/(m-n)!