Solved exercises
Exercises - Chapter 1: Divisibility
Source: biblio1, page 16 Subchapter: 1.1 Divisors
Exercise 1: Remainders of Perfect Squares
Question: What are the possible remainders when a perfect square () is divided by 3, 5, or 6?
View Solution
By the Division Algorithm, any integer can be written as where . Squaring this gives . The remainder of divided by depends entirely on the remainder of divided by .
- Divided by 3: Possible remainders for are .
- Remainder 0
- Remainder 1
- Remainder 1
- Answer: 0 or 1.
- Divided by 5: Possible remainders for are .
- Answer: 0, 1, or 4.
- Divided by 6: Possible remainders for are .
- Answer: 0, 1, 3, or 4.
Exercise 2: Transitivity of Divisibility
Theorem to Prove: If and , then .
View Proof
- Assume . By definition, such that .
- Assume . By definition, such that .
- Substitute into the second equation: .
- Regroup: .
- Since is an integer, divides by definition.
Exercise 3: Multiplication of Divisibilities
Theorem to Prove: If and , then .
View Proof
- Assume for some integer .
- Assume for some integer .
- Multiply the equations: .
- Regroup terms using commutativity: .
- Since is an integer, divides by definition.
Exercise 4: Cancellation/Multiplication Property
Theorem to Prove: If , then .
View Proof
Forward direction (): Assume . Thus, for some integer . Multiply both sides by to get . Regrouping gives . Therefore, .
Backward direction (): Assume . Thus, for some integer . Since we are explicitly given that , we can mathematically cancel from both sides, leaving . Therefore, .
Exercise 5: Divisor Size Limit
Theorem to Prove: If and , then .
View Proof
- Assume . By definition, for some integer .
- Since , it must be true that .
- Take the absolute value of both sides: .
- Because is a non-zero integer, its absolute value must be at least 1 ().
- Multiplying by a number greater than or equal to 1 means the result () must be greater than or equal to . Thus, .
Exercise 6 (1.4): Addition of Divisibilities
Question: If and , must ?
View Solution
No. We can prove this by providing a single counterexample.
- Let and (since ).
- Let and (since ).
Testing the claim:
Since 5 does not divide 13, the statement is false.
Exercise 7 (1.5): Euclidean Algorithm
Question: Calculate .
View Solution
Using the Euclidean Algorithm (repeated division):
The algorithm stops at a remainder of 0. The greatest common divisor is the last non-zero remainder.