<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Get those Brains going&#8230;..</title>
	<atom:link href="http://www.johnmunoz.net/blog/get-those-brains-going/feed" rel="self" type="application/rss+xml" />
	<link>http://www.johnmunoz.net/blog/get-those-brains-going</link>
	<description>our faith in zeros and ones</description>
	<lastBuildDate>Thu, 24 Sep 2009 00:14:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: patti</title>
		<link>http://www.johnmunoz.net/blog/get-those-brains-going/comment-page-1#comment-81</link>
		<dc:creator>patti</dc:creator>
		<pubDate>Tue, 15 Nov 2005 20:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmunoz.com/?p=476#comment-81</guid>
		<description>The actual answer is that the only thing Roger needs to do is take three socks out of the drawer.  Because of the odds, two of them will be the same color and he will have a match.</description>
		<content:encoded><![CDATA[<p>The actual answer is that the only thing Roger needs to do is take three socks out of the drawer.  Because of the odds, two of them will be the same color and he will have a match.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.johnmunoz.net/blog/get-those-brains-going/comment-page-1#comment-80</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 15 Nov 2005 19:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmunoz.com/?p=476#comment-80</guid>
		<description>ok.. well rodger grabs a sock.. say it&#039;s white..
1white
and then he grabs a black sock.. now he has
1 black
1 white
and he grabs a white
1 black
2 white.. A Pair!

or
he might have grabed a black
2 black.. A Pair!
1 white</description>
		<content:encoded><![CDATA[<p>ok.. well rodger grabs a sock.. say it&#8217;s white..<br />
1white<br />
and then he grabs a black sock.. now he has<br />
1 black<br />
1 white<br />
and he grabs a white<br />
1 black<br />
2 white.. A Pair!</p>
<p>or<br />
he might have grabed a black<br />
2 black.. A Pair!<br />
1 white</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: audrey</title>
		<link>http://www.johnmunoz.net/blog/get-those-brains-going/comment-page-1#comment-79</link>
		<dc:creator>audrey</dc:creator>
		<pubDate>Tue, 15 Nov 2005 14:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmunoz.com/?p=476#comment-79</guid>
		<description>I so don&#039;t get it!</description>
		<content:encoded><![CDATA[<p>I so don&#8217;t get it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patti</title>
		<link>http://www.johnmunoz.net/blog/get-those-brains-going/comment-page-1#comment-78</link>
		<dc:creator>patti</dc:creator>
		<pubDate>Mon, 14 Nov 2005 18:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmunoz.com/?p=476#comment-78</guid>
		<description>Exactly!</description>
		<content:encoded><![CDATA[<p>Exactly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.johnmunoz.net/blog/get-those-brains-going/comment-page-1#comment-77</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 14 Nov 2005 18:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmunoz.com/?p=476#comment-77</guid>
		<description>Well.. he would have a one in two chance of getting a white..
and a one in two chance in getting a black..

so

(If SOCKGOT = WHITE) and (If NextSOCKGOT = WHITE) Than Pair = True
(If SOCKGOT = WHITE) and (If NextSOCkGOT = BLACK) Than Pair = False
(If SOCKGOT = BLACK) and (If NextSOCKGOT = BLACK) Than Pair = True
(If SOCKGOT = BLACK) and (If NextSOCKGOT = WHITE) Than Pair = False

So in those chances you have a 50% Chance of getting a pair in the first two tries.

In the two FALSE conditions..
(If SOCKGOT = WHITE) and (If NextSOCkGOT = BLACK) Than Pair = False
(If SOCKGOT = BLACK) and (If NextSOCKGOT = WHITE) Than Pair = False

We can take those down further....

(If SOCKGOT = WHITE) and (If NextSOCkGOT = BLACK) and (If NextNextSOCK = WHITE) Than Pair = True

(If SOCKGOT = BLACK) and (If NextSOCKGOT = WHITE) and (If NextNextSOCK = BLACK) Than Pair = False
BUT WAIT!... SOCKGOT and NextNextSOCK both have values of BLACK so pair = TRUE !!!</description>
		<content:encoded><![CDATA[<p>Well.. he would have a one in two chance of getting a white..<br />
and a one in two chance in getting a black..</p>
<p>so</p>
<p>(If SOCKGOT = WHITE) and (If NextSOCKGOT = WHITE) Than Pair = True<br />
(If SOCKGOT = WHITE) and (If NextSOCkGOT = BLACK) Than Pair = False<br />
(If SOCKGOT = BLACK) and (If NextSOCKGOT = BLACK) Than Pair = True<br />
(If SOCKGOT = BLACK) and (If NextSOCKGOT = WHITE) Than Pair = False</p>
<p>So in those chances you have a 50% Chance of getting a pair in the first two tries.</p>
<p>In the two FALSE conditions..<br />
(If SOCKGOT = WHITE) and (If NextSOCkGOT = BLACK) Than Pair = False<br />
(If SOCKGOT = BLACK) and (If NextSOCKGOT = WHITE) Than Pair = False</p>
<p>We can take those down further&#8230;.</p>
<p>(If SOCKGOT = WHITE) and (If NextSOCkGOT = BLACK) and (If NextNextSOCK = WHITE) Than Pair = True</p>
<p>(If SOCKGOT = BLACK) and (If NextSOCKGOT = WHITE) and (If NextNextSOCK = BLACK) Than Pair = False<br />
BUT WAIT!&#8230; SOCKGOT and NextNextSOCK both have values of BLACK so pair = TRUE !!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
