PDA

View Full Version : Help me solve this equation


Bad_Boy_Blue
Oct22-04, 10:58 AM
If cats + dogs = lamb, what does dogs equal?

Bad_Boy_Blue
Oct22-04, 11:12 AM
Please simplify your answers as I'm finding this concept rather difficult to get my head around.

The Bob
Oct22-04, 11:59 AM
If cats + dogs = lamb, what does dogs equal?
Surely you just move the cats to the other side of the equals sign. Right?

The Bob (2004 ©)

chroot
Oct22-04, 12:23 PM
Is this a problem where every letter is assigned a digit? And thus this problem is the sum of two four digit numbers? Or is it something else entirely?

- Warren

Gokul43201
Oct22-04, 12:41 PM
If it is what chroot is suggesting it is, it looks hard to figure without using a computer. Making a few simple eliminations (O=0 or 9), reduces the number of possibilities to about 10^5 - notice that there are 10 different letters, so all the digits must be used. Hmmm...looks like a toughie.

Are you just making up a generic example off the top of your head, or is this the exact question from a book or homework ? If the former, there may be no solution at all, and even if there are solutions, they may not be paper-and-pencil-able.

Are you allowed to write a program ?