e-MATH
From Euclid and Euler to public-key codes


Some basic concepts in Number Theory

Number Theory is the study of the mathematical properties of the integers, or whole numbers, 0, 1, 2, 3, ... , and especially that part that concerns divisibility. (A number and its negative have the same divisibility properties, so we will not mention negative numbers explicitly, although we will need them for calculations.)

   x            x7   (mod 11)    

0             0          
1             1          
2       128 = 7  (mod 11)
3      2187 = 9  (mod 11)
4     16384 = 5  (mod 11)
5     78125 = 3  (mod 11)
6    279936 = 8  (mod 11)
7    823543 = 6  (mod 11)
8   2097152 = 2  (mod 11)
9   4782969 = 4  (mod 11)
10 10000000 = 10 (mod 11)


Back to:


HOME MEMBERS GOVERNMENT RESEARCH EMPLOYMENT AUTHORS MEETINGS MATH NEWS ORDERING SEARCH SITEMAP

 
Comments: webmaster@ams.org
© copyright 1999, American Mathematical Society.