<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learn Spanish with Tomísimo! &#187; Logic/Puzzles</title>
	<atom:link href="http://www.tomisimo.org/blog/category/logic-puzzles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomisimo.org</link>
	<description>All about learning Spanish and English and the Tomísimo bilingual dictionary</description>
	<lastBuildDate>Thu, 12 Feb 2009 04:59:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Puzzle</title>
		<link>http://www.tomisimo.org/blog/2006/logic-puzzles/puzzle/</link>
		<comments>http://www.tomisimo.org/blog/2006/logic-puzzles/puzzle/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 21:44:04 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Logic/Puzzles]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.tomisimo.org/blog/2006/logicpuzzles/puzzle/</guid>
		<description><![CDATA[I&#8217;m kinda into logic and puzzles.  So I found this puzzle on the internet, and since it was harder to solve than what I first realized, I thought I&#8217;d run through the process I used to solve it.  I believe the puzzle to be created by Jerome R. Breitenbach and can be found [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m kinda into logic and puzzles.  So I found this puzzle on the internet, and since it was harder to solve than what I first realized, I thought I&#8217;d run through the process I used to solve it.  I believe the puzzle to be created by <a href="http://www.ee.calpoly.edu/~jbreiten/">Jerome R. Breitenbach</a> and can be found in it&#8217;s original state on <a href="http://www.ee.calpoly.edu/~jbreiten/puzzles/different/index.html">this page</a>.</p>
<p>To begin with, here&#8217;s the premise:</p>
<blockquote><p>
In a particular apartment complex, five different people&#8211;Arnie, Bernice, Chip, Daniel, and Elizabeth&#8211;live in five different apartments&#8211;A, B, C, D, and E&#8211;that are contiguous and ordered alphabetically. Each person owns a different pet&#8211;aardvark, badger, crocodile, dolphin, or egret. Each person prefers a different drink&#8211;ale, beer, coffee, dry martini, or espresso. And, each person participates in a different sport&#8211;arm wrestling, baseball, car racing, diving, or equestrian. Also:</p>
<ul>
<li>Each person lives next-door to a person having a gender that is different than their own.</li>
<li>For each person, the first letter of their name, apartment, pet, drink, and sport are all different.</li>
<li>For each person, the number of letters (spaces not included) in their name, apartment, pet, drink, and sport are all different. </li>
</ul>
<p>Question: Who participates in the sport of equestrian, and what does the owner of the dolphin drink?</p></blockquote>
<p>Give it a try yourself, and see if you come up with the same answer as me.  When you&#8217;re ready, take a look at my solution.</p>
<p>Let&#8217;s begin walking through the solution&#8230;</p>
<p><span id="more-43"></span></p>
<p>1. The apartments are in sequential order A to E &#8230;</p>
<table border="0" cellspacing="1" class="posttable">
<tr>
<td>Apt. A</td>
<td>Apt. B</td>
<td>Apt. C</td>
<td>Apt. D</td>
<td>Apt. E</td>
</tr>
</table>
<p>2. Each person lives next door to someone who has a different gener than their own.  It&#8217;s not specified whether or not [i]both[/i] neighbors must have a gender other than their own, but let&#8217;s start off like this.  I&#8217;m assuming that Elizabeth and Berenice are women and the other three are men. So let&#8217;s go man-woman-man-woman-man for the sake of simplicity.</p>
<table border="0" cellspacing="1" class="posttable">
<tr>
<td>Apt. A</td>
<td>Apt. B</td>
<td>Apt. C</td>
<td>Apt. D</td>
<td>Apt. E</td>
</tr>
<tr>
<td>Chip-4</td>
<td>Elizabeth-9</td>
<td>Arnie-5</td>
<td>Bernice-7</td>
<td>Daniel-6</td>
</tr>
</table>
<p>3. Let&#8217;s move on to the pets.</p>
<table border="0" cellspacing="1" class="posttable">
<tr>
<td>Apt. A</td>
<td>Apt. B</td>
<td>Apt. C</td>
<td>Apt. D</td>
<td>Apt. E</td>
</tr>
<tr>
<td>Chip-4</td>
<td>Elizabeth-9</td>
<td>Arnie-5</td>
<td>Bernice-7</td>
<td>Daniel-6</td>
</tr>
<tr>
<td>Badger-6</td>
<td>Aardvark-8</td>
<td>Dolphin-7</td>
<td>Egret-5</td>
<td>Crocodile-9</td>
</tr>
</table>
<p>So far, so good.  The number of letters in each person&#8217;s name &#038; pet are different and the first letter of each person&#8217;s name, apartment and pet are different.</p>
<p>4. Continuemos con their favorite drinks</p>
<table border="0" cellspacing="1" class="posttable">
<tr>
<td>Apt. A</td>
<td>Apt. B</td>
<td>Apt. C</td>
<td>Apt. D</td>
<td>Apt. E</td>
</tr>
<tr>
<td>Chip-4</td>
<td>Elizabeth-9</td>
<td>Arnie-5</td>
<td>Bernice-7</td>
<td>Daniel-6</td>
</tr>
<tr>
<td>Badger-6</td>
<td>Aardvark-8</td>
<td>Dolphin-7</td>
<td>Egret-5</td>
<td>Crocodile-9</td>
</tr>
<tr>
<td>Drymartini-10</td>
<td>Coffee-6</td>
<td>Espresso-8</td>
<td>Ale-3</td>
<td>Beer-4</td>
</tr>
</table>
<p>For each person, the number of letters in each item is different, as is the beginning letter.  Up to here we&#8217;re doing fine.</p>
<p>4. The last item is the person&#8217;s sport. Let&#8217;s take a look at them, along with the lengths of the words.  Yikes! they won&#8217;t fit in with what we&#8217;ve got!</p>
<table border="0" cellspacing="1" class="posttable">
<tr>
<td>Arm Wrestling-12</td>
<td>Baseball-8</td>
<td>Car Racing-9</td>
<td>Diving-6</td>
<td>Equestrian-10</td>
</tr>
</table>
<p>So, you could go ahead and try random rearrangements, but I&#8217;ll try something better.  Want the answer?  I&#8217;ll post it tomorrow (or when I figure it out:) )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomisimo.org/blog/2006/logic-puzzles/puzzle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
