PDA

View Full Version : Math Question



Taco
04-27-2006, 01:33 PM
Here Is A Math Trick
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)
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?

travis2
04-27-2006, 02:02 PM
It's not hard to figure out the problem algebraically...

CosmicCowboy
04-27-2006, 02:02 PM
thats very cool...and the progression/relationship is very obscure...some VERY smart person figured that one out...

CosmicCowboy
04-27-2006, 02:03 PM
It's not hard to figure out the problem algebraically...

OK showoff...:lol

travis2
04-27-2006, 02:03 PM
thats very cool...and the progression/relationship is very obscure...some VERY smart person figured that one out...

Actually, it only looks obscure. If you know the answer you want, the final equation is quite simple. Then back-track from there to come up with a funky-looking procedure to get there.

Taco
04-27-2006, 02:56 PM
It's not hard to figure out the problem algebraically...

Show your work :lol

Jimcs50
04-27-2006, 03:01 PM
that is a good way to get a girl's phone number.

:)

Taco
04-27-2006, 03:05 PM
that is a good way to get a girl's phone number.

:)


:lmao

Rack Jim

Ed Helicopter Jones
04-27-2006, 03:19 PM
:lmao

Rack Jim

I think Jim's been racked quite a few times in his life.

baseline bum
04-27-2006, 04:57 PM
Show your work :lol

Assume your phone number is abc-defg where abcdefg are all digits from 0 to 9


abc = a*10^2 + b*10 + c
defg = d*10^3 + e*10^2 + f*10 + g

let X be the result from steps 2-5

X = ( abc * 80 +1 ) * 250 =
abc * 80 * 250 + 1 * 250 =
abc * 20000 + 250 =
abc * 2*10^4 + 250 =
2*(a*10^2 + b*10 + c) * 10^4 + 250 =
2 * (a * 10^2 * 10^4 + b* 10 * 10^4 + c * 10^4) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4) + 250

Let Y be the result from step 6
Y = X + defg = X + (d*10^3 + e*10^2 + f*10 + g)
= ( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g)

Let Z be the result from step 7
Z = Y + defg =
(( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) ) + defg =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) + (d*10^3 + e*10^2 + f*10 + g) =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 250 + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 2*(d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250

Let A be the result from step 8
A = Z - 250 =
(2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250) - 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (250 - 250) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (0) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g)

Let B be the result from step 9
B = A/2 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) / 2 =
a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g =
abcdefg

i.e., your original phone number

lilmads
04-27-2006, 05:01 PM
Assume your phone number is abc-defg where abcdefg are all digits from 0 to 9


abc = a*10^2 + b*10 + c
defg = d*10^3 + e*10^2 + f*10 + g

let X be the result from steps 2-5

X = ( abc * 80 +1 ) * 250 =
abc * 80 * 250 + 1 * 250 =
abc * 20000 + 250 =
abc * 2*10^4 + 250 =
2*(a*10^2 + b*10 + c) * 10^4 + 250 =
2 * (a * 10^2 * 10^4 + b* 10 * 10^4 + c * 10^4) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4) + 250

Let Y be the result from step 6
Y = X + defg = X + (d*10^3 + e*10^2 + f*10 + g)
= ( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g)

Let Z be the result from step 7
Z = Y + defg =
(( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) ) + defg =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) + (d*10^3 + e*10^2 + f*10 + g) =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 250 + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 2*(d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250

Let A be the result from step 8
A = Z - 250 =
(2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250) - 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (250 - 250) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (0) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g)

Let B be the result from step 9
B = A/2 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) / 2 =
a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g =
abcdefg

i.e., your original phone number

Thats what I was gonna say :angel

Vashner
04-27-2006, 05:06 PM
That's like that name sex number formula...

Sonia_TX
04-27-2006, 05:09 PM
I sent this to a friend a few weeks back and she didn't get it. I guess she doesn't even know how to use a calculator. She used one but didn't get it. She's not as smart as Travis. ;)

