{"id":547,"date":"2013-09-16T18:31:35","date_gmt":"2013-09-17T00:31:35","guid":{"rendered":"http:\/\/blog.the-erm.com\/?p=547"},"modified":"2013-09-16T18:36:30","modified_gmt":"2013-09-17T00:36:30","slug":"prime-factorization","status":"publish","type":"post","link":"https:\/\/blog.the-erm.com\/?p=547","title":{"rendered":"prime factorization"},"content":{"rendered":"<p>Today I learned an easy way to do prime factors from my son.  We were working on his homework.  We&#8217;ll build a prime factor tree to accomplish this.  I know a lot of you already know this stuff, but I don&#8217;t think I learned it in school, and if I did. I have forgotten it.<\/p>\n<p>In case you don&#8217;t know what a prime number is, it&#8217;s a number that can&#8217;t be divided into any other number and get a 0 remainder.<\/p>\n<p>I believe prime numbers up to 13 are.<br \/>\n0, 1, 2, 3, 5, 7, 9, 11, 13<\/p>\n<p>However we aren&#8217;t going to use the first 2 because 0 and 1 can be divided into anything.  We&#8217;re trying to find the primes from 2 to 13.<\/p>\n<p>Pick a number any number any number.<\/p>\n<pre>\r\n  80\r\n \/  \\\r\n8   10\r\n<\/pre>\n<p>8&#215;10 = 80<\/p>\n<pre>\r\n     80\r\n    \/  \\\r\n   8    \\\r\n  \/ \\    \\\r\n[2]   4   \\\r\n          10\r\n<\/pre>\n<p>2 x 4 = 8<br \/>\nWe&#8217;ve found our first prime which is 2.<\/p>\n<pre>\r\n     80\r\n    \/  \\\r\n   8    \\\r\n  \/ \\    \\\r\n[2]   4   \\\r\n     \/ \\   \\\r\n   [2] [2] 10\r\n<\/pre>\n<p>We&#8217;ve now found our next prime numbers because 2 x 2 = 4<br \/>\nSo far our lowest prime numbers are 2 x 2 x 2 = 8 <\/p>\n<pre>\r\n     80\r\n    \/  \\\r\n   8    \\\r\n  \/ \\    \\\r\n[2]   4   \\\r\n     \/ \\   \\\r\n   [2] [2] 10\r\n          \/  \\\r\n        [2]  [5]\r\n<\/pre>\n<p>We have now found our last 2 prime numbers 2 and 5.<\/p>\n<p>So in the end our prime factorization is: 2 x 2 x 2 x 2 x 5 = 80<\/p>\n<p>I&#8217;m so glad my son is teaching me math.  This is fun stuff.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today I learned an easy way to do prime factors from my son. We were working on his homework. We&#8217;ll build a prime factor tree to accomplish this. I know a lot of you already know this stuff, but I don&#8217;t think I learned it in school, and if I did. I have forgotten it. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[111],"tags":[],"class_list":["post-547","post","type-post","status-publish","format-standard","hentry","category-homework"],"_links":{"self":[{"href":"https:\/\/blog.the-erm.com\/index.php?rest_route=\/wp\/v2\/posts\/547","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.the-erm.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.the-erm.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.the-erm.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.the-erm.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=547"}],"version-history":[{"count":4,"href":"https:\/\/blog.the-erm.com\/index.php?rest_route=\/wp\/v2\/posts\/547\/revisions"}],"predecessor-version":[{"id":551,"href":"https:\/\/blog.the-erm.com\/index.php?rest_route=\/wp\/v2\/posts\/547\/revisions\/551"}],"wp:attachment":[{"href":"https:\/\/blog.the-erm.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=547"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.the-erm.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=547"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.the-erm.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=547"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}