<?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: Billiards Brainteaser</title>
	<atom:link href="http://stevensholland.com/brainteaser-from-august-28-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevensholland.com/brainteaser-from-august-28-2007/</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 05:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: James</title>
		<link>http://stevensholland.com/brainteaser-from-august-28-2007/comment-page-1/#comment-1012</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 09 Dec 2009 06:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://stevensholland.com/brainteaser-from-august-28-2007/#comment-1012</guid>
		<description>Steven,

It turns out that after a moment&#039;s thought it is possible to come up with an easy general solution to this problem (for any number of balls).  Just round up the quotient of log[n] and log[3].  For example, the minimum number of measurements for 8 balls is ceil(log(8)/log(3)) = 2, using Matlab syntax.  The proof lies in the fact that one can always with certainty eliminate in one round 2/3 of the total remaining balls, so you can always reduce your total number of balls to 1/3 or less in any round.  Thus the solution for x of n*(1/3)^x &lt;= 1 is the number of rounds required.  That solution is, of course, x = ceil(log(n)/log(3)).</description>
		<content:encoded><![CDATA[<p>Steven,</p>
<p>It turns out that after a moment&#8217;s thought it is possible to come up with an easy general solution to this problem (for any number of balls).  Just round up the quotient of log[n] and log[3].  For example, the minimum number of measurements for 8 balls is ceil(log(8)/log(3)) = 2, using Matlab syntax.  The proof lies in the fact that one can always with certainty eliminate in one round 2/3 of the total remaining balls, so you can always reduce your total number of balls to 1/3 or less in any round.  Thus the solution for x of n*(1/3)^x &lt;= 1 is the number of rounds required.  That solution is, of course, x = ceil(log(n)/log(3)).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

