Math Is Fun Forum
  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

Login

Username

Password

Not registered yet?

#1 2007-09-12 22:39:31

Michaelangelo
Novice

Offline

Add ABC + DEF = GHI. Also, ADG + BEH = CFI

ABC + DEF = GHI

(and)

ADG + BEH = CFI

where each letter represents a number 1-9.

Can you figure it out?

 

#2 2007-09-12 23:43:07

landof+
Full Member

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

They are related, and A,B,C,D,E,F,G,H,I are all the same digits in both sums right? neutral


I shall be on leave until I say so...
 

#3 2007-09-13 16:08:00

Devantè
Real Member

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Either C + F = I OR C + F - 10 = I
Either G + H = I OR G + H - 10 - I
If G + H = I, F is an even number and D is not equal to five.
A + D < 10
A + B < 10

Simplified:

8D + E - 9B = (G + H - C - F) / 10

I did some research on the internet, and some person wrote a C++ program to test every possible conbination. Turns out there was no solution.

So, the answer is 8D + E - 9B = (G + H - C - F) / 10 ... ?

 

#4 2007-09-13 23:14:04

landof+
Full Member

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Put it into working form, Devantè, sometimes automatic applets just don't work.


I shall be on leave until I say so...
 

#5 2007-09-14 03:40:24

Devantè
Real Member

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

landof+ wrote:

Put it into working form, Devantè, sometimes automatic applets just don't work.

Erm, I don't understand ... 'working form'? Of what?

 

#6 2007-09-15 22:58:55

landof+
Full Member

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Michaelangelo wrote:

ABC + DEF = GHI

(and)

ADG + BEH = CFI

where each letter represents a number 1-9.

Can you figure it out?

hmmm....
How about this?

Code:

 ABC
+DEF
----
 GHI

and this

Code:

 ADG
+BEH
----
 CFI

That'll make it easier...smile

Last edited by landof+ (2007-09-15 22:59:14)


I shall be on leave until I say so...
 

#7 2007-09-16 01:13:49

Devantè
Real Member

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

ABCDEFGHI    ABC + DEF = GHI    ADG + BEH = CFI
023594617    023 + 594 = 617    056 + 291 = 347
023695718    023 + 695 = 718    067 + 291 = 358
045876921    045 + 876 = 921    089 + 472 = 561
056291347    056 + 291 = 347    023 + 594 = 617
067291358    067 + 291 = 358    023 + 695 = 718
067854921    067 + 854 = 921    089 + 652 = 741
089472561    089 + 472 = 561    045 + 876 = 921
089652741    089 + 652 = 741    067 + 854 = 921

ABCDEFGHI    ABC + DEF = GHI    ADG + BEH = CFI
326584910    326 + 584 = 910    359 + 281 = 640
348562910    348 + 562 = 910    359 + 461 = 820
359281640    359 + 281 = 640    326 + 584 = 910
359461820    359 + 461 = 820    348 + 562 = 910

ABCDEFGHI    ABC + DEF = GHI    ADG + BEH = CFI
146583729    146 + 583 = 729    157 + 482 = 639
157482639    157 + 482 = 639    146 + 583 = 729
718236954    718 + 236 = 954    729 + 135 = 864
729135864    729 + 135 = 864    718 + 236 = 954

W00T for programming.

 

#8 2007-09-16 01:28:05

mathsyperson
Moderator

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Ooh, nice. Depending on the rules, that first set might not count, but we've still got 8 good answers there.


Why did the vector cross the road?
It wanted to be normal.
 

#9 2007-09-16 02:38:13

Devantè
Real Member

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

where each letter represents a number 1-9.

This part of the puzzle is the tricky bit; If that is indeed one of the actual rules to this puzzle, then yes, I only have 8 answers.

 

#10 2007-09-16 03:00:46

mathsyperson
Moderator

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Oh, I didn't see that, I was just assuming that the first digit of everything couldn't be 0.
In that case, there are only 4 good answers. Still 400% of what we need though. smile


Why did the vector cross the road?
It wanted to be normal.
 

#11 2010-04-04 04:32:17

bugmenot
Novice

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Sorry, but... how about:
ABDBC=DEF/GHI ?   //the same rules//

I've been crushing my head to solve this for a few days...
[EDIT:]
I meant "ABDBC=DEF*GHI", as posted below...

Last edited by bugmenot (2010-04-04 07:09:03)

 

#12 2010-04-04 06:13:03

bobbym
Administrator

Online

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Hi bugmenot;

If this is what you mean:



There is no solution to that one. ABDBC cannot be an integer. Does the problem have a decimal point that you are forgetting about?


In mathematics, you don't understand things. You just get used to them.
Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means.
90% of mathematicians do not understand 90% of currently published mathematics.
 

#13 2010-04-04 07:05:38

bugmenot
Novice

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Sry, I meant ABDBC=DEF*GHI hmm
Sorry

 

#14 2010-04-04 07:16:21

bobbym
Administrator

Online

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Hi;

No problem. Unfortunately that one doesn't have a solution either. Not unless you have some zeros for letters.


In mathematics, you don't understand things. You just get used to them.
Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means.
90% of mathematicians do not understand 90% of currently published mathematics.
 

#15 2010-04-04 07:21:47

bugmenot
Novice

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

How do You know it so quickly?

 

#16 2010-04-04 07:25:39

bobbym
Administrator

Online

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Hi;

I have written a program to do these for me.

You have to be able to recognize a computer problem from a math problem. If you have time please read this:

http://www.artofproblemsolving.com/Foru … p?t=334017

I am of the same opinion today, as then.


In mathematics, you don't understand things. You just get used to them.
Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means.
90% of mathematicians do not understand 90% of currently published mathematics.
 

#17 2010-04-04 08:23:09

bugmenot
Novice

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Well, thank You.
Nice dreams! qwink

 

#18 2010-04-04 08:41:21

bobbym
Administrator

Online

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Hi bugmenot;

Thanks! Glad to help, and welcome to the forum.

http://bestsmileys.com/welcome/1.gif


In mathematics, you don't understand things. You just get used to them.
Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means.
90% of mathematicians do not understand 90% of currently published mathematics.
 

#19 2010-08-16 09:30:58

Kalipso
Novice

Offline

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Did you ever get a clear answer for this one?  Not just the answer itself but what steps you took to get the answer?

 

#20 2010-08-16 09:42:23

bobbym
Administrator

Online

Re: Add ABC + DEF = GHI. Also, ADG + BEH = CFI

Hi Kalipso;

Welcome to the forum! Sometimes you can reason about these but most of the time post #16 holds.

Most of the time there is a big overlap between what is a math problem and what is a programming problem. In some cases there is no overlap or little. I believe these alphametic problems when large are of that type.


In mathematics, you don't understand things. You just get used to them.
Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means.
90% of mathematicians do not understand 90% of currently published mathematics.
 

Board footer

Powered by FluxBB