<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mr A's Maths and Physics Blog</title>
	<atom:link href="http://mathsandphysics.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mathsandphysics.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 13 Aug 2008 18:59:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mathsandphysics.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mr A's Maths and Physics Blog</title>
		<link>http://mathsandphysics.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mathsandphysics.wordpress.com/osd.xml" title="Mr A&#039;s Maths and Physics Blog" />
	<atom:link rel='hub' href='http://mathsandphysics.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Random.org and randomness</title>
		<link>http://mathsandphysics.wordpress.com/2008/08/13/randomorg-and-randomness/</link>
		<comments>http://mathsandphysics.wordpress.com/2008/08/13/randomorg-and-randomness/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 18:59:46 +0000</pubDate>
		<dc:creator>Mr A</dc:creator>
				<category><![CDATA[Maths]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[randomness]]></category>

		<guid isPermaLink="false">http://mathsandphysics.wordpress.com/?p=66</guid>
		<description><![CDATA[Your calculator cannot produce random numbers. Neither can your computer. The lottery does not produce random numbers. The human being, in particular, cannot produce random numbers. All of these things are biased in some way. Human beings are the worst: if asked to think of a number between 1 and 10, most people will tend [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathsandphysics.wordpress.com&amp;blog=4277862&amp;post=66&amp;subd=mathsandphysics&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Your calculator cannot produce random numbers.<br />
Neither can your computer.<br />
The lottery does not produce random numbers.<br />
The human being, in particular, cannot produce random numbers. </p>
<p>All of these things are biased in some way. Human beings are the worst: if asked to think of a number between 1 and 10, most people will tend to say the number 7. Further, most people will tend to think of odd numbers, as they somehow think they are &#8220;more&#8221; random. Try it on your friends!</p>
<p>Computers and calculators use computer programs that suggest random numbers. However, these are not random in the slightest &#8211; they are just based on very complicated mathematical functions, and mimic random numbers well enough to be used in most real-world applications. These numbers are often said to be <i><a href="http://en.wikipedia.org/wiki/Pseudorandom_number_generator">pseudorandom</a></i>. </p>
<p>However, atmospheric radiation <i>is</i> completely random, and is used by <a href="http://www.random.org">random.org</a> to produce truly random sequences. Try the following:</p>
<p><a href="http://random.org/dice/?num=16">Roll 16 dice</a>. </p>
<p><a href="http://random.org/strings/?num=10&amp;len=8&amp;digits=on&amp;loweralpha=on&amp;unique=off&amp;format=html&amp;rnd=new">Generate truly strong passwords</a> (8 letters/numbers long). </p>
<p><a href="http://random.org/quick-pick/?tickets=1&amp;lottery=6x49.0x0">Pick lottery numbers</a> (with which your chances of winning are 1 in 13,983,816). </p>
<p>Generate a number between 1 and &#8230; <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=2&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">2</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=3&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">3</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=4&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">4</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=5&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">5</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=6&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">6</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=7&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">7</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=8&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">8</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=9&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">9</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=10&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">10</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=11&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">11</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=12&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">12</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=13&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">13</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=14&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">14</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=15&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">15</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=16&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">16</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=17&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">17</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=18&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">18</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=19&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">19</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=20&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">20</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=21&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">21</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=22&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">22</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=23&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">23</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=24&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">24</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=25&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">25</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=26&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">26</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=27&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">27</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=28&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">28</a>, <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=29&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">29</a>,  or <a href="http://random.org/integers/?num=1&amp;min=1&amp;max=30&amp;col=1&amp;base=10&amp;format=html&amp;rnd=new">30</a>.
</p>
<p>Or even listen to <a href="http://random.org/sounds/?channels=2&amp;volume=100&amp;rate=16000&amp;size=8&amp;date=2008-08-13&amp;format=wav&amp;deliver=browser"> the sound of randomness</a>. </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mathsandphysics.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mathsandphysics.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathsandphysics.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathsandphysics.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathsandphysics.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathsandphysics.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathsandphysics.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathsandphysics.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathsandphysics.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathsandphysics.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathsandphysics.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathsandphysics.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathsandphysics.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathsandphysics.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathsandphysics.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathsandphysics.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathsandphysics.wordpress.com&amp;blog=4277862&amp;post=66&amp;subd=mathsandphysics&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathsandphysics.wordpress.com/2008/08/13/randomorg-and-randomness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b974a1383fbedfad8a791c4110bdeb5b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mr A</media:title>
		</media:content>
	</item>
		<item>
		<title>Proof that 0.9 recurring equals 1</title>
		<link>http://mathsandphysics.wordpress.com/2008/08/13/proof-that-09-recurring-equals-1/</link>
		<comments>http://mathsandphysics.wordpress.com/2008/08/13/proof-that-09-recurring-equals-1/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 14:57:39 +0000</pubDate>
		<dc:creator>Mr A</dc:creator>
				<category><![CDATA[Maths]]></category>
		<category><![CDATA[algebra]]></category>
		<category><![CDATA[proofs]]></category>

		<guid isPermaLink="false">http://mathsandphysics.wordpress.com/?p=17</guid>
		<description><![CDATA[&#8220;0.9 recurring&#8221; is often written , and is equal to (where there is an infinite number of nines after the decimal point): &#160; &#160; &#160; &#160; &#160; This is a commonly misunderstood concept of maths. People often think that: is &#8220;almost&#8221; 1, but not quite equal to it. Or, is the largest number that is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathsandphysics.wordpress.com&amp;blog=4277862&amp;post=17&amp;subd=mathsandphysics&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;0.9 recurring&#8221; is often written <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=0.%5Cdot%7B9%7D&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='0.&#92;dot{9}' title='0.&#92;dot{9}' class='latex' /></span>, and is equal to <span style="position:relative;bottom:1px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=0.999+%5Cldots+&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='0.999 &#92;ldots ' title='0.999 &#92;ldots ' class='latex' /></span> (where there is an infinite number of nines after the decimal point):</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=0.%5Cdot%7B9%7D+%3D+0.999+%5Cldots+&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='0.&#92;dot{9} = 0.999 &#92;ldots ' title='0.&#92;dot{9} = 0.999 &#92;ldots ' class='latex' /></span></p>
<p>This is a <strong>commonly misunderstood</strong> concept of maths. People often think that:</p>
<ul>
<li><span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=0.%5Cdot%7B9%7D&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='0.&#92;dot{9}' title='0.&#92;dot{9}' class='latex' /></span> is &#8220;almost&#8221; 1, but not quite equal to it. Or,</li>
<li><span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=0.%5Cdot%7B9%7D&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='0.&#92;dot{9}' title='0.&#92;dot{9}' class='latex' /></span> is the largest number that is smaller than 1.</li>
</ul>
<p>BUT NEITHER OF THESE STATEMENTS IS TRUE! <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=0.%5Cdot%7B9%7D&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='0.&#92;dot{9}' title='0.&#92;dot{9}' class='latex' /></span> is <strong>exactly</strong> equal to 1; they are the same thing:</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=0.%5Cdot%7B9%7D+%3D+1&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='0.&#92;dot{9} = 1' title='0.&#92;dot{9} = 1' class='latex' /></span></p>
<p>And here is the proof. Let x be equal to <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=0.%5Cdot%7B9%7D&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='0.&#92;dot{9}' title='0.&#92;dot{9}' class='latex' /></span>, </p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=x+%3D+0.%5Cdot%7B9%7D+&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='x = 0.&#92;dot{9} ' title='x = 0.&#92;dot{9} ' class='latex' /></span></p>
<p>Multiply x by 10,</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=10x+%3D+9.%5Cdot%7B9%7D+&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='10x = 9.&#92;dot{9} ' title='10x = 9.&#92;dot{9} ' class='latex' /></span></p>
<p>Then take x away from this,</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=10x+-+x+%3D+9.%5Cdot%7B9%7D+-+0.%5Cdot%7B9%7D+&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='10x - x = 9.&#92;dot{9} - 0.&#92;dot{9} ' title='10x - x = 9.&#92;dot{9} - 0.&#92;dot{9} ' class='latex' /></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=9x+%3D+9+&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='9x = 9 ' title='9x = 9 ' class='latex' /></span></p>
<p>Then, by dividing both sides by 9, we find that x is equal to 1,</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=x+%3D+%5Cfrac%7B9%7D%7B9%7D+%3D+1+&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='x = &#92;frac{9}{9} = 1 ' title='x = &#92;frac{9}{9} = 1 ' class='latex' /></span></p>
<p>So <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=0.%5Cdot%7B9%7D&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='0.&#92;dot{9}' title='0.&#92;dot{9}' class='latex' /></span> is equal to 1. </p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="position:relative;bottom:2px;left:-5px;"><img src='http://s0.wp.com/latex.php?latex=0.%5Cdot%7B9%7D+%3D+1+&amp;bg=ffffff&amp;fg=494949&amp;s=-2' alt='0.&#92;dot{9} = 1 ' title='0.&#92;dot{9} = 1 ' class='latex' /></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mathsandphysics.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mathsandphysics.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathsandphysics.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathsandphysics.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathsandphysics.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathsandphysics.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathsandphysics.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathsandphysics.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathsandphysics.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathsandphysics.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathsandphysics.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathsandphysics.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathsandphysics.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathsandphysics.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathsandphysics.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathsandphysics.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathsandphysics.wordpress.com&amp;blog=4277862&amp;post=17&amp;subd=mathsandphysics&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathsandphysics.wordpress.com/2008/08/13/proof-that-09-recurring-equals-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b974a1383fbedfad8a791c4110bdeb5b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mr A</media:title>
		</media:content>
	</item>
		<item>
		<title>Sizes of Various Stars and Planets</title>
		<link>http://mathsandphysics.wordpress.com/2008/07/21/sizes-of-various-stars-and-planets/</link>
		<comments>http://mathsandphysics.wordpress.com/2008/07/21/sizes-of-various-stars-and-planets/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 00:21:06 +0000</pubDate>
		<dc:creator>Mr A</dc:creator>
				<category><![CDATA[Physics]]></category>
		<category><![CDATA[planets]]></category>
		<category><![CDATA[stars]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://mathsandphysics.wordpress.com/?p=3</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathsandphysics.wordpress.com&amp;blog=4277862&amp;post=3&amp;subd=mathsandphysics&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://mathsandphysics.wordpress.com/2008/07/21/sizes-of-various-stars-and-planets/"><img src="http://img.youtube.com/vi/-3KRpcWwKc0/2.jpg" alt="" /></a></span>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mathsandphysics.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mathsandphysics.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathsandphysics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathsandphysics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathsandphysics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathsandphysics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathsandphysics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathsandphysics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathsandphysics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathsandphysics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathsandphysics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathsandphysics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathsandphysics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathsandphysics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathsandphysics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathsandphysics.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathsandphysics.wordpress.com&amp;blog=4277862&amp;post=3&amp;subd=mathsandphysics&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathsandphysics.wordpress.com/2008/07/21/sizes-of-various-stars-and-planets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b974a1383fbedfad8a791c4110bdeb5b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mr A</media:title>
		</media:content>
	</item>
	</channel>
</rss>
