Proving Divisibility of 'abba' & 'abbbba' by 11

  • Thread starter um0123
  • Start date
In summary, abba is always divisible by 11, abbba is always divisible by 11, and abba is divisible by 11 iff when adding and subtracting its digits alternatively gives you zero.
  • #1
um0123
152
0

Homework Statement



A four digit number can be represented by 'abba'. (where a and b are digits)

1) show that abba is always divisible by 11.
2) show that abbbba is always divisible by 11.
3) is abbba divisble by 11?

Homework Equations



non

The Attempt at a Solution



i honestly have no idea how to begin solving this, i understand what its asking but have no idea how to prove it.
 
Physics news on Phys.org
  • #2
What are the rules of divisibility for 11?
 
  • #3
You can write the number abba with its digits as N=1000*a+100*b+10b+a.

Collect the terms containing a and b:

N=1001*a +110 *b.

See if the factors 1001 and 110 are divisible by 11.

ehild
 
  • #4
I have a easier way.

you can express N as :
10³a+10²b+10b+a
==(-1)³a+(-1)²b+(-1)b+a mod(11)
==-a+a+b-b mod(11)
==0 mod(11)

I believe the others can be proved analogously.
 
  • #5
What icystrike said, can be generalized for any integer N.

Let

[tex]N=a_n10^n+...+a_110+a_0[/tex]

Then, since 10=(-1)(mod11) it follows that 10^n=(-1)^n(mod11), and similarly for others, so:

[tex]a_n10^n+...+a_110+a_0=a_n(-1)^n+a_{n-1}(-1)^{n-1}+...+a_1(-1)+a_0(mod 11)[/tex]

Which basically tells you that a number N is divisible by 11 iff when adding and subtracting its digits alternatively gives you zero.

now 2) -a+b-b+b-b+a=0. so yes!
 
Last edited:
  • #6
we haven't learned modulo yet so I am not sure how to use them. I understand what you guys mean when you say it can be represented by 1000a + 100b + 10b + a but i don't understand how to use 11 to solve it.
 
  • #7
um0123 said:
we haven't learned modulo yet so I am not sure how to use them. I understand what you guys mean when you say it can be represented by 1000a + 100b + 10b + a but i don't understand how to use 11 to solve it.

ehild explained it without modulo.

Have a look at his/her post! (post #3)
 
  • #8
thanks to everyone, i figured it out and gave an explanation stating that if both nomials are divisible by a common factor then the sum of the two must also be.
 
  • #9
It can easily be proved that if d|a and d|b then d|(ah+bk), where h,k are integers.
 

FAQ: Proving Divisibility of 'abba' & 'abbbba' by 11

What is the rule for determining if a number is divisible by 11?

The rule for determining if a number is divisible by 11 is to add up the digits in the number in pairs, starting from the right. If the resulting sum is divisible by 11, then the original number is also divisible by 11.

How can I apply this rule to prove divisibility of 'abba' by 11?

To prove divisibility of 'abba' by 11, you would add up the digits in pairs, starting from the right. For example, if 'abba' is 1234, you would add 34 and subtract 12, resulting in 22. Since 22 is divisible by 11, we can conclude that 1234 is also divisible by 11.

Can this rule be applied to any number with repeating digits?

Yes, this rule can be applied to any number with repeating digits. As long as the digits are in pairs, the rule will work to determine divisibility by 11.

How can I prove divisibility of 'abbbba' by 11 using this rule?

To prove divisibility of 'abbbba' by 11, you would add up the digits in pairs, starting from the right. For example, if 'abbbba' is 123456, you would add 56 and subtract 12, resulting in 44. Since 44 is divisible by 11, we can conclude that 123456 is also divisible by 11.

Are there any other rules for proving divisibility by 11?

Yes, there are other rules for proving divisibility by 11, such as the alternating sum rule. This rule involves multiplying each digit by 1 or -1, depending on its position in the number, and adding the resulting products. If the sum is divisible by 11, then the original number is also divisible by 11.

Back
Top