MATH 135 F24 EPQuiz1
MATH 135 F24 EPQuiz1
5)
These problems are for extra practice and are not to be handed in. Solutions will not be posted but, unlike
assignment problems, they may discussed in depth on Piazza.
• The warm-up exercises are intended to be fairly quick and easy to solve. If you are unsure about any
of them, then you should review your notes and possibly speak to an instructor before beginning the
recommended problems.
• The recommended problems are intended to help you prepare to write your quizzes. Try writing
solutions to these problems using only the posted reference sheet for the corresponding quiz as an
aid.
• At least one more challenging extra problem is also included for students wishing to push themselves
even harder. Do not worry if you cannot solve these more difficult problems. Their difficulty is
beyond the difficulty of the quizzes.
Warm-up Exercises
3. Let a, b, c ∈ Z. Consider the implication S: If gcd(a, b) = 1 and c | (a + b), then gcd(b, c) = 1. Fill in
the blanks to complete a proof of S.
Recommended Problems
5. (a) Use the Extended Euclidean Algorithm to find three integers x, y and d = gcd(1112, 768) such
that 1112x + 768y = d.
(b) Determine integers s and t such that 768s − 1112t = gcd(768, −1112).
8. Prove that for all integers a, b and c, if a | c and b | c and gcd(a, b) = 1, then ab | c.
10. Suppose a, b and n are integers. Prove that n | gcd(a, n) · gcd(b, n) if and only if n | ab.
11. Let gcd(x, y) = d for integers x and y. Express gcd(18x + 3y, 3x) in terms of d and prove that your
expression is in fact correct.
Challenge(s)
12. (a) Let n be a positive integer for which gcd(n, n + 1) < gcd(n, n + 2) < · · · < gcd(n, n + 20).
Prove that gcd(n, n + 20) < gcd(n, n + 21).
(b) Let n be a positive integer for which gcd(n, n + 1) < gcd(n, n + 2) < · · · < gcd(n, n + 6).
Does it follow that gcd(n, n + 6) < gcd(n, n + 7)?
14. An integer n is perfect if the sum of all of its positive divisors (including 1 and itself) is 2n.