<?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/"
	>

<channel>
	<title>SearchMarked.com &#187; Math</title>
	<atom:link href="http://www.searchmarked.com/category/math/feed" rel="self" type="application/rss+xml" />
	<link>http://www.searchmarked.com</link>
	<description>I search, I bookmark, I write, You learn.</description>
	<lastBuildDate>Wed, 14 Oct 2009 12:56:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to convert from base 10 another base using Google</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-another-base-using-google.php</link>
		<comments>http://www.searchmarked.com/math/how-to-convert-from-base-10-another-base-using-google.php#comments</comments>
		<pubDate>Mon, 30 Jun 2008 05:26:39 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Google Tricks]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/?p=64</guid>
		<description><![CDATA[Google Query: convert from base 10 to base 16 using google
If you had read my post on how to do base conversions, you should now be a master of base conversions   . Now that you are a master you should be able to use shortcuts when necessary right? Well, I know that google [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to convert from base 10 another base using Google", url: "http://www.searchmarked.com/math/how-to-convert-from-base-10-another-base-using-google.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Google Query: convert from base 10 to base 16 using google</strong></p>
<p>If you had read my <a href="http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php" >post on how to do base conversions</a>, you should now be a master of base conversions <img src='http://www.searchmarked.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . Now that you are a master you should be able to use shortcuts when necessary right? Well, I know that google can convert from base 10 to some of the more common bases like 2, 8, and 16 and vice-versa. I just forgot the syntax so I did some googling and found a <a href="http://www.mattcutts.com/blog/easy-tip-to-convert-hex-to-decimal/" onclick="javascript:urchinTracker ('/outbound/article/www.mattcutts.com');">great post from a Google employee, (Matt Cutts)</a> on how to do this. Thanks Matt!</p>
<p>Basically you can do the following in the search box at <a href="http://www.google.com" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');">Google.com</a> &#8230;</p>
<p>For example, to convert 128 (base-10) into other bases:<br />
Decimal to Binary-</p>
<p><code>128 in binary</code></p>
<p>Binary (you must use the 0b prefix) to Decimal</p>
<p><code>0b10000000 in decimal</code></p>
<p>Decimal to Octal</p>
<p><code>128 in octal</code></p>
<p>Octal (you must use the 0o prefix) to Decimal</p>
<p><code>0o200 in decimal</code></p>
<p>Decimal to Hexadecimal</p>
<p><code>128 in hex</code></p>
<p>Hexadecimal (you must use the 0x prefix) to Decimal</p>
<p><code>0x80 in decimal</code></p>
<p>You can also use these same techniques to convert from the other bases(2,8,16) to any other base that Google supports (2,8,16). The Google calculator is an amazing thing. It even knows the answer to:</p>
<p><a href="http://www.google.com/search?hl=en&amp;q=the+answer+to+life+the+universe+and+everything&amp;btnG=Google+Search" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');">the answer to life the universe and everything</a></p>
<p>That&#8217;s it! Happy Google converting!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Google" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');">Google</a>, <a href="http://technorati.com/tag/Math" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Math</a>, <a href="http://technorati.com/tag/Base+Conversion" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Base Conversion</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=How+to+convert+from+base+10+another+base+using+Google&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fmath%2Fhow-to-convert-from-base-10-another-base-using-google.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/math/how-to-convert-from-base-10-another-base-using-google.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decimal fraction to Base 16 conversion problem</title>
		<link>http://www.searchmarked.com/math/decimal-fraction-to-base-16-conversion-problem.php</link>
		<comments>http://www.searchmarked.com/math/decimal-fraction-to-base-16-conversion-problem.php#comments</comments>
		<pubDate>Fri, 15 Feb 2008 19:30:17 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[Base Conversion]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/math/decimal-fraction-to-base-16-conversion-problem.php</guid>
		<description><![CDATA[Recently a reader (Omar) left some comments on my post about base conversion involving a fraction. I will attempt to help him out in this post. This may clear up some problems for any other folks that may be having base conversion trouble.
Omar writes:
&#8220;Convert the following number to from decimal to hexadecimal,  stop at [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Decimal fraction to Base 16 conversion problem", url: "http://www.searchmarked.com/math/decimal-fraction-to-base-16-conversion-problem.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Recently a reader (Omar) left some comments on my post about base conversion involving a fraction. I will attempt to help him out in this post. This may clear up some problems for any other folks that may be having base conversion trouble.</p>
<p>Omar writes:</p>
<blockquote><p>&#8220;Convert the following number to from decimal to hexadecimal,  stop at 4 decimal points<br />
a.	0.6640625<br />
b.	0.3333<br />
c.	69/256&#8243;</p></blockquote>
<p>When dealing with floating point numbers or fractions, I find it best to use the multiplication method to figure out the conversion. The method outlined below will work for any conversion from a decimal fraction to another base. I will use Part a. as an example.</p>
<p>-First, multiply the original base 10 number (0.6640625) by the base you are trying to convert to.<br />
<code>0.6640625 * 16 = 10.62500</code></p>
<p>-&#8221;10&#8243; is one digit in the base 16 conversion. However, we know there is no digit &#8220;10&#8243; in base 16. We change this to &#8220;A&#8221; (0,1,2,3,4,5,6,7,8,9,<strong>A</strong>,B,C,D,E,F) Write down &#8220;A&#8221; for one of the base 16 digits.</p>
<p>-Next, take the remainder from the first product (0.62500) and multiply it by your goal base again.<br />
<code>0.62500 * 16 = 10</code></p>
<p>-It looks like &#8220;10&#8243; is the other digit in the base 16 conversion. We know what to do with this. Write down &#8220;A&#8221; for the other base 16 digit.</p>
<p>-If we had another remainder we would keep going with the same pattern of (remainder * 16). However, the last remainder came out to an even &#8220;10&#8243; or &#8220;A&#8221;.</p>
<p>-Now to represent the answer take the bottom hex digit and work your way back up to the first digit you converted and write it like so.<br />
<code>0.6640625 in Hexadecimal = 0.AA</code></p>
<p>That&#8217;s it! You can now convert from a fraction to any other base using the same method. Don&#8217;t forget to keep your decimal point when writing the final result. I will be helping Omar with some of his other problems in future posts. Happy Base Converting!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Hexadecimal" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');">Hexadecimal</a>, <a href="http://technorati.com/tag/Base+Conversion" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Base Conversion</a>, <a href="http://technorati.com/tag/Fraction+Base+Conversion" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Fraction Base Conversion</a>, <a href="http://technorati.com/tag/Math" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Math</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=Decimal+fraction+to+Base+16+conversion+problem&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fmath%2Fdecimal-fraction-to-base-16-conversion-problem.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/math/decimal-fraction-to-base-16-conversion-problem.php/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to convert from base-10 (decimal) to any other base</title>
		<link>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php</link>
		<comments>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php#comments</comments>
		<pubDate>Wed, 12 Dec 2007 04:22:17 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[Base Conversion]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php</guid>
		<description><![CDATA[

   var AdBrite_Title_Color = 'FFFFFF';
   var AdBrite_Text_Color = '000000';
   var AdBrite_Background_Color = '000000';
   var AdBrite_Border_Color = '2D8930';
   var AdBrite_URL_Color = '008000';


Your Ad Here

Searchmarked.com Tip
A friend of mine just recently decided to go back to college after being out of school for a while. Tonight, I [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to convert from base-10 (decimal) to any other base", url: "http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: left;"><!-- Begin: AdBrite --><br />
<script type="text/javascript">
   var AdBrite_Title_Color = 'FFFFFF';
   var AdBrite_Text_Color = '000000';
   var AdBrite_Background_Color = '000000';
   var AdBrite_Border_Color = '2D8930';
   var AdBrite_URL_Color = '008000';
</script><br />
<script src="http://ads.adbrite.com/mb/text_group.php?sid=745476&#038;zs=3330305f323530" type="text/javascript"></script></p>
<div><a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=745476&#038;afsid=1"target="_top"  style="font-weight:bold;font-family:Arial;font-size:13px;" onclick="javascript:urchinTracker ('/outbound/article/www.adbrite.com');">Your Ad Here</a></div>
<p><!-- End: AdBrite --></div>
<p><strong>Searchmarked.com Tip</strong></p>
<p>A friend of mine just recently decided to go back to college after being out of school for a while. Tonight, I helped her with a math operation that she had been struggling with. She needs to convert from Base-10 (decimal) to another base (base-3, base-5, base-6, etc.). She had all but given up on the subject after several attempts to get her teacher to help her. She is an intelligent person, but math is one of those subjects that you need to practice and find that AH-HA! moment. Her teacher was not helping her down the path to her AH-HA! moment with base conversion, so I decided that I would work with her over the phone until she reached the AH-HA!</p>
<p>After showing her the method that I am going to call the &#8220;<strong>Base Chart, Breakdown Method</strong>&#8220;, she finally had her AH-HA! moment and can now do base conversions in her sleep. I figured I would share the method so that, one day, if your life depended on it, you could convert 83 to Base-5.</p>
<p>First, a quick primer on what the 5 in Base-5 means:</p>
<p>In Base-10 the counting system uses 1&#8217;s, 10&#8217;s, 100&#8217;s, 1000&#8217;s and so on. This is represented by:</p>
<ul>
<li>10^0 (The ones place)</li>
<li>10^1 (The tens place)</li>
<li>10^2 (The one-hundreds place)</li>
<li>10^3 (the one-thousands place)</li>
<li>And so on&#8230;</li>
</ul>
<p>For a different base, such as Base-5, this is no different. You have the 1&#8217;s, 5&#8217;s, 25&#8217;s, 125&#8217;s, and so on. This is represented by:</p>
<ul>
<li>5^0 (The ones place)</li>
<li>5^1 (The fives place)</li>
<li>5^2 (The twenty-fives place)</li>
<li>5^3 (The one-hundred-twenty-fives place)</li>
<li>And so on&#8230;</li>
</ul>
<p>This is true for any different base system.</p>
<p>So, how do we solve a base conversion problem? The best way to learn is to do. So let&#8217;s do one.</p>
<p>-Convert 83 (Base-10) to Base-5.</p>
<p>-Start by writing a <strong>Base Chart</strong> for the base you are trying to convert (this will be used later in the problem). The chart will look like the one below:</p>
<p><u>|5^3|5^2              |5^1|5^0|</u><br />
|                   |                   |                   |       |</p>
<p>Which can be also represented by solving the 5^0, 5^1, 5^2, and 5^3 like the chart below:</p>
<p><u>|125|25              |5  |1  |</u><br />
|                |             |   |        |</p>
<p>Save this &#8220;Base Chart&#8221; for later use. Notice, that I filled in the chart until I had a number that was greater than the Base-10 number that I am trying to convert. In this case 125 is greater than 83.</p>
<p>Back to the problem. We said we wanted to convert 83 (base-10) to Base-5. Now comes the <strong>Breakdown </strong>part.</p>
<p>-How many times does 5 go into 83?</p>
<ul>
<li>83/5=16.6 (drop the .6)</li>
<li>5 goes into 83, 16 times, or 16 sets of 5&#8217;s</li>
<li>16&#215;5=80 and 83-80=3 so we have 16 (fives) and 3 (ones)</li>
<li>Write that down</li>
</ul>
<p>-Since we know that the only possible digits for Base-5 are 0, 1, 2, 3, and 4 (5 digits, hence Base-5), we also know that we cannot have 16 sets of 5&#8217;s. We have to keep <strong>Breakin&#8217; It Down</strong>. Each time you <strong>Breakdown</strong>, you move up a place in the <strong>Base Chart</strong>.</p>
<ul>
<li>16/5=3</li>
<li>5 goes into 16, 3 times, or 3 sets of 25&#8217;s (since we are now into the 25&#8217;s place in the Base Chart).</li>
<li>3&#215;5=15 and 16-15=1 so we have 3 (twenty-fives) and 1 (five)</li>
<li>Write that down.</li>
</ul>
<p>By now you should have the following written down:</p>
<ul>
<li>16 (fives) and 3 (ones)</li>
<li>3 (twenty-fives) and 1 (five)</li>
</ul>
<p>Take all the numbers below the Base digits (below 5 in this case) and write down what you have in order from highest to lowest place. This would mean you cannot write down 16 (fives). You should end up with this:</p>
<ul>
<li>3 (twenty-fives), 1 (five), and 3 (ones)</li>
</ul>
<p>Now, remember that <strong>Base Chart</strong> we set aside for later use? Fill in the numbers that you have come up with in the appropriate slots in the base chart. It would look like the chart below.</p>
<p><u>|125|25              |5  | 1  |</u><br />
|                | <strong>3</strong>    | <strong>1</strong>| <strong>3</strong> |</p>
<p>It turns out that we didn&#8217;t need the 125&#8217;s place after all. Now, reading from left to right, the answer to our original question is:</p>
<p>83 (Base-10) converted to Base-5 is 313.</p>
<ul>
<li>83 (Base-10) = 313 (Base-5)</li>
</ul>
<p>You can convert from Base-5 back to Base-10 by using the Base Chart. If the problem had been reversed and you were given 313 (Base-5) and you needed to convert it to Base-10, you would just fill in the Base Chart, multiply the number on the bottom by the place number, and add the products.</p>
<p><u>|125|25              |5  |1  |</u><br />
|                | <strong>3</strong>    | <strong>1</strong>| <strong>3</strong>|</p>
<ul>
<li><strong>3</strong>x25=75</li>
<li><strong>1</strong>x5=5</li>
<li><strong>3</strong>x1=3</li>
<li>75+5+3=<strong>83</strong></li>
</ul>
<p>This is also a good way to check and see if your Base-10 to Base-5 conversion is correct.</p>
<p>I hope this post helped you achieve your AH-HA! moment with Base Conversion problems. This method can be used to convert Base-10 to any Base. It&#8217;s just a matter of following these steps:</p>
<ul>
<li>Create the <strong>Base Chart </strong>so that it goes out to a place that is greater than the Base-10 number you are trying to convert.</li>
<li><strong>Breakdown</strong> the Base-10 number into legal groups of your target Base number places.</li>
<li>Write the number of groups into the appropriate places in the <strong>Base Chart</strong>.</li>
</ul>
<p>If you are having trouble with this method, please let me know in the comments section below. A special thanks to Denise for letting me teach her the &#8220;<strong>Base Chart, Breakdown Method.&#8221;</strong> I&#8217;m sure you will ace that exam!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Math" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');">Math</a>, <a href="http://technorati.com/tag/Base+Conversion" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Base Conversion</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=How+to+convert+from+base-10+%28decimal%29+to+any+other+base&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fmath%2Fhow-to-convert-from-base-10-decimal-to-any-other-base.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/math/how-to-convert-from-base-10-decimal-to-any-other-base.php/feed</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
	</channel>
</rss>
