C5-8 Flashcards
with a, b and d being natural numbers what is the equation in relation to d | a and d | b
d=as + bt
for integers s and t
what is the greatest common divisor
natural number d satisfying the equation d=as + bt
when is something said to be relatively prime (or coprime)
when it is true that two natural numbers (example) a and b have gcd(a,b) = 1
Let a, b and c be integers that are relatively prime with a and b. What can be assumed
if a | bc then a | c
and
if a | c and b | c then ab | c
write this as an equation: every positive integer n greater than 1 may be written…
n= p1 p2..pr where p is a prime number and r is greater than or equal to 1.
what is the lowest common multiple
the smallest positive integer that is divisible by both a and b
how do you use the efficient method for finding the gcd
Euclidean algorithm
when a and b are natural numbers
if b= aq+r where q and r are positive integers, then gcd (b,a)= gcd (a,r)
what is the Diophantine equation
ax + by = c
which only has a solution if d | c where d= gcd (a,b)
what is the formula when something is congruent to a modulus
letting n > 1 as a fixed positive integer called modulus. We say two integers a and b are congruent modulo n and write
a ≡ b (mod n)
a (mod n) ≡ ?
a
if a ≡ b (mod n)
then b ≡ a (mod n)
if a ≡ b (mod n) and b≡ c (mod n)
then a ≡ c (mod n)
if a ≡ b (mod n) and c ≡ d (mod n)
then a + c ≡ b + d (mod n)
and
ac ≡ bd (mod n)
(5) if a ≡ b (mod n)
then a + c ≡ b + c (mod n)
and
ac ≡ bc (mod n)
(6) if a ≡ b (mod n)
then a^k ≡ b^k (mod n) for any positive integer k