<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, A ball and a bat</title>
    <link>http://www.mapleprimes.com/posts/143293-A-Ball-And-A-Bat</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 12:18:56 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 12:18:56 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, A ball and a bat</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, A ball and a bat</title>
      <link>http://www.mapleprimes.com/posts/143293-A-Ball-And-A-Bat</link>
    </image>
    <item>
      <title>Wrong?</title>
      <link>http://www.mapleprimes.com/posts/143293-A-Ball-And-A-Bat?ref=Feed:MaplePrimes:A ball and a bat:Comments#comment148140</link>
      <itunes:summary>&lt;p&gt;I'm playing devils advocate here, why are the other 10 solutions wrong?&lt;/p&gt;
&lt;p&gt;ie&lt;/p&gt;
&lt;p&gt;Bat &amp;nbsp; &amp;nbsp; Ball &amp;nbsp; &amp;nbsp;&amp;nbsp; Total&lt;br&gt;-----------------------&lt;/p&gt;
&lt;p&gt;1.10&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.10&lt;br&gt;1.09&amp;nbsp;&amp;nbsp; .01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.10&lt;br&gt;1.08&amp;nbsp;&amp;nbsp; .02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.10&lt;br&gt;1.07&amp;nbsp;&amp;nbsp; .03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.10&lt;br&gt;1.06&amp;nbsp;&amp;nbsp; .04&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.10&lt;br&gt;1.05&amp;nbsp;&amp;nbsp; .05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.10&lt;br&gt;1.04&amp;nbsp;&amp;nbsp; .06&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.10&lt;br&gt;1.03&amp;nbsp;&amp;nbsp; .07&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.10&lt;br&gt;1.02&amp;nbsp;&amp;nbsp; .08&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.10&lt;br&gt;1.01&amp;nbsp;&amp;nbsp; .09&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.10&lt;br&gt;1.00&amp;nbsp;&amp;nbsp; .10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.10&lt;br&gt;&lt;br&gt;In all the solutions above the bat satisfies being $1 more than the ball. &amp;nbsp; While at the same time, the ball and the bat will be totalling $1.10.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, A ball and a bat</description>
      <guid>148140</guid>
      <pubDate>Wed, 05 Jun 2013 17:50:06 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>semantics</title>
      <link>http://www.mapleprimes.com/posts/143293-A-Ball-And-A-Bat?ref=Feed:MaplePrimes:A ball and a bat:Comments#comment148141</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/posts/143293-A-Ball-And-A-Bat#comment148140"&gt;@Christopher2222&lt;/a&gt; thanx for looking at the problem with critical eyes.&lt;br&gt;I think you should interpret "&lt;span class="mainBody document"&gt;one dollar more than the ball" as strict&lt;br&gt;ie exactly one dollar more not at least one dollar more. &lt;br&gt;&lt;br&gt;At least that is my interpretation but I might be wrong. In&lt;br&gt;maple something like this:&lt;/span&gt;&lt;br&gt;&lt;br&gt;eq1 := x+y = 1.1;&lt;br&gt;eq2 := subs(y = x+1, eq1); &lt;br&gt;eq3 := solve(eq2, x);&lt;br&gt;solve(subs(x = eq3, eq1), y);&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x + y = 1.1&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 x + 1 = 1.1&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.05000000000&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.050000000&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, A ball and a bat</description>
      <guid>148141</guid>
      <pubDate>Wed, 05 Jun 2013 18:48:07 Z</pubDate>
      <itunes:author>marc005</itunes:author>
      <author>marc005</author>
    </item>
    <item>
      <title>exactly</title>
      <link>http://www.mapleprimes.com/posts/143293-A-Ball-And-A-Bat?ref=Feed:MaplePrimes:A ball and a bat:Comments#comment148145</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/posts/143293-A-Ball-And-A-Bat#comment148141"&gt;@marc005&lt;/a&gt; Yes exactly one dollar - a fool I was.&amp;nbsp; I suppose leaving out the word exactly in the question made me mis-interperet the question but something I obviously overlooked.&amp;nbsp; A guess of 10 cents, as 50% of the Harvard, MIT and Princeton students guessed, would make the bat $1.10 and the total $1.20 which is indeed wrong.&lt;/p&gt;
&lt;p&gt;On interpretations of the same sentence. &amp;nbsp; &lt;br&gt;He didn't marry her because she was rich - (he didn't marry her)&lt;br&gt;He didn't marry her because she was rich - (he did marry her)&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, A ball and a bat</description>
      <guid>148145</guid>
      <pubDate>Wed, 05 Jun 2013 19:20:37 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>@Christopher2222 an honest mistake :-) plus it gav...</title>
      <link>http://www.mapleprimes.com/posts/143293-A-Ball-And-A-Bat?ref=Feed:MaplePrimes:A ball and a bat:Comments#comment148147</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/posts/143293-A-Ball-And-A-Bat#comment148145"&gt;@Christopher2222&lt;/a&gt; an honest mistake :-) plus it gave me an opportunity&lt;br&gt;to improve the formulation to include "exactly"....&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, A ball and a bat</description>
      <guid>148147</guid>
      <pubDate>Wed, 05 Jun 2013 19:47:06 Z</pubDate>
      <itunes:author>marc005</itunes:author>
      <author>marc005</author>
    </item>
    <item>
      <title>Commas and restrictive and nonrestrictive clauses</title>
      <link>http://www.mapleprimes.com/posts/143293-A-Ball-And-A-Bat?ref=Feed:MaplePrimes:A ball and a bat:Comments#comment148149</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/posts/143293-A-Ball-And-A-Bat#comment148145"&gt;@Christopher2222&lt;/a&gt; wrote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;On interpretations of the same sentence. &amp;nbsp; &lt;br&gt;He didn't marry her because she was rich - (he didn't marry her)&lt;br&gt;He didn't marry her because she was rich - (he did marry her)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;When the subordinate clause ("because she was rich") does not change the meaning of the main clause ("he didn't marry her"), it needs to be set off with a comma.&lt;/p&gt;
&lt;p&gt;He didn't marry her, because she was rich. (He didn't marry her.)&lt;br&gt;He didn't marry her because she was rich. (He did marry her.)&lt;/p&gt;
</itunes:summary>
      <description>The latest comments added to the Post, A ball and a bat</description>
      <guid>148149</guid>
      <pubDate>Wed, 05 Jun 2013 20:08:38 Z</pubDate>
      <itunes:author>Carl Love</itunes:author>
      <author>Carl Love</author>
    </item>
  </channel>
</rss>