{"id":2964,"date":"2012-04-24T09:22:32","date_gmt":"2012-04-24T13:22:32","guid":{"rendered":"http:\/\/spinor.info\/weblog\/?p=2964"},"modified":"2012-04-24T09:22:32","modified_gmt":"2012-04-24T13:22:32","slug":"2-x-2-5","status":"publish","type":"post","link":"https:\/\/spinor.info\/weblog\/?p=2964","title":{"rendered":"2 x 2 = 5"},"content":{"rendered":"<p>I was having a discussion with a lawyer friend of mine. I was trying to illustrate the difference between the advocating done by lawyers and the scientist&#8217;s unbiased (or at least, not intentionally biased) search for the truth. One is about cherry-picking facts and arguments to prove a preconceived notion; the other about trying to understand the world around us.<\/p>\n<p>I told him that anything and the opposite of anything can be proven by cherry-picking facts. Then it occurred to me that it is true even in math. For instance, by cherry-picking facts, I can easily prove that \\(2\\times 2=5\\). Let&#8217;s start with three variables, \\(a\\), \\(b\\) and \\(c\\), for which it is true that \\(a=b+c\\). Then, multiplying by 5 gives<\/p>\n<p>$$5a=5b+5c.$$<\/p>\n<p>Multiplying by 4 and switching the two sides gives<\/p>\n<p>$$4b+4c=4a.$$<\/p>\n<p>Adding these two equations together, we get<\/p>\n<p>$$5a+4b+4c=4a+5b+5c.$$<\/p>\n<p>Subtracting \\(9a\\) from both sides, we obtain<\/p>\n<p>$$4b+4c-4a=5b+5c-5a,$$<\/p>\n<p>or<\/p>\n<p>$$4(b+c-a)=5(b+c-a).$$<\/p>\n<p>Dividing both sides by \\(b+c-a\\) gives the final result:<\/p>\n<p>$$4=5.$$<\/p>\n<p>And no, I did not make some simple mistake in my derivation. In fact, I can use computer algebra to obtain the same result, and computers surely don&#8217;t lie. Here it is, with Maxima:<\/p>\n<pre style=\"padding-left: 30px;\">(%i1) eq1:5*a=5*b+5*c$\r\n(%i2) eq2:4*b+4*c=4*a$\r\n(%i3) eq3:eq1+eq2$\r\n(%i4) eq4:eq3-9*a$\r\n(%i5) eq5:factor(eq4)$\r\n(%i6) eq6:eq5\/(b+c-a);\r\n(%o6)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 4 = 5<\/pre>\n<p>All I had to do to make this happen was to ignore an inconvenient little fact, which is precisely what lawyers (not to mention politicians) do all the time. Surely, if I can prove that \\(2\\times 2=5\\), I can prove anything. So can lawyers and they know it.<\/p>\n<fb:like href='https:\/\/spinor.info\/weblog\/?p=2964' send='true' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida grande'><\/fb:like>","protected":false},"excerpt":{"rendered":"<p>I was having a discussion with a lawyer friend of mine. I was trying to illustrate the difference between the advocating done by lawyers and the scientist&#8217;s unbiased (or at least, not intentionally biased) search for the truth. One is about cherry-picking facts and arguments to prove a preconceived notion; the other about trying to <a href='https:\/\/spinor.info\/weblog\/?p=2964' class='excerpt-more'>[&#8230;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[49,30,18],"tags":[],"class_list":["post-2964","post","type-post","status-publish","format-standard","hentry","category-computer-algebra","category-mathematics","category-society","category-49-id","category-30-id","category-18-id","post-seq-1","post-parity-odd","meta-position-corners","fix"],"_links":{"self":[{"href":"https:\/\/spinor.info\/weblog\/index.php?rest_route=\/wp\/v2\/posts\/2964","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/spinor.info\/weblog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/spinor.info\/weblog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/spinor.info\/weblog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/spinor.info\/weblog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2964"}],"version-history":[{"count":6,"href":"https:\/\/spinor.info\/weblog\/index.php?rest_route=\/wp\/v2\/posts\/2964\/revisions"}],"predecessor-version":[{"id":2970,"href":"https:\/\/spinor.info\/weblog\/index.php?rest_route=\/wp\/v2\/posts\/2964\/revisions\/2970"}],"wp:attachment":[{"href":"https:\/\/spinor.info\/weblog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2964"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/spinor.info\/weblog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2964"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/spinor.info\/weblog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2964"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}