\(a\), \(b\)가 적힌 공이 한 개씩 들어 있는 서로 다른 3개의 바구니가 있다.
\((a+b)^{n}\)의 전개식에서 각 항의 계수는 어떻게 구할 수 있을까?
\(n\)개의 자리에서 각각 \(a\) 또는 \(b\)를 선택하세요. 같은 항이 되는 모든 선택 방법의 수가 이항계수입니다!
\(n\)이 자연수일 때
\((a+b)^{n}\)의 전개식에서 각 항의 계수
을 이항계수라 하고, 항 \({}_{n}\mathrm{C}_{r}\,a^{n-r}b^{r}\)을 일반항이라 한다.
\(a = x,\; b = -2,\; n = 4\)로 놓고 공식에 대입
\(\left(x + \dfrac{3}{x}\right)^{6}\)의 전개식에서 \(x^{2}\)의 계수를 구하시오.
일반항: \({}_{6}\mathrm{C}_{r}\,x^{6-r}\left(\dfrac{3}{x}\right)^{r} = {}_{6}\mathrm{C}_{r} \cdot 3^{r} \cdot x^{6-2r}\)
\(x^{2}\)의 항: \(6 - 2r = 2\) → \(r = 2\)
\(\therefore\; {}_{6}\mathrm{C}_{2} \times 3^{2} = 15 \times 9 = \boldsymbol{135}\)
\(\left(2x - \dfrac{1}{x}\right)^{5}\)의 전개식에서 \(x\)의 계수를 구하시오.
일반항: \({}_{5}\mathrm{C}_{r}(2x)^{5-r}\left(-\dfrac{1}{x}\right)^{r} = {}_{5}\mathrm{C}_{r} \cdot 2^{5-r} \cdot (-1)^{r} \cdot x^{5-2r}\)
\(x\)의 항: \(5 - 2r = 1\) → \(r = 2\)
\({}_{5}\mathrm{C}_{2} \times 2^{3} \times (-1)^{2} = 10 \times 8 = \boldsymbol{80}\)
일반항: \({}_{7}\mathrm{C}_{r}(x^{2})^{7-r}\left(-\dfrac{2}{x}\right)^{r} = {}_{7}\mathrm{C}_{r} \cdot (-2)^{r} \cdot x^{14-3r}\)
\(x^{5}\): \(14 - 3r = 5\) → \(r = 3\)
\({}_{7}\mathrm{C}_{3} \times (-2)^{3} = 35 \times (-8) = \boldsymbol{-280}\)
일반항: \({}_{8}\mathrm{C}_{r}(4x)^{8-r}\left(-\dfrac{1}{2x}\right)^{r} = {}_{8}\mathrm{C}_{r} \cdot 4^{8-r} \cdot \left(-\dfrac{1}{2}\right)^{r} \cdot x^{8-2r}\)
상수항: \(8 - 2r = 0\) → \(r = 4\)
\({}_{8}\mathrm{C}_{4} \times 4^{4} \times \left(\dfrac{1}{2}\right)^{4} = 70 \times 256 \times \dfrac{1}{16} = \boldsymbol{1120}\)
등식 \({}_{n}\mathrm{C}_{0} + {}_{n}\mathrm{C}_{1} + {}_{n}\mathrm{C}_{2} + \cdots + {}_{n}\mathrm{C}_{n} = 2^{n}\)이 성립함을 보이시오.
이항정리를 이용하여 \((1+x)^{n}\)을 전개하면
\((1+x)^{n} = {}_{n}\mathrm{C}_{0} + {}_{n}\mathrm{C}_{1}\,x + {}_{n}\mathrm{C}_{2}\,x^{2} + \cdots + {}_{n}\mathrm{C}_{n}\,x^{n}\)
이 식에 \(x = 1\)을 대입하면
\(2^{n} = {}_{n}\mathrm{C}_{0} + {}_{n}\mathrm{C}_{1} + {}_{n}\mathrm{C}_{2} + \cdots + {}_{n}\mathrm{C}_{n}\)
\((1+x)^{n}\)의 전개식에 \(x = -1\)을 대입하면
\(0 = {}_{n}\mathrm{C}_{0} - {}_{n}\mathrm{C}_{1} + {}_{n}\mathrm{C}_{2} - \cdots + (-1)^{n}\,{}_{n}\mathrm{C}_{n}\)
이항정리를 이용하여 \((1+x)^{2n}\)을 전개한 식에 \(x = -1\)을 대입하면
\(0 = {}_{2n}\mathrm{C}_{0} - {}_{2n}\mathrm{C}_{1} + {}_{2n}\mathrm{C}_{2} - \cdots - {}_{2n}\mathrm{C}_{2n-1} + {}_{2n}\mathrm{C}_{2n}\)
따라서 \({}_{2n}\mathrm{C}_{0} + {}_{2n}\mathrm{C}_{2} + {}_{2n}\mathrm{C}_{4} + \cdots + {}_{2n}\mathrm{C}_{2n} = {}_{2n}\mathrm{C}_{1} + {}_{2n}\mathrm{C}_{3} + {}_{2n}\mathrm{C}_{5} + \cdots + {}_{2n}\mathrm{C}_{2n-1}\)
\(n\)이 자연수일 때, \((a+b)^{n}\)의 전개식에서 이항계수를 배열하면
이와 같은 이항계수의 배열을 파스칼의 삼각형이라 한다.
0~2행은 채워져 있습니다. 나머지 칸에 이항계수를 입력하세요. 행을 클릭하면 전개식이 나타납니다.
계수: 1, 5, 10, 10, 5, 1
\(\boldsymbol{a^{5} + 5a^{4}b + 10a^{3}b^{2} + 10a^{2}b^{3} + 5ab^{4} + b^{5}}\)
계수: 1, 6, 15, 20, 15, 6, 1 (부호 교대)
\(\boldsymbol{x^{6} - 6x^{5}y + 15x^{4}y^{2} - 20x^{3}y^{3} + 15x^{2}y^{4} - 6xy^{5} + y^{6}}\)
이항정리에 의해 \((1+3)^{4} = \displaystyle\sum_{k=0}^{4} {}_{4}\mathrm{C}_{k} \cdot 3^{k}\)
\(4^{4} = {}_{4}\mathrm{C}_{0} + {}_{4}\mathrm{C}_{1} \cdot 3 + {}_{4}\mathrm{C}_{2} \cdot 3^{2} + {}_{4}\mathrm{C}_{3} \cdot 3^{3} + {}_{4}\mathrm{C}_{4} \cdot 3^{4}\)
\(\therefore\; (\text{구하는 값}) = 4^{4} - {}_{4}\mathrm{C}_{0} = 256 - 1 = \boldsymbol{255}\)
일반항: \({}_{6}\mathrm{C}_{r}\,x^{6-r}\!\left(\dfrac{a}{x^{2}}\right)^{r} = {}_{6}\mathrm{C}_{r}\,a^{r}\,x^{6-3r}\)
\(x^{3}\)의 항: \(6-3r=3\) → \(r=1\) 계수: \({}_{6}\mathrm{C}_{1} \cdot a = 6a\)
상수항: \(6-3r=0\) → \(r=2\) 계수: \({}_{6}\mathrm{C}_{2} \cdot a^{2} = 15a^{2}\)
\(6a + 15a^{2} = 72\) → \(5a^{2}+2a-24=0\) → \((5a+12)(a-2)=0\)
\(\therefore\; a = \boldsymbol{④ \; 2}\) (∵ \(a > 0\))
같은 연필 \(n\)개를 4명에게, 각 1개 이상: \(f(n) = {}_{n-1}\mathrm{C}_{3}\)
| \(n\) | 4 | 5 | 6 | 7 |
| \(f(n)\) | \({}_{3}\mathrm{C}_{3}=1\) | \({}_{4}\mathrm{C}_{3}=4\) | \({}_{5}\mathrm{C}_{3}=10\) | \({}_{6}\mathrm{C}_{3}=20\) |
\(f(4)+f(5)+f(6)+f(7) = 1+4+10+20 = 35 = {}_{7}\mathrm{C}_{3}\)
\(\therefore\; m = \boldsymbol{④ \; 7}\)
짝수 번째 합: \({}_{9}\mathrm{C}_{0}+{}_{9}\mathrm{C}_{2}+{}_{9}\mathrm{C}_{4}+{}_{9}\mathrm{C}_{6}+{}_{9}\mathrm{C}_{8} = 2^{8} = 256\)
\(N = (256 - {}_{9}\mathrm{C}_{0}) + {}_{9}\mathrm{C}_{1} = 255 + 9 = 264\)
\(264 = 2^{3} \times 3 \times 11\)
소인수: 2, 3, 11
\(\therefore\; 2+3+11 = \boldsymbol{① \; 16}\)