Eliminating Odd Powers in the Expansion of (1+x)^n

  • Thread starter Thread starter Lilia
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on calculating the number of "words" of length n using the alphabet {0,1,2} that contain an even number of 0s. The formula derived is C(n, 2k) * 2^(n-2k), where C(n, 2k) represents the binomial coefficient for choosing 2k positions for 0s. The participants explored specific cases for n=4 and n=5, yielding 12 (or 13 if counting 0000) and 30 words respectively. The discussion emphasizes applying the binomial theorem to eliminate odd powers in the expansion of (1+x)^n.

PREREQUISITES
  • Understanding of binomial coefficients, specifically C(n, k)
  • Familiarity with the binomial theorem
  • Basic combinatorial principles related to word formation
  • Knowledge of exponential functions and their applications in combinatorics
NEXT STEPS
  • Study the application of the binomial theorem in combinatorial problems
  • Learn about generating functions and their role in counting problems
  • Explore advanced combinatorial techniques for counting words with specific constraints
  • Investigate the properties of binomial coefficients and their applications in algebra
USEFUL FOR

Students in combinatorics, mathematicians focusing on algebraic structures, and educators teaching binomial theorem applications will benefit from this discussion.

Lilia
Messages
47
Reaction score
0

Homework Statement


Given an alphabet of {0,1,2}, how many "words" of length n are there that contain even 0s?

Homework Equations


Choose 2k 0s from n - C(n,2k), k=0,n/2

The Attempt at a Solution


I tried to solve this for n=4 and n=5. For n=4 I got 12 (or, if 0000 is also counted then 13), for n=5 - 30. But I can't figure out the formula
 
Physics news on Phys.org
First, consider this problem : How many words of length ##n## contains ##2k## ##0##s?
There are ##^nC_{2k}## ways to choose the ##2k## places for ##2k## ##0##s. After setting ##0##s, we have ##n-2k## places to be filled up by ##1##s and ##2##s. We can use as many ##1##s and ##2##s as we like. So there are ##2^{n-2k}## ways to fill the rest ##n-2k## places by ##1##s and ##2##s.
Therefore, there are ##^nC_{2k}\cdot 2^{n-2k}## words of length ##n## that contain ##2k## 0s.
Can you figure out the formula now?
[Hints: Apply binomial theorem]
 
Last edited:
I know what is the binomial theorem but I don't know how to transform this formula to get the binomial form of it
 
Lilia said:
I know what is the binomial theorem but I don't know how to transform this formula to get the binomial form of it
Consider the expansion of (1+x)n. Your problem is that you get both odd and even powers of x. How could you add another expansion to make only the odd powers disappear?
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
10
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
31
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
34
Views
5K