{"id":7407,"date":"2025-09-18T23:04:46","date_gmt":"2025-09-18T23:04:46","guid":{"rendered":"https:\/\/robertjwallace.com\/?p=7407"},"modified":"2025-09-19T21:39:11","modified_gmt":"2025-09-19T21:39:11","slug":"the-automatic-placement-ed-marlo","status":"publish","type":"post","link":"https:\/\/robertjwallace.com\/es\/the-automatic-placement-ed-marlo\/","title":{"rendered":"The Automatic Placement  (Ed Marlo)"},"content":{"rendered":"<p class=\"\"><\/p>\n\n\n\n<p class=\"\">I love this math principal. This version was in THE<br>&#8220;WORLD\u2019S BEST COLLECTION OF EAS Y-TO-DO IMPROMPTU CARD MAGIC&#8221; compiled by Aldo Colombini and published in 2003.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">Efecto<\/h2>\n\n\n\n<p class=\"\">A spectator&#8217;s freely chosen card automatically moves to the bottom of the deck through an apparently random shuffling procedure.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Configuraci\u00f3n<\/h2>\n\n\n\n<p class=\"\">Deal 24 cards to the table to make a packet. (You can do this openly as part of your patter about using &#8220;a smaller packet for better control.&#8221;) (Also, see my additional thoughts at the end.)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Performance<\/h2>\n\n\n\n<p class=\"\"><strong>Step 1: The Choice<\/strong> <em>&#8220;I&#8217;d like you to think of any number between one and ten &#8211; don&#8217;t tell me what it is yet. This number represents how unpredictable you are as a person. Got one? Good.&#8221;<\/em><\/p>\n\n\n\n<p class=\"\"><strong>Step 2: The Deal<\/strong> <em>&#8220;Now deal that many cards silently onto the table, one at a time. I&#8217;ll turn away so I can&#8217;t count along.&#8221;<\/em><\/p>\n\n\n\n<p class=\"\">Turn away while they deal. When they finish:<\/p>\n\n\n\n<p class=\"\"><em>&#8220;Perfect! Now put those cards in your pocket &#8211; we won&#8217;t need them again. They represent the chaos you&#8217;ve introduced into our little experiment.&#8221;<\/em><\/p>\n\n\n\n<p class=\"\"><strong>Step 3: The Selection<\/strong> <em>&#8220;Now, look at the card that&#8217;s at your chosen number from the top of the remaining cards. Don&#8217;t remove it, just remember it. This is your card &#8211; the one that reflects your unpredictable choice.&#8221;<\/em><\/p>\n\n\n\n<p class=\"\"><strong>Step 4: The &#8220;Shuffle&#8221;<\/strong> <em>&#8220;I&#8217;m going to shuffle these cards in a very specific way &#8211; I call it the &#8216;chaos shuffle&#8217; because it seems random but follows a precise pattern.&#8221;<\/em><\/p>\n\n\n\n<p class=\"\">Take the packet and move 6 cards from top to bottom, counting aloud: <em>&#8220;Six cards from order to chaos&#8230;&#8221;<\/em><\/p>\n\n\n\n<p class=\"\">Repeat this three more times, each time saying:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\"><em>&#8220;Six more into the void&#8230;&#8221;<\/em><\/li>\n\n\n\n<li class=\"\"><em>&#8220;Another six to confuse fate&#8230;&#8221;<\/em><\/li>\n\n\n\n<li class=\"\"><em>&#8220;And six final cards to seal your destiny&#8230;&#8221;<\/em><\/li>\n<\/ul>\n\n\n\n<p class=\"\"><strong>Step 5: The Revelation<\/strong> <em>&#8220;Your unpredictable choice, combined with this chaotic shuffle, should have created complete randomness. But sometimes, in the midst of chaos, perfect order emerges. What was your number?&#8221;<\/em><\/p>\n\n\n\n<p class=\"\">After they reveal their number: <em>&#8220;And your card was&#8230;?&#8221;<\/em><\/p>\n\n\n\n<p class=\"\">Turn over the bottom card: <em>&#8220;Sometimes the universe has a sense of humor about our attempts at randomness.&#8221;<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Alternative Patter Theme<\/h2>\n\n\n\n<p class=\"\">You could frame this as a &#8220;mathematical destiny&#8221; effect, explaining how their personal choice combines with mathematical principles to create an inevitable outcome &#8211; playing up the self-working nature as something mystical rather than chaotic.Retry<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Setup Analysis<\/h2>\n\n\n\n<p class=\"\"><strong>Initial state<\/strong>: 24 cards total <strong>Spectator action<\/strong>: Removes N cards (where N = 1-10), leaving (24-N) cards <strong>Target card<\/strong>: Located at position N from the top of the remaining deck <strong>Performer action<\/strong>: Moves 6 cards from top to bottom, four times (24 cards total)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Mathematical Key<\/h2>\n\n\n\n<p class=\"\">The magic happens because of this modular arithmetic relationship: <strong>24 \u2261 N (mod (24-N))<\/strong><\/p>\n\n\n\n<p class=\"\">Here&#8217;s why this is true: 24 = 1\u00d7(24-N) + N, which means when we divide 24 by (24-N), the remainder is N.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Transformation<\/h2>\n\n\n\n<p class=\"\">When you move cards from top to bottom, you&#8217;re creating a cyclic shift. Moving 24 cards from top to bottom shifts every card&#8217;s position by -24 positions.<\/p>\n\n\n\n<p class=\"\">The target card starts at position N and moves to position: <strong>N &#8211; 24 \u2261 N &#8211; N \u2261 0 (mod (24-N))<\/strong><\/p>\n\n\n\n<p class=\"\">Since we use 1-based indexing, position 0 corresponds to the bottom position of the deck.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Examples<\/h2>\n\n\n\n<p class=\"\"><strong>N = 3<\/strong>: Remaining deck has 21 cards, target at position 3<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">24 \u2261 3 (mod 21) \u2713<\/li>\n\n\n\n<li class=\"\">Final position: 3 &#8211; 24 \u2261 0 \u2261 position 21 (bottom)<\/li>\n<\/ul>\n\n\n\n<p class=\"\"><strong>N = 7<\/strong>: Remaining deck has 17 cards, target at position 7<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">24 \u2261 7 (mod 17) \u2713<\/li>\n\n\n\n<li class=\"\">Final position: 7 &#8211; 24 \u2261 0 \u2261 position 17 (bottom)<\/li>\n<\/ul>\n\n\n\n<p class=\"\"><strong>N = 10<\/strong>: Remaining deck has 14 cards, target at position 10<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">24 \u2261 10 (mod 14) \u2713<\/li>\n\n\n\n<li class=\"\">Final position: 10 &#8211; 24 \u2261 0 \u2261 position 14 (bottom)<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">The Elegant Result<\/h2>\n\n\n\n<p class=\"\">No matter which number N the spectator chooses (1-10), the mathematical relationship <strong>24 \u2261 N (mod (24-N))<\/strong> ensures that moving exactly 24 cards will always place their selected card at the bottom of the remaining packet.<\/p>\n\n\n\n<p class=\"\">This is a perfect example of how modular arithmetic creates self-working magic!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The General Rule<\/h2>\n\n\n\n<p class=\"\">For any packet of <strong>K<\/strong> cards, moving exactly <strong>K<\/strong> cards from top to bottom will place the selection on the bottom, regardless of which number N the spectator chooses.<\/p>\n\n\n\n<p class=\"\">This works because: <strong>K \u2261 N (mod (K-N))<\/strong> for any valid N<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why This Always Works<\/h2>\n\n\n\n<p class=\"\">The mathematical relationship <strong>K = 1\u00d7(K-N) + N<\/strong> means that K divided by (K-N) always leaves remainder N.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Examples with 26 Cards<\/h2>\n\n\n\n<p class=\"\"><strong>N = 4<\/strong>: 26-4 = 22 cards remain, target at position 4<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">26 \u2261 4 (mod 22) \u2713<\/li>\n\n\n\n<li class=\"\">Moving 26 cards puts selection on bottom<\/li>\n<\/ul>\n\n\n\n<p class=\"\"><strong>N = 8<\/strong>: 26-8 = 18 cards remain, target at position 8<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">26 \u2261 8 (mod 18) \u2713<\/li>\n\n\n\n<li class=\"\">Moving 26 cards puts selection on bottom<\/li>\n<\/ul>\n\n\n\n<p class=\"\"><strong>N = 13<\/strong>: 26-13 = 13 cards remain, target at position 13<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">26 \u2261 13 (mod 13) \u2261 0 \u2713<\/li>\n\n\n\n<li class=\"\">Selection already on bottom!<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">The Universal Principle<\/h2>\n\n\n\n<p class=\"\">This creates a beautiful <strong>self-working<\/strong> system for any packet size:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Use K cards total<\/li>\n\n\n\n<li class=\"\">Allow spectator to choose any valid number N<\/li>\n\n\n\n<li class=\"\">Move exactly K cards from top to bottom<\/li>\n\n\n\n<li class=\"\">The selection will always end up on the bottom<\/li>\n<\/ul>\n\n\n\n<p class=\"\">The mathematics guarantees it works every single time, which is what makes this such an elegant and powerful principle in card magic!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Additional thoughts<\/h2>\n\n\n\n<p class=\"\">If I am performing for magicians I deal out 26 cards instead of 24.  Then when I do the first three cuts of six cards I actually do a little finger pull down on the two bottom cards of the packet and insert the six cards there.  On the last transfer I really do put the six cards on the bottom resulting in the selection being on the bottom. Thus when the other magicians try to repeat the trick, they fail.<\/p>\n\n\n\n<p class=\"\">The four sets of six is just a suggestion.  The trick works as long as you move 24 cards.  So, for example you could use the sentence &#8220;your card is on the bottom now&#8221;, transfering blocks corresponding to the word lengths: 4, 4, 2, 2, 3, 6, and 3.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Additional Additional Thoughts<\/h2>\n\n\n\n<p class=\"\">Take the Ace through 10 of mix suits, in order and place them after the 18th card in a deck. Now you can have the spectator cut the deck, &#8220;somewhere near the middle&#8221; and hand you the cut off cards. A quick glimpse of the bottom card tells you how many cards are in the packet. For example, say the card it the five. Five plus eighteen = 23. Now perform the trick.<\/p>\n\n\n\n<p class=\"\">Another option is to corner crimp the 26 or 27th card.  Have the spectator cut off  something just less than have the deck and shuffle those cards.  By counting the cards above the crimped card you can tell how many cards the spectator has.  For example, if the 27th card was crimped and you see five cards above the crimp you know they have 21 cards.<\/p>","protected":false},"excerpt":{"rendered":"<p>I love this math principal. This version was in THE&#8220;WORLD\u2019S BEST COLLECTION OF EAS Y-TO-DO IMPROMPTU CARD MAGIC&#8221; compiled by Aldo Colombini and published in 2003.<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_eb_attr":"","footnotes":""},"categories":[7,1,159],"tags":[],"class_list":["post-7407","post","type-post","status-publish","format-standard","hentry","category-magic","category-miscellaneous","category-self-working"],"featured_image_src":null,"featured_image_src_square":null,"author_info":{"display_name":"Bob","author_link":"https:\/\/robertjwallace.com\/es\/author\/admin\/"},"_links":{"self":[{"href":"https:\/\/robertjwallace.com\/es\/wp-json\/wp\/v2\/posts\/7407","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/robertjwallace.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/robertjwallace.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/robertjwallace.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/robertjwallace.com\/es\/wp-json\/wp\/v2\/comments?post=7407"}],"version-history":[{"count":5,"href":"https:\/\/robertjwallace.com\/es\/wp-json\/wp\/v2\/posts\/7407\/revisions"}],"predecessor-version":[{"id":7416,"href":"https:\/\/robertjwallace.com\/es\/wp-json\/wp\/v2\/posts\/7407\/revisions\/7416"}],"wp:attachment":[{"href":"https:\/\/robertjwallace.com\/es\/wp-json\/wp\/v2\/media?parent=7407"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/robertjwallace.com\/es\/wp-json\/wp\/v2\/categories?post=7407"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/robertjwallace.com\/es\/wp-json\/wp\/v2\/tags?post=7407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}