Beginner's Marathon

For students of class 6-8 (age 12 to 14)
User avatar
Zawadx
Posts:90
Joined:Fri Dec 28, 2012 8:35 pm
Beginner's Marathon

Unread post by Zawadx » Wed Mar 22, 2017 11:24 pm

Too much of the forum is dedicated to advanced problem solving, which I'm afraid is a level accessible to only a few in the country. Let's change that, shall we?


This thread is dedicated for a marathon on relatively easy problems. The rules are similar to the Geo Marathon or the Combi Marathon, just with a focus on easier problems.

We'll start by posting problems, and someone else will post the solution. If someone solves a problem, they should post a pretty solution, and they have the honor of posting the next problem. If the solver of the previous problem doesn't post a new problem along with his solution, anyone else can post a new problem. If no one solves a problem within 48 hours of posting, the problem poster should provide the solution or a link to the solution. Then we'll jump to the next problem.

The problem difficulty should be at most the hardest found in BDMO. The focus is on easy problems, so even problems of BDMO National #1 level are welcome. Ideally most of the problems will be somewhere between these two extremes, and help out all the people still looking to break at BDMO nationals.

Rules:
1. Don't forget to type the problem number.
2. Try to use LaTeX code
3. Be sure about your provided problem.

There are two extra rules I will be enforcing about this thread:

[*] No posting problems above the difficulty ceiling. An honest mistake won't be punished, but if you repeatedly do this to troll people actions will be taken against you. If you want to know the solution of a difficult problem, please post it in a separate thread in the relevant section.
[*] This thread is open to all, from new math enthusiasts to the very 'buddha' campers who want to brush up basic skills. Judging/flaming anyone for participation in this marathon is STRICTLY FORBIDDEN. If anyone is found doing this, they will suffer strict punishment.
Posting this to junior since that is the level with the most potential for development and most in need of basic problems. But this thread is open to people from all age groups and skill levels, so get posting!

User avatar
Zawadx
Posts:90
Joined:Fri Dec 28, 2012 8:35 pm

Re: Beginner's Marathon

Unread post by Zawadx » Wed Mar 22, 2017 11:47 pm

$\text{Problem} 1$

NASA has proposed populating Mars with 2,004 settlements. The only way to get
from one settlement to another will be by a connecting tunnel. A bored bureaucrat draws on a map of
Mars, randomly placing N tunnels connecting the settlements in such a way that no two settlements
have more than one tunnel connecting them. What is the smallest value of N that guarantees that,
no matter how the tunnels are drawn, it will be possible to travel between any two settlements?

Epshita32
Posts:37
Joined:Mon Aug 24, 2015 12:34 am

Re: Beginner's Marathon

Unread post by Epshita32 » Thu Mar 23, 2017 12:18 am

It's the max number of edges in a disconnected graph + 1.
So suppoose we have a maximal disconnected graph. Then each connected component must be a clique.
So answer = K_2003 + isolated vertex.

User avatar
Thamim Zahin
Posts:98
Joined:Wed Aug 03, 2016 5:42 pm

Re: Beginner's Marathon

Unread post by Thamim Zahin » Thu Mar 23, 2017 8:17 pm

$\text{Problem 2}$

Let $\triangle ABC$ be a triangle with $\angle A = 60^\circ$. The points $M, N, K$ lie on $BC, AC, AB$ respectively such that $BK = KM = MN = NC$. If $AN = 2AK$, find the values of $\angle B$ and $\angle C$.
I think we judge talent wrong. What do we see as talent? I think I have made the same mistake myself. We judge talent by the trophies on their showcases, the flamboyance the supremacy. We don't see things like determination, courage, discipline, temperament.

Absur Khan Siam
Posts:65
Joined:Tue Dec 08, 2015 4:25 pm
Location:Bashaboo , Dhaka

Re: Beginner's Marathon

Unread post by Absur Khan Siam » Fri Mar 24, 2017 1:28 am

Solution of Problem $\boxed{2}$:

$\frac{AK}{AN} = \frac{1}{2} = \cos 60$

Thus,$\triangle AKN$ is a $30-60-90$ triangle.

Let,$\angle B = b$.So,$\angle C = 120-b$

By,some angle chasing , we will get
$\angle KMN =180 - (\angle KMB + \angle NMC)$
$180 - (\angle KBM + \angle NCM) = 180 - (b+120-b)$
$=60$

This implies that,$\angle MKN = \angle MNK = 60$.

So,$\angle BKM = 180 - \angle MKN - \angle AKN$
$180-60-90= 30$

