Problem 1E: Determine whether each of these integers is prime. 21 29 71 97 111 143 Problem 2E: Determine whether each of these integers is prime. a) 19 b) 27 c) 93 d) 101 e) 107 f) 113 Problem 3E: Find the prime factorization of each of these integers. a) 88 b) 126 c) 729 d) 1001 e) 1111 f)... Problem 4E: Find the prime factorization of each of these integers. a) 39 b) 81 c) 101 d) 143 e) 289 f) 899 Problem 5E: Find the prime factorization of 10!. Problem 6E: How may zeros are there at the end of 100!. Problem 7E: Express in pseudocode the trial division algorithm for determining whether an integer is prime. Problem 8E: Express in pseudocode the algorithm described in the text for finding the prime factorization of an... Problem 9E: Show that am+1 is composite if a and m are integers greater than 1 and m odd. [Hint: Show that X + 1... Problem 10E: Show that if 2m+1 is and odd prime, then m=2n for some nonnegative integer n. [Hint: First show that... Problem 11E: Show that log2 3 is an irrational number. Recall that an irrational number is real number x that... Problem 12E: Prove that for every positive integer n, there are n consecutive composite integers. [Hint: Consider... Problem 13E: Prove or disprove that here are three consecutive odd positive integers that are primes, that is,... Problem 14E: Which positive integers less than 12 are relatively prime to 12? Problem 15E: Which positive integers less than 30 are relatively prime to 30? Problem 16E: Determine whether the integers in each of these sets are pairwise relatively prime. a) 21, 34, 55 b)... Problem 17E: Determine whether the integers in each of these sets are pairwise relatively prime. a) 11, 15, 19 b)... Problem 18E: We call a positive integer perfect if it equals sum of its positive divisors other than itself. a)... Problem 19E: Show that if 2n-1 is prime, then n is prime. [Hint: Use the identify... Problem 20E Problem 21E: Find these values of the Euler -function. a) (4) b) (10) c) (13) Problem 22E: Show that n is prime if and only if (n)=n1 . Problem 23E: What is the value of (pk) when p is prime and k is a positive integer? Problem 24E: What are the greatest common divisors of these pairs of integer? a) 22.33.55,25.3352 b)... Problem 25E: What are the greatest common divisors of these pairs of integer? a) 375373,2113559 b)... Problem 26E: What is the least common multiple of each pair in Exercise 24? What are the greatest common divisors... Problem 27E: What is the least common multiple of each pair in Exercise 25? What are the greatest common divisors... Problem 28E: Find god (1000, 625) and 1cm (1000, 625) and verify that god (1000, 625) .1cm (1000, 625) =... Problem 29E: Find gcd(92928, 123552) and lcm (92928, 123552), and verify that... Problem 30E: If the product of tow integers is 273852711 and their greatest common divisor is 23345 , what is... Problem 31E: Show that if a and b are positive integers, then ab=gcd(a,b)lcm(a,b) . [Hint: Use the prime... Problem 32E: Use the Euclidean algorithm to find a) gcd(l, 5). b) gcd(100, 101). c) gcd(123, 277). d) gcd(1529,... Problem 33E: Use the Euclidean algorithm to find gcd(12, 18). gcd(lll, 201). gcd(1001, 1331). gcd(12345, 54321).... Problem 34E: How many divisions are required to find gcd(21, 34) using the Euclidean algorithm? Problem 35E: How many divisions are required to find gcd(34, 55) using the Euclidean algorithm? Problem 36E: Show that if a and b are positive integers, then (2a1)mod(2b-1)=2amodb1 . Problem 37E: Show that if a and b are positive integers, then (2a-1)mod(2b1)=2amodb1 . Use Exercise 36 to show... Problem 38E: Use Exercise 37 to show that the integers 235-1,234-1,233-1,231-1,2291 , and 223-1 are pairwise... Problem 39E: Using the method followed in Example17, express the greatest common divisor of each of these pairs... Problem 40E: Using the method followed in Example 17, express the greatest common divisor of each these pair of... Problem 41E: Use the extended Euclidean algorithm to express gcd(26, 91) as a liner combination of 26 and 91. Problem 42E: Use the extended Euclidean algorithm to express gcd(252, 356) as a liner combination of 252 and 356. Problem 43E: Use the extended Euclidean algorithm to express gcd(144, 89) as a liner combination of 144 and 89. Problem 44E: Use the extended Euclidean algorithm to express gcd(1001, 100001) as a liner combination of 1001 and... Problem 45E Problem 46E: Find the smallest positive integer with exactly n different positive factors when n is a) 3. b) 4.... Problem 47E: Can you find a formula or rule for the nth terms of a sequence related to the prime numbers of prime... Problem 48E: Can you find a formula or rule for the nth term of q sequence related to the prime numbers or prime... Problem 49E: Prove that the product of any three consecutive integers is divisible by 6. Problem 50E: Show that if a, b, and m are integers such that m >2 and a = b (mod m), then gcd(a, m) = gcd(b, m). Problem 51E: Prove or disprove that n2-79n+1601 is prime whenever n is a positive integer. Problem 52E Problem 53E: Show that there is a composite integer in every arithmetic progression ak+b,k=1,2, , where a and b... Problem 54E: Adapt the proof in the text that there are infinitely many primes to prove that there are infinitely... Problem 55E: Adapt the proof in the text that there are infinitely many primes to prove that there are infinitely... Problem 56E Problem 57E format_list_bulleted