<?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: How to convert from base-10 (decimal) to any other base</title>
	<atom:link href="http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php</link>
	<description>I search, I bookmark, I write, You learn.</description>
	<lastBuildDate>Tue, 13 Dec 2011 08:27:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Quinn Del Val</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/comment-page-3#comment-1459</link>
		<dc:creator>Quinn Del Val</dc:creator>
		<pubDate>Fri, 18 Nov 2011 03:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php#comment-1459</guid>
		<description>Wow this was really helpful. My math teacher is pretty smart but not and I got in in class but looking over my notes I had no idea what was going on! I have a big test tomorrow and this really helped me understand the concept. Thanks!</description>
		<content:encoded><![CDATA[<p>Wow this was really helpful. My math teacher is pretty smart but not and I got in in class but looking over my notes I had no idea what was going on! I have a big test tomorrow and this really helped me understand the concept. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katie</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/comment-page-2#comment-1457</link>
		<dc:creator>Katie</dc:creator>
		<pubDate>Thu, 17 Nov 2011 07:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php#comment-1457</guid>
		<description>Hey everyone, So I recently discovered a very easy/clean way to convert bases. 

So lets just go ahead and do 22 to base 4

1.) Make a base 10 chart ( not neccesary but it helps visualize the numbers more accuratley) Let * mean to the power of 

10*2--10*1--10*0
100       10     1
             2      2

2.)Make a Base 4 Chart (Note that you only have to find base 4 factors up to 22...for instance finding the value for 4*6=4096 is a waste of time as you wont be using that number for anything)

4*3--4*2--4*1--4*0
64     16     4      1

now you are going to divide.

3.) Start with 64...how many times does 64 go into 22...none so place a zero to hold the palce value.

4*3--4*2--4*1--4*0
64     16     4      1
0

4.)Now how many 16&#039;s can go into 22? 1. so place a one 

4*3--4*2--4*1--4*0
64     16     4      1
0       1

22-16=6 now instead of finding factors that go into 22, you must find the factors that go into 6. 

5.) How many 4&#039;s go into 6? 1!! place a one 

4*3--4*2--4*1--4*0
64     16     4      1
0       1       1

Now subtract to get your last value. 6-4=2

6.) 4*3--4*2--4*1--4*0
64     16     4      1
0       1       1      2

7.) AWNSER!!!!! 112 in base 4


