Try the followings:
The eleven members of a cricket team are numbered from . In how many ways can the entire cricket team sit on the eleven chairs arranged around a circular table so that the numbers of any two adjacent players differ by one or two?
Compute the maximum area of a rectangle which can be inscribed in a triangle of area .
Let where . Suppose . Prove that for all .
Let be the sequence of all the positive integers which do not contain the digit . Write for this sequence. By comparing with a geometric series, show that .
There are people in a queue waiting to enter a hall. The hall has exactly seats numbered from to . The first person in the queue enters the hall, chooses any seat and sits there. The -th person in the queue where can be , enters the hall after -th person is seated. He sits in seat number if he finds it vacant; otherwise he takes any unoccupied seat. Find the total number of ways in which seats can be filled up, provided the -th person occupies seat number .
Let . Consider all subsets of consisting of elements. Let denote the arithmetic mean of the smallest elements of these subsets. Prove that .
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
Paramjit, the following answers the last one.
Consider the subsets that have the element "1" in them. Clearly,there would be (r−1n−1) such subsets created by choosing remaining r−1 elements from the remaining n−1 elements.Obviously, in all such subsets "1" will be the smallest element.
Now for the subsets with 2. There would again be a total of(r−1n−1) subsets out of which all do not satisfy the condition that "2 is the smallest element. We want only those subsets which have '2" as he smallest element i.e., the subsets should not have the element "1" in them. There would be (r−1n−2) such subsets obtained by choosing r−1 elements of n−2 elements ( i.e., excluding 1 and 2 ).
For the subsets with "3" as the smallest element we would have to make subsets of r−1 elements out of n−3 elements (i.e., excluding 1,2 and 3 ) giving us a (r−1n−3) subsets.
Similarly for "4" there would be (r−1n−4) subsets.
This idea can now be easily extrapolated for any kth element for 1≤k≤(n−r+1).
Now, for the Arithmetic mean.........
Total number of elements = (rn)
Therefore, F(n,r)=(rn)∑k=1n−r+1k(r−1n−k)
The sum ( let it be S ) can be more explicitly written as,
S=(r−1n−1)+2(r−1n−2)+3(r−1n−3)+⋯+(n−r+1)(r−1r−1)
S=((r−1n−1)+(r−1n−2)+(r−1n−3)+⋯+(r−1r−1))
+((r−1n−2)+(r−1n−3)+(r−1n−4)+(r−1n−5)+⋯+(r−1r−1))
+…⋯+((r−1r−2)+(r−1r−1))+((r−1r−1))
Using the standard sum (rn)+(rn−1)+(rn−2)+(rn−3)+⋯+(rr)=(r+1n+1), we can evaluate the above expression.
⇒S=((rn))+((rn−1))+((rn−2))+((rn−3))+⋯+((rr))
⇒S=(r+1n+1)
Therefore, F(n,r)=(rn)(r+1n+1)⇒F(n,r)=r+1n+1
Note: I just used the property of the sum of combinatorial coefficients directly. Just in case you its proof as well, I can add that too. Also in the proof if we slightly change our method we can directly obtain S.
Log in to reply
Excellent! I deduced the expression, but didn't apply the hockey stick identity (as you did) to solve it. Thanks! I know it's proof.
For others, you may use this link for the proof of what Sudeep used. Lovely method!
For the fifth one, @Josh Rowley has provided an excellent solution in this note.
Log in to reply
Hurray! My answer was correct!
I guess it can be done in 22 ways. considering the rotation of 11 chairs as different cases. Here is my logic highest number is 11. So to his left and right only 9 and 10 can occupy. In similar logic 10 has left one side vacant which can be occupied by only 8. Going on further ,6,4,2,1 will be adjacent. Hence possible solution is 1,2,4,6,8,10,11,9,7,3,5 or 1,3,5,7,9,11,10,8,6,4,,2.
For all these 2 cases we can have 11 different chair positions each. Hence the total possible way must be 22 considering that each chair position is different.If rotation doesnt ,matters its 2
54
Log in to reply
First one? Care to give a proof?
The first one (quite a cool result):
I assume that being in a circle the seats themselves are not numbered, so if you can rotate one seating so that it becomes another, these 2 will in fact be considered the same.
Firstly, consider the question with only 3 people. We clearly only have 2 options (in clockwise order): (1,2,3) (1,3,2)
Consider what happens now when we had a 4th person. There are only 2 numbers in the set 1,2,3 which are either 1 or 2 away from 4, namely 2 and 3. More generally, if we have a valid arrangement with n cricketers and then an n+1th cricketer appears, he can only sit in one place - between cricketer n and cricketer n−1. Therefore we have the trivial recursion that f(n+1)=f(n) when n≥3 Therefore the number of seatings for 11 cricketers is f(11)=f(3)=2
Log in to reply
I think you are missing something. Simply consider this: Consider the cricketers numbered 1,2,⋯,11 around a circle in order (1,2,⋯,11). Clearly, you can swap places (n,n+1) for n∈{2,3,⋯10} without disturbing the condition, and you can possibly cause such simultaneous swaps. All these configurations are valid and more than two in number.
Log in to reply
The answer is 2. I will show you in a second way: Denote 'cricket i' as Ci. C1 must be sitting somewhere, and so must C11. Define a as the number of cricketers going clockwise from C1 to C11 (non-inclusive) and define b as the number of cricketers going clockwise from C11 to C1 (non-inclusive). Clearly, a+b=11−2=9. We are now going to try and find the minimum possible value of a. To minimise it we should have people sitting next to people 2 away from their number, so the minimum value of a occurs when we have 1,3,5,7,9,11,?,?,?,?,? Therefore the minimum possible value of a is 4. An indentical argument holds to show that min(b)=4. Therefore the only integer solutions (a,b) to a+b=9 are (4,5) and (5,4).
The only configuration for the 4 cricketers between C1 and C11 is 3,5,7,9. We then see that C10 must hold the other spot next to C11, since otherwise C11 will be next to someone whose label is more than 2 different from his. We only have the even numbers to place so it is trivial to see that the other half of the circle must go 2,4,6,8,10.
Therefore (4,5) yields one arrangement and (5,4) yields one arrangement, so there are 2
Log in to reply
If you put them in order (1,2,3,…,11), you'll have 1 next to 11, which is invalid.
Log in to reply
My proof for question 3 is kind of ugly, so I'm hoping someone can improve it. First, we may assume a≥0 since otherwise we could look at −f(x) instead of f(x). We can also assume that b≥0 since otherwise we could look at f(−x) instead of f(x) (note that this won't change a).
In this case, it's clear that the maximum value of f(x) on [−1,1] will occur at one of the endpoints, so all we have to show is that the minimum is greater than −1.5. It's enough to prove that this is true if m=min(f(−1),f(0),f(1))=−1, because otherwise f(x)−(m+1) will still satisfy the conditions of the problem plus our extra condition, and will have a smaller minimum than f(x), since m+1 would be positive. Also, we can assume that b≤2a, because the minimum value for f(x) is either at one of the endpoints, in which case there is nothing to prove, or at its one local minimum x=−b/2a. So the only meaningful case is when that minimum x-value is greater than −1 (it's negative by the above assumptions on a and b). In this case the minimum value is −4ab2−c.
The conditions of the problem imply the three inequalities −1≤a−b+c≤1, −1≤c≤1, and −1≤a+b+c≤1. We will use these repeatedly.
There are three cases. Case 1: f(1)=−1. Then a+b+c=−1 and a−b+c≥−1 implies that b≤0, but we've assumed b≥0, so b=0. Now a+c=−1, a≥0, and c≥−1 imply equality, so f(x)=−1, with a minimum greater than −1.5.
Case 2: f(0)=−1, so c=−1. So the minimum value is −4ab2−1. Now we use a−b−1≥−1 and a+b−1≤1 to get a≥b and a+b≤2. Note that this implies b≤1. So ab≤1 and 4b≤41, so 4ab2≤41, so the minimum is ≥−45. (Equality holds when a=b=−c=1.)
Case 3: f(−1)=−1. So a−b+c=−1. We use the two inequalities c≥−1 and a+b+c≤1 against the equality to get a≤b and b≤1. Note that the minimum here is −4ab2−(b−1−a)=−4a(2a−b)2−1. Now 2a−b≤a≤1, so (2a−b)2≤a⋅1, so 4a(2a−b)2≤41, so once again the minimum is at least −45. (Equality holds when a=b=−c=1 as above.)
If I got all this right, I'm pretty sure I proved that f(x)∈[−1.25,1.25], which is the strongest possible (since if f(x)=x2+x−1, f(−0.5)=−1.25).
For second Question
Lets say base of triangle is B and height is H
Largest possible rectangle will be square
Its Side = B*H/(B+H)