Taco
04-27-2006, 08:54 PM
Assume your phone number is abc-defg where abcdefg are all digits from 0 to 9


abc = a*10^2 + b*10 + c
defg = d*10^3 + e*10^2 + f*10 + g

let X be the result from steps 2-5

X = ( abc * 80 +1 ) * 250 =
abc * 80 * 250 + 1 * 250 =
abc * 20000 + 250 =
abc * 2*10^4 + 250 =
2*(a*10^2 + b*10 + c) * 10^4 + 250 =
2 * (a * 10^2 * 10^4 + b* 10 * 10^4 + c * 10^4) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4) + 250

Let Y be the result from step 6
Y = X + defg = X + (d*10^3 + e*10^2 + f*10 + g)
= ( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g)

Let Z be the result from step 7
Z = Y + defg =
(( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) ) + defg =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) + (d*10^3 + e*10^2 + f*10 + g) =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 250 + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 2*(d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250

Let A be the result from step 8
A = Z - 250 =
(2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250) - 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (250 - 250) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (0) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g)

Let B be the result from step 9
B = A/2 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) / 2 =
a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g =
abcdefg

i.e., your original phone number

You need to get out of here!!!!

You're too smart for this forum :lol

spurs=bling
04-27-2006, 08:58 PM
Assume your phone number is abc-defg where abcdefg are all digits from 0 to 9


abc = a*10^2 + b*10 + c
defg = d*10^3 + e*10^2 + f*10 + g

let X be the result from steps 2-5

X = ( abc * 80 +1 ) * 250 =
abc * 80 * 250 + 1 * 250 =
abc * 20000 + 250 =
abc * 2*10^4 + 250 =
2*(a*10^2 + b*10 + c) * 10^4 + 250 =
2 * (a * 10^2 * 10^4 + b* 10 * 10^4 + c * 10^4) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4) + 250

Let Y be the result from step 6
Y = X + defg = X + (d*10^3 + e*10^2 + f*10 + g)
= ( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g)

Let Z be the result from step 7
Z = Y + defg =
(( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) ) + defg =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) + (d*10^3 + e*10^2 + f*10 + g) =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 250 + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 2*(d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250

Let A be the result from step 8
A = Z - 250 =
(2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250) - 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (250 - 250) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (0) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g)

Let B be the result from step 9
B = A/2 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) / 2 =
a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g =
abcdefg

i.e., your original phone number
damnit. thank you, now my head hurts again :madrun i just finshed doing my math.

1Parker1
04-27-2006, 09:58 PM
Assume your phone number is abc-defg where abcdefg are all digits from 0 to 9


abc = a*10^2 + b*10 + c
defg = d*10^3 + e*10^2 + f*10 + g

let X be the result from steps 2-5

X = ( abc * 80 +1 ) * 250 =
abc * 80 * 250 + 1 * 250 =
abc * 20000 + 250 =
abc * 2*10^4 + 250 =
2*(a*10^2 + b*10 + c) * 10^4 + 250 =
2 * (a * 10^2 * 10^4 + b* 10 * 10^4 + c * 10^4) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4) + 250

Let Y be the result from step 6
Y = X + defg = X + (d*10^3 + e*10^2 + f*10 + g)
= ( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g)

Let Z be the result from step 7
Z = Y + defg =
(( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) ) + defg =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) + (d*10^3 + e*10^2 + f*10 + g) =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 250 + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 2*(d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250

Let A be the result from step 8
A = Z - 250 =
(2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250) - 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (250 - 250) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (0) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g)

Let B be the result from step 9
B = A/2 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) / 2 =
a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g =
abcdefg

i.e., your original phone number

:lol Jim's head exploded just reading that.

samikeyp
04-27-2006, 10:28 PM
Where's Blaze? :p

travis2
04-29-2006, 01:11 PM
Assume your phone number is abc-defg where abcdefg are all digits from 0 to 9


