<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d38458149\x26blogName\x3dDigital+Inspiration+-+The+Tech+Guide\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dLIGHT\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://digital-tech-guide.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://digital-tech-guide.blogspot.com/\x26vt\x3d-3282274271061845420', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Digital Inspiration - The Tech Guide

Wednesday, March 28, 2007

Math Trick
Here is a math trick so unbelievable that it will stump you.
  1. Grab a calculator. (You wont be able to do this in your head)
  2. Key in the first three digits of your phone number if ur phone number is7 digits or else take the first 4 digits of ur number if its 8 digits.(onlyland line no.) (NOT the area code)
  3. Multiply by 80
  4. Add 1
  5. Multiply by 250
  6. Add the last four numbers of your phone number
  7. Add the last four numbers of your phone number again
  8. Subtract 250
  9. Divide number by 2

Do you recognize the answer ?

Labels:

Add to Google Reader or Homepage Subscribe in NewsGator Online Subscribe in Bloglines
Subscribe to Digital Inspiration - The Tech Guide
StumbleUpon Toolbar Stumble It!
posted by RK, 9:29 PM

1 Comments:

Nice trick.

Here's the breakdown for you:
Given a number of the format 'xyzabcd'
1. Original formula:
{[250((xyz*80)+1)+2abcd]-250}/2=xyzabcd

2. Factor out a 2:
2{[125((xyz*80)+1)+abcd]-125}/2=xyzabcd

3. Divide by 2:
[125((xyz*80)+1)+abcd]-125]=xyzabcd

4. Multiply the 125 through:
(xyz*10000)+125+abcd-125=xyzabcd

5. Add the +125 and the -125 together:
(xyz*10000)+abcd=xyzabcd

That was a fun trick to work out. Nice work finding it! You can expand the trick by reserving the first four places of any integer greater than 9999 and using the rest in place of xyz. So even a full 10-digit phone number will work. So will an IP address...

To se the phone number 401.555.3838 simply separate out the last 4 digits and apply as normal.
commented by Blogger Unknown, 8:07 AM  

Add a comment