<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Fundamental maths Concepts</title>
	<atom:link href="https://advancemaths.wordpress.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://advancemaths.wordpress.com</link>
	<description>Review of fundamental math concepts in a straight-forward, accessible way.</description>
	<lastBuildDate>Mon, 17 Sep 2012 03:08:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain="advancemaths.wordpress.com" path="/?rsscloud=notify" port="80" protocol="http-post" registerProcedure=""/>
<image>
		<url>https://secure.gravatar.com/blavatar/f235fe1a4b97e9b9a983be6358ed173a0a3c5ac9f26cc04069df1fd662be54b7?s=96&amp;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Fundamental maths Concepts</title>
		<link>https://advancemaths.wordpress.com</link>
	</image>
	<atom:link href="https://advancemaths.wordpress.com/osd.xml" rel="search" title="Fundamental maths Concepts" type="application/opensearchdescription+xml"/>
	<atom:link href="https://advancemaths.wordpress.com/?pushpress=hub" rel="hub"/>
	<itunes:explicit>no</itunes:explicit><itunes:subtitle>Fundamental math conceptsi</itunes:subtitle><itunes:category text="Education"><itunes:category text="Higher Education"/></itunes:category><item>
		<title>Towers of Hanoi problem</title>
		<link>https://advancemaths.wordpress.com/2012/09/17/towers-of-hanoi-problem/</link>
					<comments>https://advancemaths.wordpress.com/2012/09/17/towers-of-hanoi-problem/#comments</comments>
		
		<dc:creator><![CDATA[shivang1729]]></dc:creator>
		<pubDate>Mon, 17 Sep 2012 02:57:33 +0000</pubDate>
				<category><![CDATA[Combinatorics]]></category>
		<category><![CDATA[combinatorics]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[Proof that total number of steps taken will be 2^n-1]]></category>
		<category><![CDATA[recursive relation]]></category>
		<category><![CDATA[towers of hanoi]]></category>
		<category><![CDATA[towers of hanoi problem]]></category>
		<guid isPermaLink="false">http://advancemaths.wordpress.com/?p=323</guid>

					<description><![CDATA[Introduction : The Tower of Hanoi (also called the Tower of Brahma or Lucas&#8217; Tower, and sometimes pluralised) is a mathematical game or puzzle. It consists of three rods, and a number of disks of different sizes which can slide onto any rod. The puzzle starts with the disks in a neat stack in ascending order of size on one rod, the smallest at [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Introduction :</strong></p>
<p>The <a href="http://en.wikipedia.org/wiki/Tower_of_Hanoi"><strong>Tower of Hanoi</strong> </a>(also called the <strong>Tower of Brahma</strong> or <strong>Lucas&#8217; Tower,</strong> and sometimes pluralised) is a mathematical game or puzzle. It consists of three rods, and a number of disks of different sizes which can slide onto any rod. The puzzle starts with the disks in a neat stack in ascending order of size on one rod, the smallest at the top, thus making a conical shape.</p>
<p>The objective of the puzzle is to move the entire stack to another rod, obeying the following rules:</p>
<ul>
<li>Only one disk may be moved at a time.</li>
<li>Each move consists of taking the upper disk from one of the rods and sliding it onto another rod, on top of the other disks that may already be present on that rod.</li>
<li>No disk may be placed on top of a smaller disk.</li>
</ul>
<p>With three disks, the puzzle can be solved in seven moves.<br />
<img title="When there are 3 discs" src="https://i0.wp.com/upload.wikimedia.org/wikipedia/commons/thumb/6/60/Tower_of_Hanoi_4.gif/300px-Tower_of_Hanoi_4.gif" alt="" width="396" height="154" /></p>
<p><strong><br />
Our Lemma:</strong></p>
<p>for  <img title="n" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/d/1/8/d1854cae891ec7b29161ccaf79a24b00c274bdaa.gif" alt="n" /> disks and <img title="3" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/7/7/d/77de68daecd823babbb58edb1c8e14d7106e83bb.gif" alt="3" /> towers, the number of steps required to transfer the disks from <img title="1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/3/5/6/356a192b7913b04c54574d18c28d46e6395428ab.gif" alt="1" />  tower to another is <img title="2^n -1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/b/3/c/b3c6335ede245a2dde45c806b8112ae63cde5ed2.gif" alt="2^n -1" />.</p>
<p><strong>Proof of our lemma:</strong></p>
<div><img class="aligncenter" src="https://i0.wp.com/img253.imageshack.us/img253/774/towerofhanoi.jpg" alt="Image" width="556" height="245" /></div>
<div>Let <img title="Q_n" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/0/f/5/0f57fcf36a94bf597f3f999d75ab8066d3cee618.gif" alt="Q_n" /> denote the minimum number of moves required for transferring <img title="n" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/d/1/8/d1854cae891ec7b29161ccaf79a24b00c274bdaa.gif" alt="n" /> discs from one peg to another.Suppose that there are <img title="k+1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/8/d/2/8d2d1975719162e2210a96c3bd5bebfdf42caa9b.gif" alt="k+1" /> discs on peg <img title="1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/3/5/6/356a192b7913b04c54574d18c28d46e6395428ab.gif" alt="1" /> . We will first transfer the top <img title="k" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/1/3/f/13fbd79c3d390e5d6585a21e11ff5ec1970cff0c.gif" alt="k" /> discs to peg <img title="3" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/7/7/d/77de68daecd823babbb58edb1c8e14d7106e83bb.gif" alt="3" /> . This can be done in <img title="Q_k" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/5/2/c/52c9550b08835e84a7ccb9cff38c1083875e5237.gif" alt="Q_k" /> moves.<br />
Now we transfer the <img title="k+1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/8/d/2/8d2d1975719162e2210a96c3bd5bebfdf42caa9b.gif" alt="k+1" />th disc to peg 2 . One move will be required for this.<br />
Finally we will transfer <img title="k" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/1/3/f/13fbd79c3d390e5d6585a21e11ff5ec1970cff0c.gif" alt="k" /> discs which are on peg <img title="3" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/7/7/d/77de68daecd823babbb58edb1c8e14d7106e83bb.gif" alt="3" /> to peg <img title="2" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/d/a/4/da4b9237bacccdf19c0760cab7aec4a8359010b0.gif" alt="2" /> . This will require another <img title="m_k" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/4/f/f/4ff89a25017ff87ecbc3b0ce8120d0e021678972.gif" alt="m_k" /> moves. Thus the transfer will be done in <img title="Q_k+1+Q_k" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/2/5/2/252df75ead574341f9d357fc951b6784cb8a391a.gif" alt="Q_k+1+Q_k" /> moves which will be equal to <img title="Q_{k+1}" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/1/a/8/1a8b0645fd86e89b35a6220a700171d548a8877a.gif" alt="Q_{k+1}" /> movesTherefore we have formed a recurrence relation that<br />
<img title="Q_{k+1} = 2Q_k + 1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/c/1/b/c1b30dc10ea3f65b8dc2ddc5386a63e4302b2e09.gif" alt="Q_{k+1} = 2Q_k + 1" /></p>
<p>Now we will obtain a general formula for <img title="Q_{k+1}" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/1/a/8/1a8b0645fd86e89b35a6220a700171d548a8877a.gif" alt="Q_{k+1}" /></p>
<p><img title="Q_n=2Q_{n-1}+1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/9/d/7/9d748f9752354daf05c56830bab3319ade366c83.gif" alt="Q_n=2Q_{n-1}+1" /><br />
<img title="Q_{n-1}=2Q_{n-2}+1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/c/1/f/c1fe701a657c12fa25958cb876e00d34fb9f52f9.gif" alt="Q_{n-1}=2Q_{n-2}+1" /><br />
<img title="\vdots" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/0/0/f/00f1c80c6238b18190b75250dfdd18ff5e20679a.gif" alt="\vdots" /><br />
<img title="Q_2=2Q_1+1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/e/a/0/ea021eda95cdb4d4130de180f5ec8a0684087ec6.gif" alt="Q_2=2Q_1+1" /></p>
<p>We will multiply both sides of the above relations by <img title="1 , 2 , 2^2 , \cdots 2^{n-2}" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/1/9/d/19d3662b216eb94c3a2451be44d8c38f16be06bb.gif" alt="1 , 2 , 2^2 , \cdots 2^{n-2}" /><br />
we get</p>
<p><img title="Q_n=2Q_{n-1}+1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/9/d/7/9d748f9752354daf05c56830bab3319ade366c83.gif" alt="Q_n=2Q_{n-1}+1" /><br />
<img title="2Q_{n-1}=4Q_{n-2}+2" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/1/8/a/18ad976c79f8ec6d56f8ab1e01e52e3eea05091d.gif" alt="2Q_{n-1}=4Q_{n-2}+2" /><br />
<img title="\vdots" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/0/0/f/00f1c80c6238b18190b75250dfdd18ff5e20679a.gif" alt="\vdots" /><br />
<img title="2^{n-2}Q_2=2^{n-1}Q_1+2^{n-2}" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/2/4/1/2415f1951a3d9bf55b5d62ed0ec6a7dc5b162362.gif" alt="2^{n-2}Q_2=2^{n-1}Q_1+2^{n-2}" /><br />
Solving this gives us</p>
<p><img title="Q_n=2^{n-1}m_1+1+2+2^2 \cdots 2^{n-2}" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/5/9/a/59a0a289b2c17fab041217bc58166be3b79bb4b1.gif" alt="Q_n=2^{n-1}m_1+1+2+2^2 \cdots 2^{n-2}" /><br />
so<br />
<img title="Q_n=2^{n-1}m_1+2^{n-1}-1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/9/2/b/92b7604b45422d1690ce4682ba602a75a07525f5.gif" alt="Q_n=2^{n-1}m_1+2^{n-1}-1" /></p>
<p>Since <img title="Q_1=1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/f/c/3/fc36e4b38695ad561a61a0e7e490f1090a239c31.gif" alt="Q_1=1" /> ( one move will be required to move )<br />
so<br />
<img title="Q_n=2^{n-1}+2^{n-1}-1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/8/5/0/85063a60232272f3eb2f0ebc67ba1f54be7ecca6.gif" alt="Q_n=2^{n-1}+2^{n-1}-1" /></p>
<p>THIS FINALLY GIVES</p>
<p><img title="Q_n = 2^n - 1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/c/7/5/c75a1d876218baae05b4ae1e61bd82db3778b0aa.gif" alt="Q_n = 2^n - 1" /></p>
<p><img title="\blacksquare" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/4/a/4/4a4e9e431da45a27bc880a8a1ca44d8b1b9bc143.gif" alt="\blacksquare" /></p>
<p>Sources :<br />
1. wikepedia ( for the introduction) : <a href="http://en.wikipedia.org/wiki/Tower_of_Hanoi">http://en.wikipedia.org/wiki/Tower_of_Hanoi</a></p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://advancemaths.wordpress.com/2012/09/17/towers-of-hanoi-problem/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/8d5c82f14970592c94d7db524b33e762c698980f4e4e48669ed5e19fd5161bd4?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">shivang1729</media:title>
		</media:content>

		<media:content medium="image" url="http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Tower_of_Hanoi_4.gif/300px-Tower_of_Hanoi_4.gif">
			<media:title type="html">When there are 3 discs</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/d/1/8/d1854cae891ec7b29161ccaf79a24b00c274bdaa.gif">
			<media:title type="html">n</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/7/7/d/77de68daecd823babbb58edb1c8e14d7106e83bb.gif">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/3/5/6/356a192b7913b04c54574d18c28d46e6395428ab.gif">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/b/3/c/b3c6335ede245a2dde45c806b8112ae63cde5ed2.gif">
			<media:title type="html">2^n -1</media:title>
		</media:content>

		<media:content medium="image" url="http://img253.imageshack.us/img253/774/towerofhanoi.jpg">
			<media:title type="html">Image</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/0/f/5/0f57fcf36a94bf597f3f999d75ab8066d3cee618.gif">
			<media:title type="html">Q_n</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/d/1/8/d1854cae891ec7b29161ccaf79a24b00c274bdaa.gif">
			<media:title type="html">n</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/8/d/2/8d2d1975719162e2210a96c3bd5bebfdf42caa9b.gif">
			<media:title type="html">k+1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/3/5/6/356a192b7913b04c54574d18c28d46e6395428ab.gif">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/1/3/f/13fbd79c3d390e5d6585a21e11ff5ec1970cff0c.gif">
			<media:title type="html">k</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/7/7/d/77de68daecd823babbb58edb1c8e14d7106e83bb.gif">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/5/2/c/52c9550b08835e84a7ccb9cff38c1083875e5237.gif">
			<media:title type="html">Q_k</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/8/d/2/8d2d1975719162e2210a96c3bd5bebfdf42caa9b.gif">
			<media:title type="html">k+1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/1/3/f/13fbd79c3d390e5d6585a21e11ff5ec1970cff0c.gif">
			<media:title type="html">k</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/7/7/d/77de68daecd823babbb58edb1c8e14d7106e83bb.gif">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/d/a/4/da4b9237bacccdf19c0760cab7aec4a8359010b0.gif">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/4/f/f/4ff89a25017ff87ecbc3b0ce8120d0e021678972.gif">
			<media:title type="html">m_k</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/2/5/2/252df75ead574341f9d357fc951b6784cb8a391a.gif">
			<media:title type="html">Q_k+1+Q_k</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/1/a/8/1a8b0645fd86e89b35a6220a700171d548a8877a.gif">
			<media:title type="html">Q_{k+1}</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/c/1/b/c1b30dc10ea3f65b8dc2ddc5386a63e4302b2e09.gif">
			<media:title type="html">Q_{k+1} = 2Q_k + 1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/1/a/8/1a8b0645fd86e89b35a6220a700171d548a8877a.gif">
			<media:title type="html">Q_{k+1}</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/9/d/7/9d748f9752354daf05c56830bab3319ade366c83.gif">
			<media:title type="html">Q_n=2Q_{n-1}+1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/c/1/f/c1fe701a657c12fa25958cb876e00d34fb9f52f9.gif">
			<media:title type="html">Q_{n-1}=2Q_{n-2}+1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/0/0/f/00f1c80c6238b18190b75250dfdd18ff5e20679a.gif">
			<media:title type="html">\vdots</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/e/a/0/ea021eda95cdb4d4130de180f5ec8a0684087ec6.gif">
			<media:title type="html">Q_2=2Q_1+1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/1/9/d/19d3662b216eb94c3a2451be44d8c38f16be06bb.gif">
			<media:title type="html">1 , 2 , 2^2 , \cdots 2^{n-2}</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/9/d/7/9d748f9752354daf05c56830bab3319ade366c83.gif">
			<media:title type="html">Q_n=2Q_{n-1}+1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/1/8/a/18ad976c79f8ec6d56f8ab1e01e52e3eea05091d.gif">
			<media:title type="html">2Q_{n-1}=4Q_{n-2}+2</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/0/0/f/00f1c80c6238b18190b75250dfdd18ff5e20679a.gif">
			<media:title type="html">\vdots</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/2/4/1/2415f1951a3d9bf55b5d62ed0ec6a7dc5b162362.gif">
			<media:title type="html">2^{n-2}Q_2=2^{n-1}Q_1+2^{n-2}</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/5/9/a/59a0a289b2c17fab041217bc58166be3b79bb4b1.gif">
			<media:title type="html">Q_n=2^{n-1}m_1+1+2+2^2 \cdots 2^{n-2}</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/9/2/b/92b7604b45422d1690ce4682ba602a75a07525f5.gif">
			<media:title type="html">Q_n=2^{n-1}m_1+2^{n-1}-1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/f/c/3/fc36e4b38695ad561a61a0e7e490f1090a239c31.gif">
			<media:title type="html">Q_1=1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/8/5/0/85063a60232272f3eb2f0ebc67ba1f54be7ecca6.gif">
			<media:title type="html">Q_n=2^{n-1}+2^{n-1}-1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/c/7/5/c75a1d876218baae05b4ae1e61bd82db3778b0aa.gif">
			<media:title type="html">Q_n = 2^n - 1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/4/a/4/4a4e9e431da45a27bc880a8a1ca44d8b1b9bc143.gif">
			<media:title type="html">\blacksquare</media:title>
		</media:content>
	</item>
		<item>
		<title>NMTC 2012 ( CLASS 9th and 10th) Question paper</title>
		<link>https://advancemaths.wordpress.com/2012/09/02/nmtc-2012-class-9th-and-10th-question-paper/</link>
					<comments>https://advancemaths.wordpress.com/2012/09/02/nmtc-2012-class-9th-and-10th-question-paper/#comments</comments>
		
		<dc:creator><![CDATA[shivang1729]]></dc:creator>
		<pubDate>Sun, 02 Sep 2012 04:54:01 +0000</pubDate>
				<category><![CDATA[Problems]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AMTI]]></category>
		<category><![CDATA[Math contest]]></category>
		<category><![CDATA[National math]]></category>
		<category><![CDATA[National mathematics talent contests]]></category>
		<category><![CDATA[NMTC]]></category>
		<category><![CDATA[NMTC 2012 paper]]></category>
		<category><![CDATA[NMTC paper]]></category>
		<category><![CDATA[NMTC papers]]></category>
		<category><![CDATA[RMO]]></category>
		<guid isPermaLink="false">http://advancemaths.wordpress.com/?p=325</guid>

					<description><![CDATA[The AMTI is a pioneer organisation in promoting and conducting Maths Talent Tests in India. Last year (43rd TC Data) (in the 43rd National level tests) 54058 students from 332 institutions spread all over India, participated at the screening level; 10% of them insitutionwise were selected for the final test. For the benefit of final level contestants and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The AMTI is a pioneer organisation in promoting and conducting Maths Talent Tests in India. Last year <a href="http://www.amtionline.com/tcdata.html">(43rd TC Data)</a> (in the 43rd National level tests) 54058 students from 332 institutions spread all over India, participated at the screening level; 10% of them insitutionwise were selected for the final test. For the benefit of final level contestants and the chosen few for INMO, special orientation camps were conducted. Merit certificates and prizes were awarded to the deserving students.</p>
<p>DOWNLOAD THE 2012 PAPER :<br />
<a href="https://advancemaths.wordpress.com/wp-content/uploads/2012/09/nmtc-question-paper.pdf">NMTC Question Paper</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://advancemaths.wordpress.com/2012/09/02/nmtc-2012-class-9th-and-10th-question-paper/feed/</wfw:commentRss>
			<slash:comments>22</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/8d5c82f14970592c94d7db524b33e762c698980f4e4e48669ed5e19fd5161bd4?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">shivang1729</media:title>
		</media:content>
	<enclosure length="6870290" type="application/pdf" url="https://advancemaths.files.wordpress.com/2012/09/nmtc-question-paper.pdf"/><itunes:explicit>no</itunes:explicit><itunes:subtitle>The AMTI is a pioneer organisation in promoting and conducting Maths Talent Tests in India. Last year (43rd TC Data) (in the 43rd National level tests) 54058 students from 332 institutions spread all over India, participated at the screening level; 10% of them insitutionwise were selected for the final test. For the benefit of final level contestants and [&amp;#8230;]</itunes:subtitle><itunes:summary>The AMTI is a pioneer organisation in promoting and conducting Maths Talent Tests in India. Last year (43rd TC Data) (in the 43rd National level tests) 54058 students from 332 institutions spread all over India, participated at the screening level; 10% of them insitutionwise were selected for the final test. For the benefit of final level contestants and [&amp;#8230;]</itunes:summary><itunes:keywords>Problems, Uncategorized, AMTI, Math contest, National math, National mathematics talent contests, NMTC, NMTC 2012 paper, NMTC paper, NMTC papers, RMO</itunes:keywords></item>
		<item>
		<title>CGMO-2012 (China Girls Math Olympiad 2012) Problem 8</title>
		<link>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-8/</link>
					<comments>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-8/#respond</comments>
		
		<dc:creator><![CDATA[shivang1729]]></dc:creator>
		<pubDate>Sat, 18 Aug 2012 04:37:24 +0000</pubDate>
				<category><![CDATA[Combinatorics]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[binomial]]></category>
		<category><![CDATA[CGMO]]></category>
		<category><![CDATA[CGMO 2012]]></category>
		<category><![CDATA[chinese girls mathematics olympiad]]></category>
		<category><![CDATA[combinatorics]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[sets]]></category>
		<guid isPermaLink="false">http://advancemaths.wordpress.com/?p=269</guid>

					<description><![CDATA[Find the number of integers  in the set    such that   is a multiple of]]></description>
										<content:encoded><![CDATA[<p>Find the number of integers <img src="https://s0.wp.com/latex.php?latex=k&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=k&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=k&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="k" class="latex" /> in the set <img src="https://s0.wp.com/latex.php?latex=%5C%7B0%2C+1%2C+2%2C%5Ccdots%2C+2012%5C%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=%5C%7B0%2C+1%2C+2%2C%5Ccdots%2C+2012%5C%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=%5C%7B0%2C+1%2C+2%2C%5Ccdots%2C+2012%5C%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="&#92;{0, 1, 2,&#92;cdots, 2012&#92;}" class="latex" />   such that  <img src="https://s0.wp.com/latex.php?latex=%5Cbinom%7B2012%7D%7Bk%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=%5Cbinom%7B2012%7D%7Bk%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=%5Cbinom%7B2012%7D%7Bk%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="&#92;binom{2012}{k}" class="latex" /> is a multiple of <img src="https://s0.wp.com/latex.php?latex=2012&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=2012&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=2012&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="2012" class="latex" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/8d5c82f14970592c94d7db524b33e762c698980f4e4e48669ed5e19fd5161bd4?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">shivang1729</media:title>
		</media:content>
	</item>
		<item>
		<title>CGMO – 2012 ( China Girls Math Olympiad 2012 ) Problem 7</title>
		<link>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-7/</link>
					<comments>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-7/#respond</comments>
		
		<dc:creator><![CDATA[shivang1729]]></dc:creator>
		<pubDate>Sat, 18 Aug 2012 04:36:24 +0000</pubDate>
				<category><![CDATA[Problems]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CGMO]]></category>
		<category><![CDATA[CGMO 2012]]></category>
		<category><![CDATA[chinese girls mathematics olympiad]]></category>
		<guid isPermaLink="false">http://advancemaths.wordpress.com/?p=267</guid>

					<description><![CDATA[Let   be a sequence of nondecreasing positive integers such that   for some positive integers  and . Prove that there exists a positive integer  such that  ]]></description>
										<content:encoded><![CDATA[<p>Let  <img src="https://s0.wp.com/latex.php?latex=%5C%7Ba_n%5C%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=%5C%7Ba_n%5C%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=%5C%7Ba_n%5C%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="&#92;{a_n&#92;}" class="latex" /> be a sequence of nondecreasing positive integers such that  <img src="https://s0.wp.com/latex.php?latex=%5Cfrac%7Br%7D%7Ba_%7Br%7D%7D%3D+k%2B1&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=%5Cfrac%7Br%7D%7Ba_%7Br%7D%7D%3D+k%2B1&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=%5Cfrac%7Br%7D%7Ba_%7Br%7D%7D%3D+k%2B1&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="&#92;frac{r}{a_{r}}= k+1" class="latex" /> for some positive integers <img src="https://s0.wp.com/latex.php?latex=k&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=k&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=k&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="k" class="latex" /> and <img src="https://s0.wp.com/latex.php?latex=r&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=r&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=r&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="r" class="latex" />. Prove that there exists a positive integer <img src="https://s0.wp.com/latex.php?latex=s&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=s&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=s&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="s" class="latex" /> such that  <img src="https://s0.wp.com/latex.php?latex=%5Cfrac%7Bs%7D%7Ba_s%7D+%3D+k&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=%5Cfrac%7Bs%7D%7Ba_s%7D+%3D+k&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=%5Cfrac%7Bs%7D%7Ba_s%7D+%3D+k&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="&#92;frac{s}{a_s} = k" class="latex" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/8d5c82f14970592c94d7db524b33e762c698980f4e4e48669ed5e19fd5161bd4?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">shivang1729</media:title>
		</media:content>
	</item>
		<item>
		<title>CGMO 2012 ( China Girls Math Olympiad 2012) Problem 6</title>
		<link>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-6/</link>
					<comments>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-6/#respond</comments>
		
		<dc:creator><![CDATA[shivang1729]]></dc:creator>
		<pubDate>Sat, 18 Aug 2012 04:35:06 +0000</pubDate>
				<category><![CDATA[Problems]]></category>
		<category><![CDATA[CGMO]]></category>
		<category><![CDATA[chinese girls mathematics olympiad]]></category>
		<guid isPermaLink="false">http://advancemaths.wordpress.com/?p=265</guid>

					<description><![CDATA[There are  cities, airline companies in a country. Between any two cities, there is exactly one -way flight connecting them which is operated by one of the two companies. A female mathematician plans a travel route, so that it starts and ends at the same city, passes through at least two other cities, and each [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>There are <img src="https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="n" class="latex" /> cities, <img src="https://s0.wp.com/latex.php?latex=2&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=2&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=2&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="2" class="latex" /> airline companies in a country. Between any two cities, there is exactly one <img src="https://s0.wp.com/latex.php?latex=2&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=2&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=2&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="2" class="latex" />-way flight connecting them which is operated by one of the two companies. A female mathematician plans a travel route, so that it starts and ends at the same city, passes through at least two other cities, and each city in the route is visited once. She finds out that wherever she starts and whatever route she chooses, she must take flights of both companies. Find the maximum value of  <img src="https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="n" class="latex" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/8d5c82f14970592c94d7db524b33e762c698980f4e4e48669ed5e19fd5161bd4?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">shivang1729</media:title>
		</media:content>
	</item>
		<item>
		<title>CGMO 2012 ( China Girls Math Olympiad 2012) Problem 5</title>
		<link>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-5/</link>
					<comments>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-5/#respond</comments>
		
		<dc:creator><![CDATA[shivang1729]]></dc:creator>
		<pubDate>Sat, 18 Aug 2012 04:33:57 +0000</pubDate>
				<category><![CDATA[Geometry]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[CGMO 2012]]></category>
		<category><![CDATA[chinese girls mathematics olympiad]]></category>
		<category><![CDATA[geometry problems]]></category>
		<guid isPermaLink="false">http://advancemaths.wordpress.com/?p=263</guid>

					<description><![CDATA[As shown in the figure below, the in-circle of  is tangent to sides  and  at  and  respectively, and  is the circumcenter of . Prove that .]]></description>
										<content:encoded><![CDATA[<p>As shown in the figure below, the in-circle of <img title="ABC" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/3/c/0/3c01bdbb26f358bab27f267924aa2c9a03fcfdb8.gif" alt="ABC" /> is tangent to sides <img title="AB" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/0/6/d/06d945942aa26a61be18c3e22bf19bbca8dd2b5d.gif" alt="AB" /> and <img title="AC" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/b/1/f/b1fb3bec6fdb22e19a94fe4c6c4481ccba2ee9f0.gif" alt="AC" /> at <img title="D" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/5/0/c/50c9e8d5fc98727b4bbc93cf5d64a68db647f04f.gif" alt="D" /> and <img title="E" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/e/0/1/e0184adedf913b076626646d3f52c3b49c39ad6d.gif" alt="E" /> respectively, and <img title="O" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/0/8/a/08a914cde05039694ef0194d9ee79ff9a79dde33.gif" alt="O" /> is the circumcenter of <img title="BCI" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/3/4/a/34a0716cc95ab7f728308c2de29ade6be307516e.gif" alt="BCI" />. Prove that <img title="\angle ODB = \angle OEC" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/0/a/d/0ad09bd06fe1686be712b358a3ced6243137d54f.gif" alt="\angle ODB = \angle OEC" />.<br />
<img src="https://i0.wp.com/cache.artofproblemsolving.com/asyforum/3/f/7/3f79e54a66df86bfe56faefc8f467c0810e62896.png" alt="import graph; size(5.55cm); pathpen=linewidth(0.7); pointpen=black; pen fp=fontsize(10); pointfontpen=fp; real xmin=-5.76,xma..." /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/8d5c82f14970592c94d7db524b33e762c698980f4e4e48669ed5e19fd5161bd4?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">shivang1729</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/3/c/0/3c01bdbb26f358bab27f267924aa2c9a03fcfdb8.gif">
			<media:title type="html">ABC</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/0/6/d/06d945942aa26a61be18c3e22bf19bbca8dd2b5d.gif">
			<media:title type="html">AB</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/b/1/f/b1fb3bec6fdb22e19a94fe4c6c4481ccba2ee9f0.gif">
			<media:title type="html">AC</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/5/0/c/50c9e8d5fc98727b4bbc93cf5d64a68db647f04f.gif">
			<media:title type="html">D</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/e/0/1/e0184adedf913b076626646d3f52c3b49c39ad6d.gif">
			<media:title type="html">E</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/0/8/a/08a914cde05039694ef0194d9ee79ff9a79dde33.gif">
			<media:title type="html">O</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/3/4/a/34a0716cc95ab7f728308c2de29ade6be307516e.gif">
			<media:title type="html">BCI</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/0/a/d/0ad09bd06fe1686be712b358a3ced6243137d54f.gif">
			<media:title type="html">\angle ODB = \angle OEC</media:title>
		</media:content>

		<media:content medium="image" url="http://cache.artofproblemsolving.com/asyforum/3/f/7/3f79e54a66df86bfe56faefc8f467c0810e62896.png">
			<media:title type="html">import graph; size(5.55cm); pathpen=linewidth(0.7); pointpen=black; pen fp=fontsize(10); pointfontpen=fp; real xmin=-5.76,xma...</media:title>
		</media:content>
	</item>
		<item>
		<title>CGMO-2012 (China Girls Math Olympiad 2012) Problem 4</title>
		<link>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-4/</link>
					<comments>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-4/#comments</comments>
		
		<dc:creator><![CDATA[shivang1729]]></dc:creator>
		<pubDate>Sat, 18 Aug 2012 04:32:56 +0000</pubDate>
				<category><![CDATA[Problems]]></category>
		<category><![CDATA[CGMO]]></category>
		<category><![CDATA[CGMO 2012]]></category>
		<category><![CDATA[chinese girls mathematics olympiad]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[problem 4]]></category>
		<guid isPermaLink="false">http://advancemaths.wordpress.com/?p=261</guid>

					<description><![CDATA[There is a stone at each vertex of a given regular -gon, and the color of each stone is black or white. Prove that we may exchange the position of two stones such that the coloring of these stones are symmetric with respect to some symmetric axis of the -gon]]></description>
										<content:encoded><![CDATA[<p>There is a stone at each vertex of a given regular <img src="https://s0.wp.com/latex.php?latex=13&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=13&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=13&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="13" class="latex" />-gon, and the color of each stone is black or white. Prove that we may exchange the position of two stones such that the coloring of these stones are symmetric with respect to some symmetric axis of the <img src="https://s0.wp.com/latex.php?latex=13&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=13&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=13&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="13" class="latex" />-gon</p>
]]></content:encoded>
					
					<wfw:commentRss>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012-problem-4/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/8d5c82f14970592c94d7db524b33e762c698980f4e4e48669ed5e19fd5161bd4?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">shivang1729</media:title>
		</media:content>
	</item>
		<item>
		<title>CGMO-2012 (China Girls Math Olympiad 2012) Problem-3</title>
		<link>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012/</link>
					<comments>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012/#respond</comments>
		
		<dc:creator><![CDATA[shivang1729]]></dc:creator>
		<pubDate>Sat, 18 Aug 2012 04:31:35 +0000</pubDate>
				<category><![CDATA[Number theory]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[CGMO]]></category>
		<category><![CDATA[chinese girls mathematics olympiad]]></category>
		<category><![CDATA[number theory]]></category>
		<guid isPermaLink="false">http://advancemaths.wordpress.com/?p=257</guid>

					<description><![CDATA[Find all pairs  of integers satisfying: there exists an integer   such that   is divisible by  for all positive integers]]></description>
										<content:encoded><![CDATA[<p>Find all pairs <img src="https://s0.wp.com/latex.php?latex=%28a%2Cb%29&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=%28a%2Cb%29&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=%28a%2Cb%29&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="(a,b)" class="latex" /> of integers satisfying: there exists an integer  <img src="https://s0.wp.com/latex.php?latex=d+%5Cge+2&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=d+%5Cge+2&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=d+%5Cge+2&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="d &#92;ge 2" class="latex" /> such that <img src="https://s0.wp.com/latex.php?latex=a%5En+%2B+b%5En%2B1&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=a%5En+%2B+b%5En%2B1&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=a%5En+%2B+b%5En%2B1&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="a^n + b^n+1" class="latex" />  is divisible by <img src="https://s0.wp.com/latex.php?latex=d&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=d&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=d&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="d" class="latex" /> for all positive integers <img src="https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=n&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="n" class="latex" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-china-girls-math-olympiad-2012/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/8d5c82f14970592c94d7db524b33e762c698980f4e4e48669ed5e19fd5161bd4?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">shivang1729</media:title>
		</media:content>
	</item>
		<item>
		<title>CGMO 2012  (China Girls Math Olympiad 2012)- Problem 2</title>
		<link>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-problem-2-china-girls-math-olympiad-2012/</link>
					<comments>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-problem-2-china-girls-math-olympiad-2012/#comments</comments>
		
		<dc:creator><![CDATA[shivang1729]]></dc:creator>
		<pubDate>Sat, 18 Aug 2012 04:27:40 +0000</pubDate>
				<category><![CDATA[Geometry]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[CGMO 2012]]></category>
		<category><![CDATA[chinese girls mathematics olympiad]]></category>
		<category><![CDATA[geometry problems]]></category>
		<guid isPermaLink="false">http://advancemaths.wordpress.com/?p=254</guid>

					<description><![CDATA[Circles  and  are tangent to each other externally at . Points  and  are on , lines  and  are tangent to  at  and , respectively, lines  and  meet at point  Prove that (1) ; (2) .]]></description>
										<content:encoded><![CDATA[<p>Circles <img title="Q_1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/a/3/9/a3956f6af76ac1124f3412f72bd46521be2f733c.gif" alt="Q_1" /> and <img title="Q_2" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/7/b/a/7bacfe63786fba0a0a01d9620d8c0e21045df966.gif" alt="Q_2" /> are tangent to each other externally at <img title="T" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/c/2/c/c2c53d66948214258a26ca9ca845d7ac0c17f8e7.gif" alt="T" />. Points <img title="A" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/6/d/c/6dcd4ce23d88e2ee9568ba546c007c63d9131c1b.gif" alt="A" /> and <img title="E" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/e/0/1/e0184adedf913b076626646d3f52c3b49c39ad6d.gif" alt="E" /> are on <img title="Q_1" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/a/3/9/a3956f6af76ac1124f3412f72bd46521be2f733c.gif" alt="Q_1" />, lines <img title="AB" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/0/6/d/06d945942aa26a61be18c3e22bf19bbca8dd2b5d.gif" alt="AB" /> and <img title="DE" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/c/e/3/ce3e4bed2954adbf05f8edfaf1a4c0cc0cea70e9.gif" alt="DE" /> are tangent to <img title="Q_2" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/7/b/a/7bacfe63786fba0a0a01d9620d8c0e21045df966.gif" alt="Q_2" /> at <img title="B" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/a/e/4/ae4f281df5a5d0ff3cad6371f76d5c29b6d953ec.gif" alt="B" /> and <img title="D" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/5/0/c/50c9e8d5fc98727b4bbc93cf5d64a68db647f04f.gif" alt="D" />, respectively, lines <img title="AE" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/c/1/e/c1e94b2615a2d560afd200d391867a6340c9c871.gif" alt="AE" /> and <img title="BD" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/0/f/4/0f4d56d1e20778bf2e1052ecb3219509238fb660.gif" alt="BD" /> meet at point <img title="P" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/5/1/1/511993d3c99719e38a6779073019dacd7178ddb9.gif" alt="P" /><br />
Prove that</p>
<p>(1) <img title="\frac{AB}{AT}=\frac{ED}{ET}" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/f/d/9/fd966cfa2e613a18a7829e5cdc8a00286bfa4ba3.gif" alt="\frac{AB}{AT}=\frac{ED}{ET}" />;<br />
(2) <img title="\angle ATP + \angle ETP = 180^{\circ}" src="https://i0.wp.com/data.artofproblemsolving.com/images/latex/7/c/1/7c1941a58633e9dbaef2586ef662046ce491ba5c.gif" alt="\angle ATP + \angle ETP = 180^{\circ}" />.<br />
<img src="https://i0.wp.com/cache.artofproblemsolving.com/asyforum/5/d/f/5dff55463d9064c60a1c2329e230d87a599e11f7.png" alt="import graph; size(5.97cm); real lsf=0.5; pathpen=linewidth(0.7); pointpen=black; pen fp=fontsize(10); pointfontpen=fp; real ..." /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-problem-2-china-girls-math-olympiad-2012/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/8d5c82f14970592c94d7db524b33e762c698980f4e4e48669ed5e19fd5161bd4?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">shivang1729</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/a/3/9/a3956f6af76ac1124f3412f72bd46521be2f733c.gif">
			<media:title type="html">Q_1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/7/b/a/7bacfe63786fba0a0a01d9620d8c0e21045df966.gif">
			<media:title type="html">Q_2</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/c/2/c/c2c53d66948214258a26ca9ca845d7ac0c17f8e7.gif">
			<media:title type="html">T</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/6/d/c/6dcd4ce23d88e2ee9568ba546c007c63d9131c1b.gif">
			<media:title type="html">A</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/e/0/1/e0184adedf913b076626646d3f52c3b49c39ad6d.gif">
			<media:title type="html">E</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/a/3/9/a3956f6af76ac1124f3412f72bd46521be2f733c.gif">
			<media:title type="html">Q_1</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/0/6/d/06d945942aa26a61be18c3e22bf19bbca8dd2b5d.gif">
			<media:title type="html">AB</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/c/e/3/ce3e4bed2954adbf05f8edfaf1a4c0cc0cea70e9.gif">
			<media:title type="html">DE</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/7/b/a/7bacfe63786fba0a0a01d9620d8c0e21045df966.gif">
			<media:title type="html">Q_2</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/a/e/4/ae4f281df5a5d0ff3cad6371f76d5c29b6d953ec.gif">
			<media:title type="html">B</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/5/0/c/50c9e8d5fc98727b4bbc93cf5d64a68db647f04f.gif">
			<media:title type="html">D</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/c/1/e/c1e94b2615a2d560afd200d391867a6340c9c871.gif">
			<media:title type="html">AE</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/0/f/4/0f4d56d1e20778bf2e1052ecb3219509238fb660.gif">
			<media:title type="html">BD</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/5/1/1/511993d3c99719e38a6779073019dacd7178ddb9.gif">
			<media:title type="html">P</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/f/d/9/fd966cfa2e613a18a7829e5cdc8a00286bfa4ba3.gif">
			<media:title type="html">\frac{AB}{AT}=\frac{ED}{ET}</media:title>
		</media:content>

		<media:content medium="image" url="http://data.artofproblemsolving.com/images/latex/7/c/1/7c1941a58633e9dbaef2586ef662046ce491ba5c.gif">
			<media:title type="html">\angle ATP + \angle ETP = 180^{\circ}</media:title>
		</media:content>

		<media:content medium="image" url="http://cache.artofproblemsolving.com/asyforum/5/d/f/5dff55463d9064c60a1c2329e230d87a599e11f7.png">
			<media:title type="html">import graph; size(5.97cm); real lsf=0.5; pathpen=linewidth(0.7); pointpen=black; pen fp=fontsize(10); pointfontpen=fp; real ...</media:title>
		</media:content>
	</item>
		<item>
		<title>CGMO 2012 (China Girls Math Olympiad 2012) Problem 1</title>
		<link>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-problem-1/</link>
					<comments>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-problem-1/#respond</comments>
		
		<dc:creator><![CDATA[shivang1729]]></dc:creator>
		<pubDate>Sat, 18 Aug 2012 04:23:22 +0000</pubDate>
				<category><![CDATA[inequalities]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[CGMO]]></category>
		<category><![CDATA[CGMO 2012]]></category>
		<category><![CDATA[chinese girls mathematics olympiad]]></category>
		<category><![CDATA[non-negative real numbers]]></category>
		<guid isPermaLink="false">http://advancemaths.wordpress.com/?p=244</guid>

					<description><![CDATA[Let   be non-negative real numbers. Prove that                                                                          ]]></description>
										<content:encoded><![CDATA[<p>Let  <img src="https://s0.wp.com/latex.php?latex=a_%7B1%7D%2C+a_%7B2%7D%2C%5Cldots%2C+a_%7Bn%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=a_%7B1%7D%2C+a_%7B2%7D%2C%5Cldots%2C+a_%7Bn%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=a_%7B1%7D%2C+a_%7B2%7D%2C%5Cldots%2C+a_%7Bn%7D&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="a_{1}, a_{2},&#92;ldots, a_{n}" class="latex" /> be non-negative real numbers. Prove that                                                                          <img src="https://s0.wp.com/latex.php?latex=%5CLARGE+%5Cfrac%7B1%7D%7B1%2Ba_%7B1%7D%7D%2B%5Cfrac%7B+a_%7B1%7D%7D%7B%281%2Ba_%7B1%7D%29%281%2Ba_%7B2%7D%29%7D%2B%5Cfrac%7B+a_%7B1%7Da_%7B2%7D%7D%7B%281%2Ba_%7B1%7D%29%281%2Ba_%7B2%7D%29%281%2Ba_%7B3%7D%29%7D%5Ccdots%2B%5Cfrac%7B+a_%7B1%7Da_%7B2%7D%5Ccdots+a_%7Bn-1%7D%7D%7B%281%2Ba_%7B1%7D%29%281%2Ba_%7B2%7D%29%5Ccdots+%281%2Ba_%7Bn%7D%29%7D%5Cle+1.&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002" srcset="https://s0.wp.com/latex.php?latex=%5CLARGE+%5Cfrac%7B1%7D%7B1%2Ba_%7B1%7D%7D%2B%5Cfrac%7B+a_%7B1%7D%7D%7B%281%2Ba_%7B1%7D%29%281%2Ba_%7B2%7D%29%7D%2B%5Cfrac%7B+a_%7B1%7Da_%7B2%7D%7D%7B%281%2Ba_%7B1%7D%29%281%2Ba_%7B2%7D%29%281%2Ba_%7B3%7D%29%7D%5Ccdots%2B%5Cfrac%7B+a_%7B1%7Da_%7B2%7D%5Ccdots+a_%7Bn-1%7D%7D%7B%281%2Ba_%7B1%7D%29%281%2Ba_%7B2%7D%29%5Ccdots+%281%2Ba_%7Bn%7D%29%7D%5Cle+1.&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002 1x, https://s0.wp.com/latex.php?latex=%5CLARGE+%5Cfrac%7B1%7D%7B1%2Ba_%7B1%7D%7D%2B%5Cfrac%7B+a_%7B1%7D%7D%7B%281%2Ba_%7B1%7D%29%281%2Ba_%7B2%7D%29%7D%2B%5Cfrac%7B+a_%7B1%7Da_%7B2%7D%7D%7B%281%2Ba_%7B1%7D%29%281%2Ba_%7B2%7D%29%281%2Ba_%7B3%7D%29%7D%5Ccdots%2B%5Cfrac%7B+a_%7B1%7Da_%7B2%7D%5Ccdots+a_%7Bn-1%7D%7D%7B%281%2Ba_%7B1%7D%29%281%2Ba_%7B2%7D%29%5Ccdots+%281%2Ba_%7Bn%7D%29%7D%5Cle+1.&#038;bg=ffffff&#038;fg=4e4e4e&#038;s=0&#038;c=20201002&#038;zoom=4.5 4x" alt="&#92;LARGE &#92;frac{1}{1+a_{1}}+&#92;frac{ a_{1}}{(1+a_{1})(1+a_{2})}+&#92;frac{ a_{1}a_{2}}{(1+a_{1})(1+a_{2})(1+a_{3})}&#92;cdots+&#92;frac{ a_{1}a_{2}&#92;cdots a_{n-1}}{(1+a_{1})(1+a_{2})&#92;cdots (1+a_{n})}&#92;le 1." class="latex" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://advancemaths.wordpress.com/2012/08/18/cgmo-2012-problem-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content medium="image" url="https://2.gravatar.com/avatar/8d5c82f14970592c94d7db524b33e762c698980f4e4e48669ed5e19fd5161bd4?s=96&amp;d=wavatar&amp;r=G">
			<media:title type="html">shivang1729</media:title>
		</media:content>
	</item>
	</channel>
</rss>