Puzzles
21 December
There are ten ways to make a list of four As and Bs that don't contain an even* number of consecutive As:
|
|
How many ways are there to make a list of eleven As and Bs that don't contain an even number of consecutive As?
* We don't count 0 consecutive As as being an even number of consecutive As.
14 December
There are five ways to make a list of four As and Bs that don't contain an odd number of consecutive As:
- B,B,B,B
- A,A,B,B
- B,A,A,B
- B,B,A,A
- A,A,A,A
How many ways are there to make a list of eleven As and Bs that don't contain an odd number of consecutive As?

