Proving: a ≡ s (mod 9) | Basic Proof for Congruence Modulo 9

  • Thread starter Thread starter scottstapp
  • Start date Start date
scottstapp
Messages
40
Reaction score
0

Homework Statement


Prove the following
a is congruent to s(mod 9)

Homework Equations


a=drdr-1***d1d0

a=d0+ d110+ d2102+...+dr10r

s= d0+ d1 +...+dr

The Attempt at a Solution



we know that 10-1=9 so we can say that 10 is congruent to 1(mod 9)

so we know that a is congruent to d0+ d110+ d2102+...+dr10r which is congruent to d0+ d1+ d2+...+dr (mod 9).

Is this a step in the right direction? Does anything else need to be shown?
 
Physics news on Phys.org
Not much else needs to be shown. You could fill in some details, like saying why 10^2, 10^3 etc are also congruent to 1 mod 9. But I'm guessing you've got the idea.
 
Last edited:
I guess what I was trying to ask was is the way I wrote a valid formal proof?
 
scottstapp said:
I guess what I was trying to ask was is the way I wrote a valid formal proof?

You wrote a valid INFORMAL proof. I.e. one where you don't detail all of the reasons for every step. If you want a formal proof, you should supply those reasons.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top