Update on Overleaf.
This commit is contained in:
commit
a7540c29d4
35 changed files with 1188 additions and 0 deletions
BIN
rook/rooks-fighting.pdf
Normal file
BIN
rook/rooks-fighting.pdf
Normal file
Binary file not shown.
50
rook/rooks-fighting.tex
Normal file
50
rook/rooks-fighting.tex
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
% !TEX TS-program = xelatex
|
||||
\documentclass{../leelavati}
|
||||
\usepackage{framed}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\selectlanguage{english}
|
||||
\setstretch{1.1}
|
||||
|
||||
\title{\LARGE The Fitch Trick and Variants}
|
||||
\author{\AuthorDual{ନୀଳଧରା ମିଶ୍ର}{Neeldhara Misra}}
|
||||
\date{}
|
||||
\maketitle
|
||||
|
||||
\setstretch{1.2}
|
||||
|
||||
\begin{abstract}
|
||||
The magician selects a volunteer to shuffle the deck and choose any five cards. The magician examines the cards, hides one of the five cards, sets the remaining four cards in a faceup row, and has the volunteer retrieve an accomplice from outside the room. The accomplice briefly examines the cards and identifies the missing card.
|
||||
\end{abstract}
|
||||
|
||||
\setstretch{1.1}
|
||||
|
||||
This is a trick that is to be performed by Aalaya (a magician) and Badarika (an accomplice) with a deck of $n$ cards. Badarika steps out of the room and leaves her phone, smartwatches, etc. behind, so nobody can communicate with her. Then the audience picks out $p$ cards out of a deck of $n$ cards and gives it to Aalaya. Aalaya then arranges $q$ out of $p$ cards in a row\footnote{The cards can also be placed in a stack, if the audience worries that Aalaya is signaling by angularities in the layout of the cards.} and Badarika comes back and takes a good look at the $q$ cards on the table, and then identifies the $p-q$ missing card(s).
|
||||
|
||||
How is this possible? Specifically, for what values of $n, p$ and $q$ is this trick feasible?
|
||||
|
||||
The most common version of this trick is done with $n = 52$ (a standard deck of cards) $p = 5, q = 4$.
|
||||
|
||||
\begin{framed}
|
||||
...image here.
|
||||
\vspace{120pt}
|
||||
\end{framed}
|
||||
|
||||
\newpage
|
||||
|
||||
In this combination, notice that Badarika has to guess one out of 48 possible cards, since the deck has 52 cards of which four are face up. On the other hand, Aalaya can arrange the four cards in $4! = 24$ different orders, which is fewer than 48. This seems like we are falling short by a factor of two: but notice that Aalaya actually has a point of leverage that we have not accounted for: she can \emph{choose}\footnote{If Aalaya is facing a tough crowd, they might not let her pick the hidden card, and might insisting on making the choice for her. Then indeed Aalaya has only $24$ signals: but turns out there is a way out even in this scenario!} the card that she wants to set aside.
|
||||
|
||||
So what is the right way of thinking about a signaling strategy? On the one hand, there are: $${52 \choose 5} = 2,598,960$$ possibilities for what can happen at the trick. Call this set $\mathcal{P}$. Now the number of ordered sequences of four cards, say $\mathcal{Q}$, is $$52\cdot 51\cdot 50\cdot 49 = 6,497,400.$$
|
||||
|
||||
As an example, let $\alpha = \langle 4S, 5H, 2C, 7C, 6D \rangle \in \mathcal{P}$ be the subset of cards handed to Aalaya by the audience. Now Aalaya has $120$ possibilities for what she can do with these cards. These possibilities are all recorded in $\mathcal{Q}$. What we want is a way to map every element $\alpha$ in $\mathcal{P}$ (what the audience does) to a distinct element $\beta$ in $\mathcal{Q}$ (what Aalaya would do). Now Badarika comes and sees $\beta$ and maps it back to $\alpha$ and figures out the missing card.
|
||||
|
||||
Can you figure out such a mapping that Aalaya and Badarika can use to perform and impress? Also, if $p = 5, q = 4$, what is the largest $n$ for which you can find a mapping?
|
||||
% You can use math to argue that such a mapping exists \emph{in principle}, but more usefully, you can also try to construct an explicit mapping that both Aalaya and Badarika can use in practice to impress!
|
||||
|
||||
{\small
|
||||
\vskip 0.05in
|
||||
\affiliation[1.6em]{Associate Professor, CSE; IIT Gandhinagar}
|
||||
\email{neeldhara.misra@gmail.com}
|
||||
}
|
||||
\end{document}
|
||||
Loading…
Add table
Add a link
Reference in a new issue