I hope this helped everyone as much as it has helped me!! Once you get the hang of it it takes only a few minutes to solve.</description>
		<content:encoded><![CDATA[<p>Hey everyone, So I recently discovered a very easy/clean way to convert bases. </p>
<p>So lets just go ahead and do 22 to base 4</p>
<p>1.) Make a base 10 chart ( not neccesary but it helps visualize the numbers more accuratley) Let * mean to the power of </p>
<p>10*2&#8211;10*1&#8211;10*0<br />
100       10     1<br />
             2      2</p>
<p>2.)Make a Base 4 Chart (Note that you only have to find base 4 factors up to 22&#8230;for instance finding the value for 4*6=4096 is a waste of time as you wont be using that number for anything)</p>
<p>4*3&#8211;4*2&#8211;4*1&#8211;4*0<br />
64     16     4      1</p>
<p>now you are going to divide.</p>
<p>3.) Start with 64&#8230;how many times does 64 go into 22&#8230;none so place a zero to hold the palce value.</p>
<p>4*3&#8211;4*2&#8211;4*1&#8211;4*0<br />
64     16     4      1<br />
0</p>
<p>4.)Now how many 16&#8217;s can go into 22? 1. so place a one </p>
<p>4*3&#8211;4*2&#8211;4*1&#8211;4*0<br />
64     16     4      1<br />
0       1</p>
<p>22-16=6 now instead of finding factors that go into 22, you must find the factors that go into 6. </p>
<p>5.) How many 4&#8217;s go into 6? 1!! place a one </p>
<p>4*3&#8211;4*2&#8211;4*1&#8211;4*0<br />
64     16     4      1<br />
0       1       1</p>
<p>Now subtract to get your last value. 6-4=2</p>
<p>6.) 4*3&#8211;4*2&#8211;4*1&#8211;4*0<br />
64     16     4      1<br />
0       1       1      2</p>
<p>7.) AWNSER!!!!! 112 in base 4</p>
<p>I hope this helped everyone as much as it has helped me!! Once you get the hang of it it takes only a few minutes to solve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Durre</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/comment-page-2#comment-1456</link>
		<dc:creator>Durre</dc:creator>
		<pubDate>Thu, 17 Nov 2011 00:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php#comment-1456</guid>
		<description>wat is the decimal form of 16/5</description>
		<content:encoded><![CDATA[<p>wat is the decimal form of 16/5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amelia</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/comment-page-2#comment-1446</link>
		<dc:creator>Amelia</dc:creator>
		<pubDate>Mon, 10 Oct 2011 15:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php#comment-1446</guid>
		<description>why does base twelve use 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, T, E these symbols. Whats up with T and E ?</description>
		<content:encoded><![CDATA[<p>why does base twelve use 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, T, E these symbols. Whats up with T and E ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamutungye</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/comment-page-2#comment-1445</link>
		<dc:creator>Kamutungye</dc:creator>
		<pubDate>Sun, 09 Oct 2011 21:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php#comment-1445</guid>
		<description>oohh... yes everything is right here,</description>
		<content:encoded><![CDATA[<p>oohh&#8230; yes everything is right here,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASHWINI DAMODAR</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/comment-page-2#comment-1440</link>
		<dc:creator>ASHWINI DAMODAR</dc:creator>
		<pubDate>Mon, 26 Sep 2011 07:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php#comment-1440</guid>
		<description>HEY THANKS A LOT! I WAS TRYING TO LEARN BASE 10 CONVERSION FOR SO LONG, IN BOOKS THEY DIDN XPLAIN AS PROPERLY AS U DID HERE!! THANKS A LOT! YOUR ARTICAL IS VERY EASLIY UNDERSTANDABLE, U SHOLD WRITE A BOOK OR SOMTIN :) :)</description>
		<content:encoded><![CDATA[<p>HEY THANKS A LOT! I WAS TRYING TO LEARN BASE 10 CONVERSION FOR SO LONG, IN BOOKS THEY DIDN XPLAIN AS PROPERLY AS U DID HERE!! THANKS A LOT! YOUR ARTICAL IS VERY EASLIY UNDERSTANDABLE, U SHOLD WRITE A BOOK OR SOMTIN <img src='http://www.searchmarked.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://www.searchmarked.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/comment-page-2#comment-1439</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 24 Sep 2011 16:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php#comment-1439</guid>
		<description>I will love to get more helps from u.</description>
		<content:encoded><![CDATA[<p>I will love to get more helps from u.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnguackmbl</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/comment-page-2#comment-1432</link>
		<dc:creator>johnguackmbl</dc:creator>
		<pubDate>Fri, 02 Sep 2011 03:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php#comment-1432</guid>
		<description>How would you do this problem?
5/8 in BASE-10 --&gt; ________ in BASE-2</description>
		<content:encoded><![CDATA[<p>How would you do this problem?<br />
5/8 in BASE-10 &#8211;&gt; ________ in BASE-2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tani</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/comment-page-2#comment-1425</link>
		<dc:creator>Tani</dc:creator>
		<pubDate>Fri, 19 Aug 2011 07:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php#comment-1425</guid>
		<description>Can u pls work on this. Convert 356 base 5 to base ten, then back to base 5. Can&#039;t seem 2 get d same answer.</description>
		<content:encoded><![CDATA[<p>Can u pls work on this. Convert 356 base 5 to base ten, then back to base 5. Can&#8217;t seem 2 get d same answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allie</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/comment-page-2#comment-1421</link>
		<dc:creator>allie</dc:creator>
		<pubDate>Sun, 07 Aug 2011 11:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php#comment-1421</guid>
		<description>Hi I need help with this question: 
Explain why a number is even if and only if it has an even number of 1s when it is written in base 3?
Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi I need help with this question:<br />
Explain why a number is even if and only if it has an even number of 1s when it is written in base 3?<br />
Thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

