Difference between revisions of "User:Temperal/The Problem Solver's Resource6"
(source) |
(link) |
||
Line 6: | Line 6: | ||
| style="background:lime; border:1px solid black;height:200px;padding:10px;" | {{User:Temperal/testtemplate|page 6}} | | style="background:lime; border:1px solid black;height:200px;padding:10px;" | {{User:Temperal/testtemplate|page 6}} | ||
==<span style="font-size:20px; color: blue;">Modulos</span>== | ==<span style="font-size:20px; color: blue;">Modulos</span>== | ||
− | + | This section covers [[modulos]]. | |
==Definition== | ==Definition== | ||
*<math>n\equiv a\pmod{b}</math> if <math>n</math> is the remainder when <math>a</math> is divided by <math>b</math> to give an integral amount. | *<math>n\equiv a\pmod{b}</math> if <math>n</math> is the remainder when <math>a</math> is divided by <math>b</math> to give an integral amount. |
Revision as of 20:57, 5 October 2007
ModulosThis section covers modulos. Definition
Special NotationOccasionally, if two equivalent expressions are both modulated by the same number, the entire equation will be followed by the modulo. PropertiesFor any number there will be only one congruent number modulo between and . If and , then .
Useful TheoremsFermat's Little Theorem:For a prime and a number such that , . Wilson's Theorem: For a prime , . |