自然数 $n$ に対して、以下の式を $n$ の式で表せ。 $$ {}_nC_0 + {}_nC_1 \cdot (-5) + {}_nC_2 \cdot (-5)^2 + \dots + {}_nC_{n-1} \cdot (-5)^{n-1} + {}_nC_n \cdot (-5)^n $$
2025/6/24
1. 問題の内容
自然数 に対して、以下の式を の式で表せ。
{}_nC_0 + {}_nC_1 \cdot (-5) + {}_nC_2 \cdot (-5)^2 + \dots + {}_nC_{n-1} \cdot (-5)^{n-1} + {}_nC_n \cdot (-5)^n
2. 解き方の手順
この式は二項定理
の に を代入したものである。
よって、
{}_nC_0 + {}_nC_1 \cdot (-5) + {}_nC_2 \cdot (-5)^2 + \dots + {}_nC_{n-1} \cdot (-5)^{n-1} + {}_nC_n \cdot (-5)^n = (1 + (-5))^n
= (1 - 5)^n = (-4)^n