Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Coprime

From Prime-Wiki
Revision as of 09:50, 23 January 2019 by Karbon (talk | contribs) (restored)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Two integer numbers are coprime or relatively primes when their greatest common divisor is 1 (gcd(x,y)=1). This does not mean that any of these numbers is prime.

Two random numbers are coprime with a probability over 60% (the exact number is 6/π2).
Three random numbers are coprime with a probability over 83%.

When two integers m and n are coprime, it is possible to define the modular inversion of m(modn) and thus the modular division by m(modn).

External links