abc = a*10^2 + b*10 + c
defg = d*10^3 + e*10^2 + f*10 + g

let X be the result from steps 2-5

X = ( abc * 80 +1 ) * 250 =
abc * 80 * 250 + 1 * 250 =
abc * 20000 + 250 =
abc * 2*10^4 + 250 =
2*(a*10^2 + b*10 + c) * 10^4 + 250 =
2 * (a * 10^2 * 10^4 + b* 10 * 10^4 + c * 10^4) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4) + 250

Let Y be the result from step 6
Y = X + defg = X + (d*10^3 + e*10^2 + f*10 + g)
= ( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g)

Let Z be the result from step 7
Z = Y + defg =
(( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) ) + defg =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) + (d*10^3 + e*10^2 + f*10 + g) =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 250 + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 2*(d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250

Let A be the result from step 8
A = Z - 250 =
(2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250) - 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (250 - 250) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (0) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g)

Let B be the result from step 9
B = A/2 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) / 2 =
a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g =
abcdefg

i.e., your original phone number

Absolutely correct. But in this case there's an easier way.

Instead of splitting the phone number up into 7 distinct digits, split it into two numbers...the three-digit exchange (call this 'a') and the four-digit extension (call this 'b'). As we shall see, the only necessary condition for this "trick" to work is that b<10000.

Expressing the original problem as an algebraic expression, we get:

x = (250*(80*a + 1) + b + b - 250) / 2

Simplifying gives us:

x = (20000*a + 250 + 2*b -250) / 2

x = (20000*a + 2*b) / 2

or

x = 10000*a + b

In other words, the first part of the phone number is shifted 4 places (with trailing zeros added) and then the second part is added.

As such, this would even work if you augmented the original phone number with the area code (for example, (210)555-1212 would split into a=210555 and b=1212).

Vashner
04-29-2006, 01:17 PM
Do you program shaders? hehe

orhe
04-29-2006, 01:39 PM
... yeah... but we already know the steps... :) how do you easily figure out the steps

CharlieMac
04-29-2006, 02:30 PM
Fuck math. Us english nerds just care about learning enough to get correct change back when we buy beer at HEB.

ALVAREZ6
04-29-2006, 02:34 PM
Assume your phone number is abc-defg where abcdefg are all digits from 0 to 9


abc = a*10^2 + b*10 + c
defg = d*10^3 + e*10^2 + f*10 + g

let X be the result from steps 2-5

X = ( abc * 80 +1 ) * 250 =
abc * 80 * 250 + 1 * 250 =
abc * 20000 + 250 =
abc * 2*10^4 + 250 =
2*(a*10^2 + b*10 + c) * 10^4 + 250 =
2 * (a * 10^2 * 10^4 + b* 10 * 10^4 + c * 10^4) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4) + 250

Let Y be the result from step 6
Y = X + defg = X + (d*10^3 + e*10^2 + f*10 + g)
= ( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g)

Let Z be the result from step 7
Z = Y + defg =
(( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) ) + defg =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + (d*10^3 + e*10^2 + f*10 + g) + (d*10^3 + e*10^2 + f*10 + g) =
( 2*(a * 10^6 + b * 10^5 + c * 10^4) + 250) + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 250 + 2*(d*10^3 + e*10^2 + f*10 + g) =
2*(a * 10^6 + b * 10^5 + c * 10^4) + 2*(d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250

Let A be the result from step 8
A = Z - 250 =
(2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + 250) - 250 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (250 - 250) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) + (0) =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g)

Let B be the result from step 9
B = A/2 =
2 * (a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g) / 2 =
a * 10^6 + b * 10^5 + c * 10^4 + d*10^3 + e*10^2 + f*10 + g =
abcdefg

i.e., your original phone number
You are an animal.

Marklar MM
04-29-2006, 02:35 PM
Whoever has time to think of that equation should be shot on site.