Showing posts with label Math Tricks. Show all posts
Showing posts with label Math Tricks. Show all posts

Mar 9, 2007

Math Number Trick

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

Pamela Anderson Math Trick

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 )

Amazing Trick

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 :)

Math Trick

This math trick is really cool. Just try it!

1. Grab a calculator (You won't be able to do this one in your head)
2. Key in the first three digits of your phone number (NOT the area code-if your number is 01-123-4567, the 1st 3 digits are 123)
3. Multiply by 80
4. Add 1
5. Multiply by 250
6. Add the last 4 digits of your phone number
7. Add the last 4 digits of your phone number again
8. Subtract 250
9. Divide number by 2

Do you recognize the answer?