At last , $\angle B = (180-30)/2 = 75$ and
$\angle C = 120-75=45$
"(To Ptolemy I) There is no 'royal road' to geometry." - Euclid

Epshita32
Posts:37
Joined:Mon Aug 24, 2015 12:34 am

Re: Beginner's Marathon

Unread post by Epshita32 » Fri Mar 24, 2017 2:57 am

P3. Several stones are placed on an infinite (in both directions) strip of squares. As long as there are at least two stones on a single square, you may pick up two such stones, then move one to the preceding square and one to the following square. Is it possible to return to the starting configuration after a finite sequence of such moves?

Arko Roy
Posts:2
Joined:Thu Mar 23, 2017 11:24 pm

Re: Beginner's Marathon

Unread post by Arko Roy » Fri Mar 24, 2017 9:49 pm

Solution to problem #3:

Since the stones are finite, so let’s have a configuration with the 1st square having 2 stones & rest of the squares having 1 stone. If we apply the move to the 1st square, the preceding square will be the 1st square having any stone. No more stone can be put there. In the starting configuration, the 1st square had 2 stones. But after applying the move at that square, we can never have the 1st square having 2 stones. So it’s not always possible to return to the starting configuration after some finite moves.

dshasan
Posts:66
Joined:Fri Aug 14, 2015 6:32 pm
Location:Dhaka,Bangladesh

Re: Beginner's Marathon

Unread post by dshasan » Mon Mar 27, 2017 9:57 pm

I'm posting a new problem.

$\text {Problem 4}$

Let $ABC$ be an acute triangle with $D,E,F$ the feet of the altitudes lying on $BC, CA,AB$ respectively. One of the intersection points of the line $EF$ and the circumcircle is $P$. The lines $BP$ and $DF$ meet at point $Q$. Prove that $AP =AQ$.

(Source : IMO shortlist 2010/G1)
Last edited by dshasan on Tue Mar 28, 2017 3:05 pm, edited 1 time in total.
The study of mathematics, like the Nile, begins in minuteness but ends in magnificence.

- Charles Caleb Colton

User avatar
Thamim Zahin
Posts:98
Joined:Wed Aug 03, 2016 5:42 pm

Re: Beginner's Marathon

Unread post by Thamim Zahin » Tue Mar 28, 2017 12:15 am

$\text{Solution 4}$

Case 1: $P$, on $\widehat{AB}$. that doesn't contain $C$.

Proof: $\angle ACB=\angle DHB=\angle DFB=\angle AFQ=a$
and,$\angle ACB=\angle QPA=a$
so, $AQPF$ is cyclc.
and,$\angle ACB=\angle AFE=\angle PFB=a$
we know that $AQPF$ is cyclic.
so, $\angle PFB=\angle AQP=a$
so, $\angle AQP=a=\angle APQ \Rightarrow AP=AQ$

Case 2: $P'$, on $\widehat {AB}$. that contains $C$.
Proof: $\angle ACB=\angle AP'B=b$
and, $\angle ACB=\angle BHD=\angle BFD=b$
so, $\angle AP'Q'=\angle Q'FB=b \Rightarrow AFQ'P'$ is cyclic.
and. $\angle ACD=\angle AHE=\angle AFP'=b$
so, $\angle APQ'=b=\angle AQP \Rightarrow AQ'=AP'$

$[DONE]$
Attachments
dsd.png
dsd.png (76.1KiB)Viewed 8738 times
Last edited by Thamim Zahin on Tue Mar 28, 2017 9:59 pm, edited 2 times in total.
I think we judge talent wrong. What do we see as talent? I think I have made the same mistake myself. We judge talent by the trophies on their showcases, the flamboyance the supremacy. We don't see things like determination, courage, discipline, temperament.

User avatar
Thamim Zahin
Posts:98
Joined:Wed Aug 03, 2016 5:42 pm

Re: Beginner's Marathon

Unread post by Thamim Zahin » Tue Mar 28, 2017 12:23 am

$\text {Problem 5}$

Suppose there are $n$ points in a plane no three of which are collinear with the property that if we label these points as $A_1, A_2, . . . , A_n$ in any way whatsoever, the broken line $A_1A_2 . . . A_n$ does not intersect itself. Find the maximum value of $n$.
Last edited by Zawadx on Tue Mar 28, 2017 8:10 am, edited 1 time in total.
Reason: Fixed LaTex
I think we judge talent wrong. What do we see as talent? I think I have made the same mistake myself. We judge talent by the trophies on their showcases, the flamboyance the supremacy. We don't see things like determination, courage, discipline, temperament.

Post Reply