Sunday, May 28, 2017

Handling a 5-1 trump split

This is a first round hand from yesterday's open KO at the Bothell memorial day sectional.

Partner opens a 15-17 NT and you end up in 6C. LHO leads a high diamond spot (likely a doubleton/singleton).

This is what you see:


IMPS
None 
 North
♠ AQ82
♥ T2
♦ KJ92
♣ AJ7

    


 South
♠ K3
♥ AKJ97
♦ AT
♣ KT54

W N E S
1NTP2D1
P2HP3C
P4C2P4NT
P5H3P6C4
PPP

1  transfer
2: ?
3: 2 Keycards, no Q
4: 6NT is better perhaps.

Anyway, LHO leads a high diamond spot, and RHO follows low.

You win the DT, and play a club to the J which wins! Now you cash the CA, RHO shows out, throwing a diamond.

How will you play?




If LHO is exactly 3=3=2=5 then you can make.

Cash AK heart, ruff a heart. Unblock DA, cash three rounds of spades (throwing a heart).  You are left with Hx, CKT in hand while LHO has to follow suit all along and is now left with CQ9x.

Now play the DK and  throw the last heart. LHO has to ruff this and lead into your KT.

So did we win IMPS on this? (or at least not lose big to 6NT)

No, we were actually missing the CT, so 6C was down one. LHO was indeed 3=3=2=5, so if we had the CT we would have made.

The other table was in 3NT.

Perhaps there are additional chances you have catered to? If so, please comment.



Wednesday, May 3, 2017

Odd points even triangles [Solution]

The problem was

You are given a set $S$ of $2005$ points (no three collinear) in the 2D plane. For each point $P$ in $S$, you count the number of triangles (formed by points in $S$) within which $P$ lies ($P$ must be strictly inside the triangle).

Show that this number is even, irrespective of the point $P$.


A possible solution


Given a point $P$ form a graph $G$ of the triangles that contain it.

In this graph, two triangles are adjacent if they share a side.

The claim is that each triangle has degree exactly $2001$ in $G$.

To show that,  consider a triangle $T = \triangle{ABC}$ which contains $P$ and another point $P'$.

The claim is that exactly one of the triangles $P'AB$, $P'AC$, $P'BC$ contains $P$ (haven't tried proving this rigorously, hence this is only a possible solution)

There are $2001$ such points $P'$ and thus degree of $T$ is $2001$.

Since the degree of each vertex in $G$ is 2001, the number of vertices must be even ($\sum d_i = 2|E| \implies 2001|V| = 2|E| \implies |V|$ is even).

 

Wednesday, April 26, 2017

Set of subsets of naturals with inclusion order [Solution]

The goal was to find an uncountable set $S$ such that each member of $S$ was a subset of the naturals, and given any two elements $A, B \in S$, either $A \subset B$ or $B \subset A$.

Solution

Consider the rationals in $[0, 1]$ which are countable, say $\{q_1, q_2, \dots\}$

For each real $x \in [0, 1]$ let $S_x = \{i : q_i \le x\}$.

$S = \{S_x : x \in [0, 1]\}$ is a set with that property.

Tuesday, April 4, 2017

Set of subsets of naturals with inclusion total order

Can you find an uncountable set $S$ with the following properties?

- every member of $S$ is a subset of the natural numbers.
- for any $A \in S$, $B \in S$ either $A$ is a subset of $B$, or vice-versa.

Wednesday, March 29, 2017

Odd points even triangles

This is a problem from the British (or maybe Balkan, no idea) math olympiad.


You are given a set $S$ of $2005$ points (no three collinear) in the 2D plane. For each point $P$ in $S$, you count the number of triangles (formed by points in $S$) within which $P$ lies ($P$ must be strictly inside the triangle).

Show that this number is even, irrespective of the point $P$.


[I don't remember the solution to this one, so medium.]

Sunday, March 19, 2017

Sequence of product of sums and reciprocal sums

Similar to the last two problems, but no triangles this time.

Suppose $t_1, t_2, \dots, t_n, \dots$ are a sequence of positive reals.

Let

$$S_n = \sum_{i=1}^{n} t_i = t_1 + t_2 + \dots + t_n$$

and

$$R_n = \sum_{i=1}^{n} \frac{1}{t_i} = \frac{1}{t_1} + \frac{1}{t_2} + \dots + \frac{1}{t_n}$$


Show that:

If $$S_k R_k \lt k^2 + 1$$ for infinitely many $k$, then all the $t_i$s must be equal.

Friday, March 17, 2017

More about sides of a triangle

This problem is inspired by an IMO (don't know which year) and was the inspiration for the previous problem.

Anyway. Here goes:

Suppose $t_1, t_2, \dots, t_n$ are $n \ge 3$ positive real numbers such that

$$ (t_1 + t_2 + \dots + t_n)\left(\frac{1}{t_1} + \frac{1}{t_2} + \dots + \frac{1}{t_n}\right) \lt n^2 + 1$$

Show that:

Problem 1) For any distinct $i, j, k$ the numbers $t_i, t_j, t_k$ form the sides of some triangle. [This is the original IMO problem]

Problem 2) If $n \ge 13$, show that the triangles are all acute.

