Settings | Sign in | Sign up

There are currently 3 posts.

排列組合A,C的第二意義

Floor 1 巨大八爪鱼 5/20/15 23:11
A(a,b)還可以表示在b個空中放入a個不同的字母,共有多少種放法

A B C _ _ _ _
在7個空中放入ABC三個字母的總放法
A(3,7)
Floor 2 巨大八爪鱼 5/20/15 23:13
C(a,b)還可以表示在b個空中放入a個相同的字母,共有多少種放法

A A A _ _ _ _
在7個空中放入三個A字母的總放法
C(3,7)
Floor 3 巨大八爪鱼 5/20/15 23:14
值得注意的是,C(a,b) × A(a,a) = A(a, b)

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.