Recently I wrote a Google Script Web App that generated JavaScript code and needed to run on a Google Site. Even though I tested everything both on my computer and on my phone I didn’t Read more…
Have you ever wanted to source a GitHub Gist within an <iframe>? Yesterday, I was writing a trainual document for work that needed to include Apex code which of course includes code that is misinterpreted Read more…
Have you ever used JSBin or CodePen and wondered how you can accomplish something like they do on those sites? Of course, CodePen is much more advanced and has more options but if you ever Read more…
2 Comments
ildar · May 7, 2012 at 11:20 AM
Ha-ha-ha! Correct but not obvious equation.
Just consider 1 as 3 * (1/3) where 1/3 is 0.333… or 0.(3). The next step is reverse one: 0.333… * 3 = 0.999… or 0.(9). That is 1.
There are more than one proof. I shown the simplest.
POW Answer – 0.999999 Repeating Equals One? | Chris West's Blog · May 14, 2012 at 3:30 PM
[…] The following answers the Problem of the Week from May 7, 2012: […]