Primes Flashcards

1
Q

not prime

A

composite

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

prove there are infinitely many primes

A

Q = p1p2…pn + 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Mersenne Prime

A

2^p - 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The prime number theorem

A

lim as x-> infinity pi(x)/(x/ln(x)) = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the prime number theorem say about the odds of a number being prime

A

1/ln(n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

All primes greater than 2 are;

A

odd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

For every positive integer n there is an arithmetic progression of length n consisting of

A

entirely primes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

two integers m and n are relatively prime if

A

gcd(m,n) = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

gcd(a,b) * lcm(a,b) =

A

a*b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The multiplicative inverse of n mod(m) exists iff

A

m and n are relatively prime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You should check out a proof of the uniqueness of the prime facorization of a positive integer

A

do it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The chinese remainder theorem

if

x = i mod m

x = j mod n

x = k mod o

and m n o are pairwise relatively prime

then

A

x = inn’oo’ + jmm’oo’ + kmm’oo’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Fermat’s little theorem

if p is prime and a is not divisible by p then

A

a^(p-1) = 1 mod p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is 7^222 mod 11

A

5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

when is m pseudoprime mod n

A

m^(n-1) = 1 (mod n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

a primitive roor modulo p is an integer r in Zp such

A

that every nonzero element of Zp is a power of r

17
Q

log 5 mod 11 base 2

A

4

18
Q
A