|
|
|
|
 |
|

September 21st, 2004, 12:58 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: OT: Interesting math problem...
Quote:
Ragnarok said:
The thing is the book he had didn't indicate if numbers could share the same value. It would be nice if they could as everyone said 00000+00000=00000 is a simple solution.
|
Unless this book is reknowned for giving trick questions, this is most likely not the solution.
|

September 21st, 2004, 01:01 PM
|
 |
General
|
|
Join Date: Mar 2002
Location: Indiana
Posts: 3,229
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Interesting math problem...
That is what I am thinking. As far as I know the book is just a regular math book for his grade. Unfortunately they cut the answers out of the back... 
__________________
Ragnarok - Hevordian Story Thread
-------------------
I think...therefore I am confused.
They were armed. With guns, said Omari.
Canadians. With guns. And a warship. What is this world coming to?
The dreaded derelict dwelling two ton devil bunny!
Every ship can be a minesweeper... Once
|

September 21st, 2004, 01:09 PM
|
 |
Major
|
|
Join Date: Jan 2004
Location: Taganrog, Russia
Posts: 1,087
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Interesting math problem...
Fyron, that's why I quickly deleted my post. But not quickly enough.
I remeber that I saw such tasks in a school. Common way to solve them is to rewrite example to:
10000*T+1000*R+100*I+10*E+D+10000*D+1000*R+100*I+1 0*V+E-10000*R-1000*I-100*V-10*E-T=0
With additional condition it should be quite easy to solve.
|

September 21st, 2004, 01:50 PM
|
|
First Lieutenant
|
|
Join Date: Apr 2002
Location: California
Posts: 790
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Interesting math problem...
Got it:
17465 +
57496 =
-------
74961
T=1
R=7
I=4
E=6
D=5
V=9
I brute forced it, not having time for fancy shmancy formulae. (so, I could be wrong, very wrong!)
|

September 21st, 2004, 02:05 PM
|
 |
General
|
|
Join Date: Sep 2003
Location: United Kingdom
Posts: 3,603
Thanks: 0
Thanked 22 Times in 22 Posts
|
|
Re: OT: Interesting math problem...
This problem is the proof I no longer know to do additions; while I figured out the V=9 part, I didn't think that I+I=4 could also mean I=7, and not only I=2. 
|

September 21st, 2004, 02:18 PM
|
 |
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 5 Times in 2 Posts
|
|
Re: OT: Interesting math problem...
Yay Spoon. I was getting ready to post that it was unsolvable.  I had worked out that V was 9 and I was 4. But I got hung up thinking then that the only option for R was 2.
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|

September 21st, 2004, 03:01 PM
|
 |
General
|
|
Join Date: Mar 2002
Location: Indiana
Posts: 3,229
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Interesting math problem...
Yay for spoon! Thanks a lot man! I really do appreciate it. Go have a few brewski's at the Cantina on my tab. 
__________________
Ragnarok - Hevordian Story Thread
-------------------
I think...therefore I am confused.
They were armed. With guns, said Omari.
Canadians. With guns. And a warship. What is this world coming to?
The dreaded derelict dwelling two ton devil bunny!
Every ship can be a minesweeper... Once
|

September 21st, 2004, 03:03 PM
|
|
Private
|
|
Join Date: Nov 2003
Location: Oregon
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Interesting math problem...
It looks like is correct
17465 +
57496 =
_____
74961
Brute force solving (sort of)
Assumptions are that all letters represent different numbers and standard notation is used (the first number in a string is not zero)
V must be either 0 (if D+E < 10) or 9 (if D+E > 9)
If V is 0 then I is 5; if V is 9 then I is 4
For either value of V, R must be either 2 or 7; but R can't be 2 since that would require both T and D to be 1
So R is 7
Then T+D = 6 I tried the 4 possibilities and the only one that worked is the form that I gave above.
|

September 22nd, 2004, 12:02 AM
|
 |
Major
|
|
Join Date: Aug 2000
Posts: 1,246
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Interesting math problem...
Its a system of equations, linear algebra might get it done
__________________
When a cat is dropped, it always lands on its feet, and when toast is dropped, it always lands with the buttered side facing down. I propose to strap buttered toast to the back of a cat. The two will hover, spinning inches above the ground. With a giant buttered cat array, a high-speed monorail could easily link New York with Chicago.
|

September 22nd, 2004, 03:58 AM
|
 |
Lieutenant Colonel
|
|
Join Date: Mar 2001
Location: Emeryville, CA
Posts: 1,412
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Interesting math problem...
Narf, the equation means you take the constant e (2.71828183...) to the power of one half times the natural logarithm of x, or log base e of x. It doesn't have to be e though, you can get away with something like 10. So, 10^(0.5 * log(x)). It works because of the laws of logarithms, since a^b=c is equivalent to log(a)(c)=b. Then, it is simple to reconstruct as a^(log(a)(c))=c. Square root is simply a number to the one half power, so 10^(0.5 * log(x)) is the sqrt(x).
Either way, you're left with pretty much imprecise methods. I remember they briefly showed how to do it in high school, and that's probably an algorithm like the one Fyron pointed to, and it would be written in an equation as the Riemann sum of varying powers of 10, which would be a very nasty looking thing. Jack's method is easier to write, so I would go with that one. To write it in terms of an equation for square root, it would be something like:
lim(x->∞  R(x,N) = sqrt(N)
--edit: ^ that up there is supposed to be the infinity symbol.
__________________
GEEK CODE V.3.12: GCS/E d-- s: a-- C++ US+ P+ L++ E--- W+++ N+ !o? K- w-- !O M++ V? PS+ PE Y+ PGP t- 5++ X R !tv-- b+++ DI++ D+ G+ e+++ h !r*-- y?
SE4 CODE: A-- Se+++* GdY $?/++ Fr! C++* Css Sf Ai Au- M+ MpN S Ss- RV Pw- Fq-- Nd Rp+ G- Mm++ Bb@ Tcp- L+
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|