GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Any math whizzes here? (https://gfy.com/showthread.php?t=203255)

fusionx 11-30-2003 05:25 PM

Any math whizzes here?
 
1. Key into the calculator the first 3 digits of your phone number (not
area code).
2. Multiply by 80
3. Add 1
4. Multiply by 250
5. Add last 4 digits of your phone number
6. Add last 4 digits of your phone number again
7. Subtract 250
8. Lastly, divide by 2
Is this your phone number???

Pipecrew 11-30-2003 05:26 PM

no

elaborate 11-30-2003 05:27 PM

:1orglaugh :1orglaugh Yeah, it worked. good stuff

buddyjuf 11-30-2003 05:28 PM

:thumbsup

EscortBiz 11-30-2003 05:28 PM

nice

fusionx 11-30-2003 05:28 PM

Any idea how it works? I'm trying to derive an algorithm that explains it and can't get it :mad:

nap 11-30-2003 05:28 PM

it worked:thumbsup

Shooter 11-30-2003 05:29 PM

yup

fuzebox 11-30-2003 05:32 PM

Quote:

Originally posted by fusionx
Any idea how it works? I'm trying to derive an algorithm that explains it and can't get it :mad:
It's not that difficult... When you multiply the first 3 digits by 80 and then by 250, you've basically got your XXX number to XXX0000 (because you'll divide by 2 later). You've also added 1 to the second result and multiplied that by 250, and then later subtracted 250, negating that. The adding your last 4 digits twice was negated by dividing by 2 at the end as well.

Arousal Design 11-30-2003 05:33 PM

yep =)

fuzebox 11-30-2003 05:36 PM

:mad:

Stop answering "yes", of course it works, if it didn't work then your math sucks. The calculations are very simple, there's no way for it to not work.

Now someone higher me to code something, I've proven myself.

:Graucho

fusionx 11-30-2003 05:37 PM

Fuzebox = you rock :)

Does your nickname have anything to do with Fusebox programming methodology?

fuzebox 11-30-2003 06:05 PM

Quote:

Originally posted by fusionx
Fuzebox = you rock :)

Does your nickname have anything to do with Fusebox programming methodology?

Nah, it's just a lame script kiddy name I made up 10 years ago.

nap 11-30-2003 06:20 PM

Quote:

Originally posted by fuzebox
:mad:

Stop answering "yes", of course it works, if it didn't work then your math sucks. The calculations are very simple, there's no way for it to not work.

Now someone higher me to code something, I've proven myself.

:Graucho

he didn't ask us to figure out how the equation works, he asked us if this was our # or not. really what have you proved besides not being able to read direction and follow them?

Dugan 11-30-2003 06:29 PM

Quote:

Originally posted by fuzebox

multiplied that by 250, and then later subtracted 250, negating that.

how does that work out?

Dugan 11-30-2003 06:29 PM

Quote:

Originally posted by nap


he didn't ask us to figure out how the equation works, he asked us if this was our # or not. really what have you proved besides not being able to read direction and follow them?

remove foot from mouth and read all responses

Mutt 11-30-2003 06:35 PM

math seriously is for fags

The Truth Hurts 11-30-2003 06:36 PM

second time it did... weird.

nap 11-30-2003 06:44 PM

Quote:

Originally posted by TheNewKid


remove foot from mouth and read all responses

when i responded to the thread i answered the question that he asked. so i was speaking for myself when i commented on fuzebox's response to the thread. thanks for trying to cheer lead from the sidelines though, next time keep your mouth shut while addressing me:thumbsup

Dugan 11-30-2003 06:55 PM

Quote:

Originally posted by nap


when i responded to the thread i answered the question that he asked. so i was speaking for myself when i commented on fuzebox's response to the thread. thanks for trying to cheer lead from the sidelines though, next time keep your mouth shut while addressing me:thumbsup

many apologies oh master, how shall i address you next time?

nap 11-30-2003 06:58 PM

Quote:

Originally posted by TheNewKid


many apologies oh master, how shall i address you next time?

nap is fine:thumbsup

AlienQ - BANNED FOR LIFE 11-30-2003 07:01 PM

So now ya can impress a chick by asking her phone number but you only need the first 3 digits:)

Tell her you can figure out the rest:)

fuzebox 11-30-2003 08:14 PM

Quote:

Originally posted by TheNewKid


how does that work out?

1 * 250 - 250 = 0

tranza 11-30-2003 08:24 PM

Telephone numbers here in São Paulo have 8 digits, so this didn't work..... :(

Nima 11-30-2003 08:59 PM

too much time on your hards :thumbsup

Za Ha 11-30-2003 08:59 PM

worked for me :thumbsup

EZRhino 11-30-2003 09:29 PM

I only whizz when I have to do math

Lane 11-30-2003 09:41 PM

Quote:

Originally posted by fusionx
1. Key into the calculator the first 3 digits of your phone number (not
area code).
2. Multiply by 80
3. Add 1
4. Multiply by 250
5. Add last 4 digits of your phone number
6. Add last 4 digits of your phone number again
7. Subtract 250
8. Lastly, divide by 2
Is this your phone number???

let ABCDEFG be your phone #, each letter is a digit

step 1.
ABC

step 2.
ABC * 80

step 3.
(ABC * 80) + 1

step 4.
((ABC * 80) + 1) * 250
which is
(ABC * 20000) + 250
which is
(2 * ABC0000) + 250

step 5.
(2 * ABC0000) + 250 + DEFG

step 6.
(2 * ABC0000) + 250 + DEFG + DEFG
which is
(2 * ABC0000) + 250 + (2 * DEFG)
which is
(2 * ABCDEFG) + 250

step 7.
2 * ABCDEFG

step 8.
ABCDEFG

Ash@phpFX 11-30-2003 09:43 PM

Quote:

Originally posted by AlienQ
So now ya can impress a chick by asking her phone number but you only need the first 3 digits:)

Tell her you can figure out the rest:)

you need the last four too.

so she would have to give you the first three and the last four, if you cant work it out from there then you are just a retard.

fuzebox 11-30-2003 10:02 PM

Quote:

Originally posted by asher


you need the last four too.

so she would have to give you the first three and the last four, if you cant work it out from there then you are just a retard.

:1orglaugh

MetaformX 11-30-2003 10:04 PM

zero or all real numbers

mijoon 11-30-2003 10:37 PM

Quote:

Originally posted by fusionx
1. Key into the calculator the first 3 digits of your phone number (not
area code).
2. Multiply by 80
3. Add 1
4. Multiply by 250
5. Add last 4 digits of your phone number
6. Add last 4 digits of your phone number again
7. Subtract 250
8. Lastly, divide by 2
Is this your phone number???

If you wrote that as an equation, instead of in words, it would be very ,very obvious why it works...

DirtyRider 11-30-2003 11:26 PM

right on :thumbsup

SomeCreep 11-30-2003 11:30 PM

Quote:

Originally posted by Lane


let ABCDEFG be your phone #, each letter is a digit

step 1.
ABC

step 2.
ABC * 80

step 3.
(ABC * 80) + 1

step 4.
((ABC * 80) + 1) * 250
which is
(ABC * 20000) + 250
which is
(2 * ABC0000) + 250

step 5.
(2 * ABC0000) + 250 + DEFG

step 6.
(2 * ABC0000) + 250 + DEFG + DEFG
which is
(2 * ABC0000) + 250 + (2 * DEFG)
which is
(2 * ABCDEFG) + 250

step 7.
2 * ABCDEFG

step 8.
ABCDEFG

yep :thumbsup


All times are GMT -7. The time now is 12:04 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123