In this note, I have a selection of questions for you to prove. It is for all levels to try. The theme is combinatorics. Good luck.
1) is a subset of with the property that no two elements of differ by . What is the maximum number of elements that can have?
2) Brilli the Ant and Brian Till play a game by taking turns removing some stones from a pile. The number of stones removed at each turn must be a divisor of the number of stones in the pile at the start of that turn, and no player is ever allowed to take all the stones in the pile. The person who cannot move is the loser.
If they start with 2008 stones and Brilli goes first, who has the winning strategy?
3) How many sequences of 30 terms are there, such that the following three conditions are satisfied:
no sequence has three consecutive terms equal to each other
every term of the sequence is equal to or
the sum of all terms of each sequence is greater than 8?
4) Let , where is a positive integer greater than or equal to . A subset is full if it has the following three properties:
has at least elements
The elements of form an arithmetic progression
The arithmetic progression cannot be extended in either direction using elements of .
How many full subsets of are there?
5) On an chess board we place an Xon the bottom left corner. All other squares are blank. Any row or column of squares is called a playable set if either
it contains exactly two squares with an X in each, one of which must be the middle square of the playable set, or
it contains exactly two blank squares, one of which must be the middle square of the playable set.
At any stage it is permitted to choose any playable set and simultaneously change every X into a blank, and every blank into a square with an X. After a finite number of such changes, Brilli has reached a configuration with exactly one square containing an X. Which square or squares could it be?
6) Let be a positive integer and let be an integer such that . Consider all the element subsets of the set . For each such element subset, consider its smallest member. Prove that the average of these smallest numbers equals .
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
3) Let there be n 1s and (30-n) -1s. So there sum would be n−(30−n)=2n−30>8⇒n>19
Now let n=20, so that number of 1s=20 and number of -1s=10. Now first place all -1s. We have 11 places (9 between two -1s and 2 ends) to put up 20 1s. The number of possible arrangements=(1011)+(211). First one is when one out of 11 places is empty and second when two out of 11 places have one 1.
Let n=21 now. Place 9 -1s. We cannot accomodate 21 1s as 10 places can accomodate atmost 20 1s (Given 1st condition)
So n cannot be increased further.
So total number of ways=(1011)+(211)=11+55=66
4) Lets analyze the problem with different common differences starting with 1.
(i) common difference=1, full set={1,2,3,4,...,n}
(ii) common difference=2, 2 full sets with general term 2λ and 2λ−1
(iii) common difference=3, 3 full sets with general term 3λ, 3λ+1 and 3λ+2
.
.
.
.
common difference=2n, 2n full sets (For even n)
common difference=2n−1, 2n−1 full sets (For odd n)
So total full sets when n is even will be 1+2+...+2n=22n×(2n+1) and when n is odd will be 1+2+...+2n−1=22n−1×(2n−1+1)
Log in to reply
You got 1) wrong. I can make one with plenty more elements:
1,2,3,4,5,6,7,8,9,19,20,21,22,23,24,25,26,27,...
Log in to reply
Oh! Yeah! Difference of λ1 and λ2 can be 2!!! My bad! Lemme try it again!
Log in to reply
{1,2,3,4,5,6,7,8,9, 19,20,21,22,23,24,25,26,27, 37,38,39,40,41,42,43,44,45, 55,56,57,58,59,60,61,62,63, 73,74,75,76,77,78,79,80,81, 91,92,93,94,95,96,97,98,99} having 54 elements!
I just used the fact that if a number is 9λ+r1 then 9(λ+1)+r1 must not appear. I varied r from 0 to 8 taking λ=0 then I skipped λ=1 and so on...
2) Where did Irene come from?
Log in to reply
Sorry, I was thinking about other character names. Forgot I had put that name. Brilli was originally Irene. I changed the name.