Problem 3) If $n \le 12$, the triangles are not necessarily acute.

Wednesday, March 15, 2017

A property of sides of a triangle?



Prove or disprove:

Proposition: $a, b, c$ are sides of a triangle if

$$ (a+b+c)\left(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}\right) \lt 10$$

Note that we can easily show that (using AM $\ge$ GM for instance)

$$ (a+b+c)\left(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}\right) \ge 9$$

for any positive reals $a, b, c$.

So we can restate the above statement as

Proposition: $a, b, c$ are sides of a triangle if

$$\left\lfloor (a+b+c)\left(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}\right) \right\rfloor = 9$$

where $\lfloor x \rfloor$ is the integer part of $x$.


[Note: Initially I had if only if, but I have changed the statements to just be an implication]

Saturday, March 11, 2017

An integral with $\frac{1}{\log x}$

Suppose $n$ is a positive integer (though the result below does not really need that).

Show that

$$ \int_{0}^{1} \frac{x^n - 1}{\log x} \text{d}x = \log(n+1)$$

Note that the $\log x$ is the $\log$ to base $e$.

Sunday, March 5, 2017

Ant in a room

This is a classic puzzle.

There is an ant in one of the corners of a cubic room (say of side 10ft). It wants to get to the diagonally opposite corner.

What is the shortest distance it can travel to achieve that? Note that it can only walk on the wall/floor (it cannot fly etc).

Thursday, March 2, 2017

Partscores are important too...

This is a hand from one the sectional swiss teams in the Seattle area.

You are south and end up in 2S (bidding below).

IMPS
N/S
 North
♠ J2
♥ T432
♦ T432
♣ J32

    


 South
♠ KQ9843
♥ AQ
♦ A5
♣ 654

W N E S
1C1S
1NTPP2S
PPP


Opponents cash 3 clubs, and RHO then switches to a low trump at trick 4. What will you do?

This is probably a simple hand as a puzzle.


You should stick in the 9 in case LHO holds AT7x.

If LHO has AT7x, then to defeat this contract, LHO needs to duck and not cover with the T. Maybe LHO will talk themselves into covering by thinking of some trump promotion scenario.

At the table LHO covered, and now it was easy to win the J, take the heart finesse and draw trumps, making 2 (losing 3 clubs, 1 diamond and 1 spade) [LHO did have AT7x].

If LHO does not cover, you could hope trumps are 3-2, and overtake the 9 with the J to take the heart finesse. [Or you could win the 9 in hand and play spade to J, hoping LHO will win and return a heart].

At the other table, the defence to first 4 tricks was the same (3 clubs, spade switch by East), but declarer didn't put in the 9 (or 8) and went down. 5 IMPs.

Tuesday, February 14, 2017

Average free subset

A problem which someone posted in Google's internal GooglePlus page (yeah...).


Show that there is a subset $S$ of $\{1, 2, \dots, 3^k - 1\}$ such that, $S$ has at least $2^k$ elements and any three distinct elements $x, y, z$ of $S$ do not satisfy $x+y = 2z$

(i.e. no number is the average of some other two numbers).

Sunday, February 12, 2017

Don't cross the streams!

There are $N$ red and $N$ blue points in the 2D plane, no three of which are collinear.

Show that we can pair off each red with a blue so that none of the $N$ line segments intersect.

[Solution]

Thursday, January 26, 2017

Careful!

It has been a while since I posted a bridge hand.


This is a hand from the Seattle Round Robin (2016).

You end up in 6S and LHO leads a trump. Don't remember the bidding (but both sides were bidding). Scoring is IMPS, KO.


 North
♠ J2
♥ A43
♦ Q543
♣ KJT9



 



 South
♠ AKQT9854
♥ 2
♦ A2
♣ 32











How will you play on a spade lead?





Did you draw trumps first? Then you will go down!

We basically need the club finesse, but the first club could get ducked! If you draw trumps and then take the club finesse which gets ducked, how will you get back to hand? If you ruff a heart you lose your only dummy entry to cash the club for a diamond discard. If you play a diamond, they can cash the DK.

It is easy to go wrong at the table. In fact a very good player indeed drew trumps first and went down when my teammate (John Krah) made the excellent play of ducking the first club (CQ was onside). At our table we were in 4S and this turned out to be a huge swing board in a semi-final match which was decided by a single IMP!