Write a full solution.
1.) In a party of 100 people, each people are known by even number of people. Prove that there exists a set of 3 people that are known by the same number of people.
2.) Answer the following:
2.1) An ordinary deck of cards consists of 52 cards - 4 suits, 13 cards each suits. Take out all cards with . Find the number of different ways to choose 4 cards from the leftover such that the sum of all 4 numbers on chosen cards is 30, and none of the cards chosen have the same suit.
2.2) Find the number of different base-4 -digit numbers such that
3.) Let be a natural number. Let . Find the least number to choose the elements from such that we guarantee that there exists consecutive numbers within the chosen number.
4.) Write down each digits from 1 to 9 in the table, such that the adjacent cells (horizontal, vertical, diagonal) must be coprime to each other. Prove that there exists 1 digit that appears on the table at least 33 times.
5.) Let be a set of 8-digit number of all possible permutations of 1,2,3,4,6,7,8,9. Let the number from set nicely arranged if there exists a pair adjacent digits that has an absolute difference of 5. Compare the number of nicely arranged numbers and not nicely arranged.
(If possible, find the number of both nicely arranged and not nicely arranged.)
Example: 13726489 is nicely arranged because the adjacent number 72 have a difference of 5, but 13468792 is not nicely arranged.
This note is a part of Thailand Math POSN 2nd round 2015
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
I think 1) is wrong. Place the 100 people in a line and label them 1,2,3... Group them like this, [1,2],[3,4],[5,6]... Now if every group knows the everyone from the groups after them, for example, [51,52] know [53,54],[55,56]... Then all people are known by an even number of people and no three people are known by the same number of people.
Log in to reply
The original question has a lot of ambiguity though. I think it has to be mutual relationship that A knows B then B also has to know A. I'm changing what I stated so that the question will be right.