|
|
|
 |
|

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 4 Times in 1 Post
|
|
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 21st, 2004, 04:41 PM
|
 |
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...
A more rigorous "proof", took me about five minutes before I went to class, posting it now after class:
Code:
TRIED
+DRIVE
------
RIVET
Assuming we disregard the trivial solution (all zeros), and
force each letter to be distinct (ie for any x and y in
{T,R,I,E,D,V}, the values x != y), and noticing that the
carry can be at most 1 (9 + 9 + 1 = 19):
either E + V = E (V = 0)
or E + V + 1 = E (V = 9)
disregard V = 0 as uninteresting, so V = 9
and D + E > 10 and T < D, T < E
either I + I = V = 9
or I + I + 1 = V = 9
I + I != 9, so I + I + 1 = V is true
so I = {4,9}, but V = 9, so I = 4
so R + R = I = 4 (no carry from previous digit)
then R = {2,7}
V = 9, I = 4, R = {2,7}
either T + D = R = 2
or T + D + 1 = R = 7
assume there is no final carry
so if T + D = 2, then T = D = 1
then T + D + 1 = 7 = R
then T < (7 - D)
V = 9, I = 4, R = 7, T < (7 - D), T < E
try T = 1:
V = 9, I = 4, R = 7, T = 1, D = 5, E = 6
__________________
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+
|

September 21st, 2004, 05:44 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
|
|
Re: OT: Interesting math problem...
Here is a tough one:
Fill in the long division using the blanks and the given numbers.
Code:
_ _ 8 _
_______________
_ _ _ | _ _ _ _ _ _ 5
_ _ _ _
========
_ _ _ _
_ _ _
========
_ _ _ _
_ _ _
========
_ _ _ _
_ _ _ _
========
0
__________________
Things you want:
|
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
|
|
|
|
|