TalkBass has been independent since 1998. Add your voice.
Create a free account to reply to discussions, view embedded media, and browse with fewer display ads.
Join free Log in
Want zero display ads or expanded classifieds tools? Compare plans.
Petebass said:Never mind - I worked it out. It's still pretty neat huh?
![]()
Jazzin' said:There are only so many answers you can get from that equation. All those answers have the same symbol. Its not even psycological.
Ditto. What makes it worse is that you KNOW it's mathematical, you KNOW there's no such thing as magic....MikeyFingers said:I hate these things. They make me feel stupid. I know there's simple math trick used for it, but I can never figure it out, I suck at math.
Petebass said:Ditto. What makes it worse is that you KNOW it's mathematical, you KNOW there's no such thing as magic....
Brad only worked it out because was studyig for an algebra test and was already in a maths frame of mind. That's my excuse and I'm sticking to it![]()
fookgub said:This one's simple. If you have access to Matlab, try putting this in:
tens = floor([1:.1:9.9]);
digits = [10:99];
ones = repmat([0 1 2 3 4 5 6 7 8 9],1,9);
ones = ones(1,;
result = digits-(tens+ones);
scatter([10:99],result);
From the graph, you'll see the allowable results are 9,18,27,36,45,54,63,72, and 81. Oddly enough, the first 9 multiples of 9. I'm not really sure why it works out that way, but it's interesting. Anyway, look on the histogram and you'll see each of those numbers has the same symbol.
I've seen some neat 'mind readers' using number or card tricks, but this isn't one of them... it's too easy.
I attached the Matlab plot if anyone's interested.
g00eY said:i did it wrong the first time, then all the other times i was just like what... the... heck? it scares me.
Mark Wilson said:I still don't get it :\
Anyone care to explain to someone who doesn't get math at all?
-Mark

Algebra has its place, but it can be confusing and this problem doesn't really need it (though it is a nice proof, if you're into that sort of thing). Here's my crack at a repeat explanation with minimal equations.Brad Barker said:*please don't be confused about this; from algebra onwards, we are accustomed to writing this as a multiplication of two numbers y and z. but just kind of forget about that convention for a sec and try to follow me.
Hambone said:Did it twice with different numbers/symbols and it didn't work either time. All I was doing was picking my zodiac sign - scorpio.
nateo said:Algebra has its place, but it can be confusing and this problem doesn't really need it (though it is a nice proof, if you're into that sort of thing). Here's my crack at a repeat explanation with minimal equations.
The way I look at it is this. Basically what you're doing is subtracting the digits from the original number one at a time (you add them together first, then subtract the result). If we take the standard number of 23, then our result is basically 23 - 2 - 3 = 18.
The real trick of it is when you subtract the second digit. Any two digit number you have will boil down to a multiple of ten minus the first digit. For example:
23 - 2 - 3 = 20 - 2
42 - 4 - 2 = 40 - 4
57 - 5 - 7 = 50 - 5
From there it's just a fun quirk of mathmatics that the results are all multiples of 9 (as Brad said, 10x - x = 9x). In the end every two digit number you pick will be a multiple of 9, so simply using the same symbol for multiples of 9 makes the program work every time.
Sorry Hambone, but your math must be off.
-Nate
