Modular Arithmetic/Wilson's Theorem

From testwiki
Revision as of 16:19, 27 August 2023 by imported>Wikigucoder (Formatting of Wilson's Theorem.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:NavigationTemplate:Stub

Template:Calculus/Def

Examples

5 is a prime number because,

4!=24

and

241(mod5)25|5

which is true. 6, on the other hand, is not, as

5!=120

and

1201(mod6)121|6

which is false. Template:Bookcat