Brain Teaser: Solve This Math Word Puzzle
Each letter stands for a 1-digit number. No two letters may stand for the same number. Find a value for each letter from the following set: 0, 1, 4, 5, 6, 7, 8, 9.
ASK
+ GAVE
-------
USED
Answer is here.
Source: http://www.edhelper.com
Comments
- Anonymous
April 04, 2007
The comment has been removed - Anonymous
April 04, 2007
More than one answer exists: 624 7635
8259
Anonymous
April 04, 2007
I ran it through my code and found 3 answers: Please verify... {'A': 5, 'E': 7, 'D': 1, 'G': 8, 'K': 4, 'S': 0, 'U': 9, 'V': 6} {'A': 7, 'E': 5, 'D': 1, 'G': 8, 'K': 6, 'S': 4, 'U': 9, 'V': 0} {'A': 8, 'E': 4, 'D': 9, 'G': 0, 'K': 5, 'S': 7, 'U': 1, 'V': 6}Anonymous
April 04, 2007
@ Scot 2 + 3 are not on the list. So yes there are more anwers but thats not one of them. @ Isaak next to 0864 (leading 0 )that is not normal practice the last one also is not correct : S (7) + V (6) = 3 (+ 10) 3 is not there. I got the other 2 answers also.