What this quiz covers
This quiz focuses on Primes And Factorization, giving you a quick way to practice the rules, question types, and explanations that matter most for Discrete Math.
The Fundamental Theorem of Arithmetic guarantees unique prime factorization. However, if we worked in a different number system where −5 was allowed, we could write 6=2⋅3=(1+−5)(1−−5). What property do the integers possess that this extended system lacks?
Discrete Math Quiz
Practice Primes And Factorization in Discrete Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Primes And Factorization, giving you a quick way to practice the rules, question types, and explanations that matter most for Discrete Math.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
The Fundamental Theorem of Arithmetic guarantees unique prime factorization. However, if we worked in a different number system where −5 was allowed, we could write 6=2⋅3=(1+−5)(1−−5). What property do the integers possess that this extended system lacks?
A factorization algorithm tests whether integers of the form 22n+1 (Fermat numbers) are prime. For F4=216+1=65537, the algorithm needs to check divisibility by primes up to F4. If the algorithm uses a sieve to pre-compute primes, what is the largest prime it needs to include in its sieve?
The Miller-Rabin primality test uses the fact that for odd prime p and integer a with gcd(a,p)=1, if we write p−1=2s⋅d where d is odd, then either ad≡1(modp) or a2j⋅d≡−1(modp) for some 0≤j≤s−1. For n=341 and base a=2, what happens when we apply this test?
In modular arithmetic, if p is an odd prime and a is not divisible by p, then a(p−1)/2≡±1(modp). For the prime p=17, how many integers a with 1≤a≤16 satisfy a8≡1(mod17)?
Consider the polynomial f(x)=x4+x3+x2+x+1. This polynomial has a special relationship to factorization over the integers. What is the key property that makes this polynomial important in number theory?
In the RSA encryption algorithm, if the public key is (n,e)=(77,13) where n=pq with p and q distinct primes, what is the private key exponent d such that ed≡1(modϕ(n))?
Let p be a prime number greater than 3. If p2+2 is also prime, what is the remainder when p is divided by 6?
Let S be the set of all positive integers n such that 2n+1 and 3n+1 are both prime. The largest element in S that is less than 20 is:
Consider the sequence defined by an=n!+1 for n≥1. Which statement about the prime factorization of terms in this sequence is correct?
Consider integers of the form 6k+r where k≥1 and 0≤r≤5. For which values of r can 6k+r potentially be prime for some value of k?
Consider the sequence of numbers an=2n−1 for n≥1. Which statement about the prime factorization properties of this sequence is correct?
Let N=212⋅38⋅54. The number of positive divisors of N2 that are perfect squares is: