Jump to content

Recommended Posts

Posted

Take a four digit positive number A, reverse the digits to make number B

 

show that A^2 - B^2 is always divisible by 99

 

example: A=3785 B=5873

 

first question in my analysis exam today , dont know why.

Posted

Write a = 10^3*x1 + 10^2*x2 + 10*x3 + x4 and b similarly, expand the expression and show the coefficients are all factors of 99 is the first method that comes to mind.

Posted

dave, thats the first thing that came into my mind as well, but it takes hell of a job to expand A2-B2

 

the way i did it was to show that A-B is divisible by 9 and A+B is divisible by 11

 

i wonder if there are any better ways to work round it. i was about to use modular arithmetic but i am rubbish at that.

Posted

Try writing A in the form

 

A=1000a+100b+10c+d,

 

where a,b,c and d are the digits of A's decimal expansion. Then see what happens if you reverse and subtract.

 

Ask if you need a further hint.

Posted
Try writing A in the form

 

A=1000a+100b+10c+d' date='[/quote']

 

Write a = 10^3*x1 + 10^2*x2 + 10*x3 + x4 and b similarly, expand the expression and show the coefficients are all factors of 99 is the first method that comes to mind.

 

:)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.