In an acute-angled triangle , is a poinr on the side , the line meets the circumcircle of at the point distinct from . The tangent to at intersects the line through perpendicular to the diameter of at the point . Let be the point on distinct from such that is tangent to at . Prove that and are collinear.
There are children, , seated clockwise in a circle on the floor. The teacher walks behind the children in the clockwise direction. She drops a candy behind the first child . She then skips one child and drops a candy behind the third child, . Now she skips two children and drops a candy behind the next child, . She continues this way, at each stage skipping one child more than at the preceding stage before dropping a candy behind the next child. How many children will never receive a candy? Justify your answer.
Let be an integer. Prove that there exist positive integers such that , for . Here means the term is omitted.
Is it possible to colour each square on a board so that each or block contains exactly black squares? If so, what is/are the possible total number(s) of black squares?
Let be a point on the circle centred at and a circle centred at . For a chord of is tangent to at and another chord of is perpendicular to at . Let be the other tangent from to , and the intersection of with . Prove that are collinear.
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
#2 Solution (maybe)
Note that we are trying to find the number of integers 0≤x<1681 such that Tn=2n(n+1)≡x(mod1681) is never satisfied for 0≤n<1681. First, multiply both sides by 8, which we can do because (8,1681)=1: 4n(n+1)≡8x(mod1681) Now expand and add 1, factoring: (2n+1)2≡8x+1(mod1681) Note that as n cycles from 0→1680, 2n+1 goes through 0→1680 too, so we can simplify further to n2≡8x+1(mod1681) Finally, note that since (8,1681)=1, there always exists an 0≤x<1681 such that 8x+1≡k(mod1681) for any 0≤k<1681, so we can simplify to n2≡x(mod1681) Now we use the theorem that a number is a quadratic residue mod pk for odd prime p iff it is a quadratic residue mod p. So, since 1681=412, it suffices to consider the quadratic residues mod 41 and use quadratic residue rules to deduce the number of quadratic residues mod 1681.
We bash (idk) to find that there are 21 quadratic residues mod 41: Q41={0,1,2,4,5,8,9,10,16,18,20,21,23,25,31,32,33,36,37,39,40} (I'll use an integer Qn to denote that it is a quadratic residue mod n).
We now just have to consider if a number Q1681 is a quadratic residue when v41(Q1681)=0 or 1 because if v41(Q1681)≥2 then Q1681≡0(mod1681) which is a trivial quadratic residue.
If v41(Q1681)=0, then we simply have the residues mod 41 due to the fact that pkQp=Qpn if k<n is even, so we have: Q1681=41k+Q41 for 0≤k<41 which we can enumerate as 41×21=861 residues.
If v41(Q1681)=1, then there are no quadratic residues due to the fact that pkQp=Qpn if k<n is odd.
finally, we see that we have 861 total quadratic residues, which means that 1681−861=820 numbers are not quadratic residues. Thus, the answer is 820.
Log in to reply
My contribution:
Note that we only need to calculate the residues mod 41 of the primes strictly less than 41 in order to calculate all of the residues mod 41, due to the fundamental theorem of arithmetic. This drastically speeds up the bashing.
Thanks for sharing this with us! ⌣¨.
Let's first get the geos out of the way,
number 1. Let O denote the center of (ABC), PM⊥AK at X. Observe that OXQPL,XKQM are cyclic, using them to angle chase we have: ∠MKQ=∠MXQ=∠QLP=∠LQP=∠LKQ(the last equality stems from a property of tangent), ∠MKQ=∠LKQ is sufficient to prove that M,K,L are collinear.
number 5. The problems essentially asks to show that N lies on a fixed line, judging by a simple diagram I think it is not a bad guess that it is fixed on the radical axis of the two circles. If we want to prove this, then it only suffices to show that M,T,S are collinear (can you see why?). This can be done through some angle chasing, utilizing the fact that P,S,A,M are concyclic: ∠MSA=∠APM=arcRA/2=arcPA/2=∠SQA=∠TSA. Just like the first problem, this equality is sufficient.
number 3. Starting small and focusing on one variable suggests induction could work. We first show that the problem still holds if all the product equal −1. Base case n=3: (2,3,7) works. Inductive step: suppose (a1,...,an) satisfy the condition, then we can check that a1,...,an,an+1 also works, where an+1=a1⋅...⋅an+1. Our main problem actually follows directly from this in that suppose a1,...,an satisfies the "−1" condition, then we can check that a1,...,an,bn+1 satisfies the "1" condition, where bn+1=a1⋅...⋅an−1. Oh yeah and don't forget the base case (2,3,5)
number 4. The answer is yes, an example would be dividing the 9×9 into nine 3×3 and color the three diagonals black in which all colored diagonals face the same direction(slope of 1 or -1). There is only one possible value 27 and we will prove that now.
First consider the problem with a 3×3 square, we can check that there are two categories of ways to color it: one, the four corners with four blacks; two, each row and column has exactly one black with three blacks. For larger n×n we obviously cannot use the first coloring(can you see why?). Therefore, we are left with coloring each 3×3 in 9×9 with only three blacks. This establishes that 27 is the only possible value with an example given.
I've reduced problem 3 to proving that (∑ai1)−(∏ai1)=k has a solution for integer k and ai≥2, but I'm stuck now.