今回は29の階乗と計算方法を解説します。
29の階乗は8841761993739701954543616000000です。
この計算方法について紹介していきます。
目次
階乗とは何か?
まず、階乗とは何かを理解していきましょう。
階乗は、ある自然数nに対して、1からnまでの全ての数を掛け合わせたものを表します。
つまり、nの階乗は、$n!=n(n-1)(n-2)…3\times2\times1$です。
※参考記事
[数A]階乗|階乗とは、0の階乗が1になる理由も解説
29の階乗
では、本題に入りましょう。
nの階乗の式に29を代入して計算します。
$$n!=n(n-1)(n-2)…3\times2\times1$$
ここで$n=29$とすると、下記のように計算できます。
$$29!=29\times28\times27\times26\times25\times24\times23\times22\times21\times20\times19\times18\times17\times16\times15\times14\times13\times12\times11\times10\times9\times8\times7\times6\times5\times4\times3\times2\times1=8841761993739701954543616000000$$
掛け算ができれば計算できるので計算は難しくないですね。
nの値が大きい時は迷わず電卓やエクセルを使いましょう!
まとめ
ここまで読んでいただきありがとうございます。
29の階乗を計算してきました。
nの階乗は、$n!=n(n-1)(n-2)…3\times2\times1$なので、nに代入すれば掛け算だけでも解けますね!

コメント