0

The values of a,x,y if 47x80 is the 10's complement of yaya0 is:

I calculated the 10's complement of yaya0 to be 100,000-yaya0 and then.

   47x80=100,000-yaya0

Now how to find values ?

Khan
  • 185
  • 1
  • 4
  • 15

2 Answers2

2
47080 + 100x = 100000 - (10000y + 1000a + 100y + 10a)
52920 = 100x + 10100y + 1010a

==> a = 2 otherwise you won`t get the 2 as tens

50900 = 100x + 10100y

this can be split up in 5 = y and 9 = x + y

so

a = 2
x = 4
y = 5
mch
  • 9,424
  • 2
  • 28
  • 42
  • 1
    because a, x and y are digits, the only possibility to get the 20 in 52920 is that a=2. You also could compare the digits in the second line and get: 5 = y, 2 = a, 9 = x+y, 2 = a and 0 = 0. – mch Nov 18 '14 at 12:32
0

47x80 represents a number where 'x' is the hundreds. So does yaya0 where 'y' represent the 10-thousands and the hundreds and 'a' represents the thousands and the tens.

The rest is obvious.

Alex
  • 467
  • 4
  • 13