Ayesha has a theory about two digit numbers that have a larger tens digit than ones digit. she says that reversing the digits and subtracting the reversed number from the original number will always generate a number that is a multiple of 9. Is Ayesha right ? If so why do you think this works ? If not ,why not ?
would the same patterns work for three -digit numbers in which the hundreds digit is larger than the tens digit and the tens digit is larger than the ones digit.

Respuesta :

DeanR
Ayesha's right.  There's a good trick for knowing if a number is a multiple of nine called "casting out nines."  We just add up the digits, then add up the digits of the sum, and so on.  If the result is nine the original number is a multiple of nine.  We can stop early if we recognize if a number along the way is or isn't a multiple of nine.  The same trick works with multiples of three; we have one if we end with 3, 6 or 9.

So 
[tex]1284673[/tex] has a sum of digits 31 whose sum of digits is 4, so this isn't a multiple of nine.  It will give a remainder of 4 when divided by 9; let's check.

[tex]1284673 = 142741 \times 9 + 4 \quad\checkmark [/tex]

Let's focus on remainders when we divide by nine. The digit summing works because 1 and 10 have the same remainder when divided by nine, namely 1.  So we see multiplying by 10 doesn't change the remainder.  So [tex]100 \times a + 10 \times b + c[/tex] has the same remainder as [tex]a+b+c[/tex].

When Ayesha reverses the digits she doesn't change the sum of the digits, so she doesn't change the remainder.  Since the two numbers have the same remainder, when we subtract them we'll get a number whose remainder is the difference, namely zero. That's why her method works.

It doesn't matter if the digits are larger or smaller or how many there are. We might want the first number bigger than the second so we get a positive difference, but even that doesn't matter; a negative difference will still be a multiple of nine. Let's pick a random number, reverse its digits, subtract, and check it's a multiple of nine:

[tex]813219543092195 - 591290345912318 = 221929197179877 = 9 \times 24658799686653 \quad \checkmark[/tex]

Answer:

Ayesha says that reversing the digits and subtracting the reversed number from the original number will always generate a number that is a multiple of 9.

Lets take a number 63

Now reverse of this is 36. Subtracting [tex]63-36[/tex] we get 27, which is a multiple of 9.

Lets take 76. The reverse is 67 and the difference is [tex]76-67=9[/tex], which is a multiple of 9.

So, yes Ayesha's theory is correct.

This theory works because-

Lets say the original number is 10x+y and the reverse is 10y+x

So, the difference will be

[tex]10x+y-(10y+x)[/tex]

=[tex]9x-9y=9(x-y)[/tex]

This shows why the resulting number is a multiple of 9.

Yes, this works for three digits as well.

Example:

[tex]762-267=495[/tex] (multiple of 9)

[tex]321-123=198[/tex] (multiple of 9)