How to Solve a Logic Problem with Numbers Using Equations?

  • Thread starter Thread starter mhill
  • Start date Start date
  • Tags Tags
    Logic Numbers
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
mhill
Messages
180
Reaction score
1

Homework Statement



given a number of four ciphers ABCD and another four cipher number CDAB get the values of A,B,C,D if we know that 2x (ABCD)=CDAB-5

Homework Equations



2X (ABCD)=CDAB-5

The Attempt at a Solution



no idea.. i have try by brute force but got no results only incongruences , for example B=-3 or similar here '2 x' means multiplication
 
Physics news on Phys.org
You need to be a bit more elegant about this. Split it into powers of ten... for example in the ABCD cipher, the "A" is 100 times more value than the "A"
 
no way , i get weird responses such us A=c=0 and B=-5/3 how are these kind of problems solved in Number theory ?? thanks.
 
mhill said:

Homework Statement



given a number of four ciphers ABCD and another four cipher number CDAB get the values of A,B,C,D if we know that 2x (ABCD)=CDAB-5

Homework Equations



2X (ABCD)=CDAB-5

The Attempt at a Solution



no idea.. i have try by brute force but got no results only incongruences , for example B=-3 or similar here '2 x' means multiplication
Notice that AB and CD always appear together. I would do it this way:

Let X= AB and Y= CD. Then the equation says 2(100X+ Y)= 100Y+ X- 5. Combining the X and Y terms we get the Diophantine equation
-199X+ 98Y= 5. Do you know how to solve that? It has an infinite number of integer solutions but only one that gives a two digit positive integer for both X and Y.