end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

順列( permutation )と組み合わせ( combination )

順列( permutation )

{}_nP_r = \Large{ \frac{ n! }{ (n-r)! }}

組み合わせ( combination )

{ {}_nC_r  = \Large{ \frac{ n! }{ r!(n-r)! }} }