Amazing Trick
Posted on July 6, 2007 - Filed Under Funny Tricks | 1 Comment
x= first 3 digits of phone number
y= last 4 digits
=[250(80x+1) + (2y - 250)] / 2
=[20000x + 250 + 2y - 250] / 2
=[20000x + 2y] / 2
= 10000x + y
= your phone number ![]()
Pamela Anderson Math Trick
Posted on July 6, 2007 - Filed Under Funny Tricks | Leave a Comment
okay
Pamela Anderson weighed 69 pounds
( type 69 )
she figured she was 222 fat!
( type 222 )
She wanted to be 51 pounds
( type 51 )
So she went to Doctor X
( click X )
And he gave her 8 pills
( type 8 )
Then she came out…
( turn calculator upside down )
Math Number Trick
Posted on July 6, 2007 - Filed Under Funny Tricks | Leave a Comment
It should work with any number. Doesn’t matter anything as long as you put 3 digits for the first number and 4 digits for the second.
Here is the trick as Jason proved too.
answer = [{[(n*80)+1]*250}+2*y-250]/2;
= [{(n*80*250)+1*250}+2*y-250]/2;
= [n*80*250 + 250 + 2*y - 250]/2;
= [n*80*250 + 2*y]/2;
= n*40*250 + y;
= n*10000 + y;
So if n = 123 and y = 2345, then
answer = 1230000 + 2345 = 1232345
if n = 001 and y = 0879, then
answer = 0010000 + 0879 = 10879 = 0010879
So, strange?? yes or no :p
