Author
Message
Reason
Unfettered
Joined: 18 Feb 2005 Posts: 408 Location: West London
[SOLVED] #019 - Red - Magic Numbers Text:
NUMBERS CAN PLAY FUNNY TRICKS. AND
SOMETIMES THEY CAN EVEN SEEM TO BE ALIVE
TRY THIS ON YOUR CALCULATOR.
THINK OF ANY NUMBER BETWEEN 100-999
(SUCH AS 176). THE 1ST AND 3RD DIGITS OF
THE NUMBER MUST DIFFER BY AT LEAST 2
SO 971 IS OKAY, BUT 978 IS NOT.
TAKE THE REVERSE OF THAT NUMBER (671)
WORK OUT THE DIFFERENCE (671 -176 = 495)
ADD THAT DIFFERENCE TO ITS REVERSE
(495 + 594)
ADD 200
DIVIDE BY 5000
MULTIPLY BY 3
WHAT IS YOUR CALCULATOR TRYING TO TELL YOU?
(Signed Von)
Description
Filesize
44.36KB
Viewed
211 Time(s)
_________________
Reason³³³
All of my PerplexCity swag is up for grabs in an attempt to fund a trip around Asia:
http://reasonisperplexed.blogspot.com/
Posted: Fri Jul 08, 2005 4:04 pm
Last edited by Reason on Mon Jul 11, 2005 7:05 am; edited 1 time in total
tanner
Entrenched
Joined: 21 May 2003 Posts: 875 Location: (x,y,z,t,i, ...)+
nines
_________________tanner³ -- Join the PXC team on SETI@home
"And the princess and the prince discuss what's real and what is not,
But it doesn't matter inside the Gates of Eden" - BD
Posted: Fri Jul 08, 2005 4:07 pm
Last edited by tanner on Fri Jul 08, 2005 4:10 pm; edited 1 time in total
appleTRON
Veteran
Joined: 07 Jul 2005 Posts: 104 Location: Los Angeles
[SOLVE] Does someone REALLY need to post this solve?
Spoiler (Rollover to View):
0.7734 upside down is hELL0
_________________What exactly is the sound of silence?
-aT
Posted: Fri Jul 08, 2005 4:08 pm
Reason
Unfettered
Joined: 18 Feb 2005 Posts: 408 Location: West London
I didn't think there was any point either
_________________
Reason³³³
All of my PerplexCity swag is up for grabs in an attempt to fund a trip around Asia:
http://reasonisperplexed.blogspot.com/
Posted: Fri Jul 08, 2005 4:14 pm
tanner
Entrenched
Joined: 21 May 2003 Posts: 875 Location: (x,y,z,t,i, ...)+
but the magic is in the nines )
_________________tanner³ -- Join the PXC team on SETI@home
"And the princess and the prince discuss what's real and what is not,
But it doesn't matter inside the Gates of Eden" - BD
Posted: Fri Jul 08, 2005 4:17 pm
Leeravitz
Unfettered
Joined: 14 May 2005 Posts: 450 Location: Stevenage, England
Bloody Whipsmart
_________________What is the New Nature of the Catastrophe?
Posted: Fri Jul 08, 2005 4:21 pm
Scott
Entrenched
Joined: 11 Sep 2004 Posts: 1118 Location: 390 Chestnut Ridge Rd, Rochester NY, 14624, USA
so that's three, then.
The original postcards said "Hello World"
The Whipsmart site said "HELLO", after you watch the grass grow
My calculator says "hello", with some cute numistry.
_________________Perplex City is a game whose only rule is: There must be a party.
Posted: Fri Jul 08, 2005 4:51 pm
spugmeistress
Unfettered
Joined: 22 Feb 2005 Posts: 455 Location: manchester, uk
Why?
sorry, but maths tricks like this always prompted me to figure out how they worked, equations n all that. but its been a while since my maths gcse and i'm not getting very far so if any mathmo's can prove how this works it'd be much appreciated :)
so far i've got that the difference plus the reverse difference must always equal 1089, and that im guessing the reason why you cant have the end digits of your number be less than two apart is because that would always create a difference below 100, which i guess people would assume it would become double digit and therefore the reverse difference would also be double digits and that wouldnt be enough to get to the 1089. maybe it would work if you included the leading 0, not sure yet.
its the reversing bit that im having trouble with cos i cant think of a mathematical way of expressing this (maybe im being totally thick here) but i originally tried expressing the original number you chose as 100a + 10b + c which then the reverse would be 100c + 10b + a, which would make the difference 99a-99c. how you get the reverse of that is the bit im stuck on :s
no particular relevance to the solve, just trying to satisfy my own curiosity (and nostalgia for actual academic school subjects that tend to make sense)
rach =)
Posted: Fri Jul 08, 2005 8:49 pm
StarryNight
Veteran
Joined: 16 Dec 2004 Posts: 90 Location: New Hampshire
Here's how I see it:
Given a 3 digit number ABC, the reverse is CBA.
Since we are told to "take the difference", this implies that the smaller number will be subtracted from the larger number. Thus, we can declare that "ABC" to represent the larger of the two numbers and thus A > C.
For the following, I've taken each digit and put it in ():
Step 1: Find the difference between the number and it's reverse.
(A)(B)(C)
- (C)(B)(A)
---------------
(A-1-C)(9)(10+C-A)
Note: Since A>C, we have to borrow a one
Step 2: Add the difference to it's reverse
(A-1-C)(9)(10+C-A)
+ (10+C+A)(9)(A-1-C)
---------------------------
(10)(8 )(9)
Step 3: Add 200
1089+200=1289
Step 4: Divide by 5000
1289/5000 = 0.2578
Step 5: Multiply by 3
0.2578 * 3 = 0.7734
Edit: had to put in spaces to keep smileys from appearing.
_________________StarryNight³ || "To love oneself is the beginning of a life-long romance." - Oscar Wilde
Posted: Fri Jul 08, 2005 9:30 pm
spugmeistress
Unfettered
Joined: 22 Feb 2005 Posts: 455 Location: manchester, uk
cool. that looks like it makes sense, but not necessarily in a way that i can tell whats going on. so i'm going to confuse things into probably extraneous equations n stuff, because jeb helped me get my head round it by reminding me i needed to simplify my brackets.
sooo.. we have
your first chosen number ABC = 100a+10b+c
reversed =100c+10b+a
the difference then comes out as 99a-99c, which you can simplify to 99(a-c)
now, the clause in the puzzle says it only works if a-c > +-2, but thats a lie, because it does work with 1 as well, you just have to remember to include the leading zero you get as a result so you are always working with a three digit number.
so, (a-c) can be any single digit number (i guess it could be positive or negative too but not sure how to check) from 1-8(possibly 9?) which makes your difference (99(a-c)) a multiple of 99. The 99x table, due to the wonder of the number 9, goes
1x99=099 990=10x99
2x99=198 891=9x99
3x99=297 792=8x99
4x99=396 693=7x99
5x99=495 594=6x99
the reverse of the number is always another number in the table, namely the multiple that adds to your original a-c to make 11. so, the reverse difference is 99(11-(a-c))
(havent worked out the why on the 11 thing yet, whether its just the magic of 9s or i can do an equation or something- in fact starrynights post probably makes sense of that bit for me)
difference + reverse difference has to equal 1089 to get the magic hello.
99(a-c) + 99(11-(a-c)) = 1089
99(a-c) + 99(11-a+c)=1089
99a-99c + 1089-99a+99c = 1089
1089=1089 woot!
so yeah, thats satisfied my curiosity, thought other people may be interested too :)
credit to jeb for IRC promptings and explanations :)
rach =)
Posted: Fri Jul 08, 2005 10:12 pm
StarryNight
Veteran
Joined: 16 Dec 2004 Posts: 90 Location: New Hampshire
spugmeistress wrote:
so, (a-c) can be any single digit number (i guess it could be positive or negative too but not sure how to check)
This puzzle doesn't work if the difference is negative. I think that there is an additional (unstated) requirement that the first digit must be larger than the 3rd digit.
_________________StarryNight³ || "To love oneself is the beginning of a life-long romance." - Oscar Wilde
Posted: Sat Jul 09, 2005 8:27 am
tanner
Entrenched
Joined: 21 May 2003 Posts: 875 Location: (x,y,z,t,i, ...)+
its just the difference -- smaller from larger -- no matter WHICH is bigger
_________________tanner³ -- Join the PXC team on SETI@home
"And the princess and the prince discuss what's real and what is not,
But it doesn't matter inside the Gates of Eden" - BD
Posted: Sat Jul 09, 2005 8:50 am
JebJoya
Unfettered
Joined: 13 Apr 2005 Posts: 679 Location: UK
Yeah, I kind of realised that just as I was going to bed - the only way for it to be negative were if you were taking 174-471, which would have been immensely silly the reason for the gap of 2 is that you could get this situation:
302 - 203 = 99 (which is not 3 digits)
I think that covers everything that can be covered
Jeb
_________________
Jeb's ARG coming Autumn 2007...
Last FM
Posted: Sat Jul 09, 2005 10:31 am
Reason
Unfettered
Joined: 18 Feb 2005 Posts: 408 Location: West London
Just noticed a Jack of clubs on the lower left of this card. Its pretty well hidden...
_________________
Reason³³³
All of my PerplexCity swag is up for grabs in an attempt to fund a trip around Asia:
http://reasonisperplexed.blogspot.com/
Posted: Mon Jul 11, 2005 10:07 am
Seej
Unfettered
Joined: 30 Nov 2004 Posts: 614
What are those shaded bits top and bottom right? They look like they extend onto other cards.
Posted: Mon Jul 11, 2005 12:42 pm
Display posts from previous: All Posts 1 Day 1 Week 2 Weeks 1 Month 3 Months 6 Months 1 Year Sort by: Post Time Post Subject Author Ascending Descending