Tag Archives: homework hints

Homework Chp 5 Update – problem #20

Hi everyone,

Problem #20 in Chapter 5 uses an idea that we have *not* yet covered in class. Ā It is no longer a required problem – you don’t have to do it – but I will give you extra credit if you turn in a solution. Ā This is excellent practice in reading and applying a definition (just as we have been doing for the definitions of odd, even, divides, and so on). Ā The problem reliesĀ on a new definition, that of congruence mod n – itĀ appears in the book as Definition 5.1 on page 105, but I will also give it here:

Definition. Ā Given integers a and b, and n \in \mathbb{N}, we say “a is congruent to b mod n”, orĀ a \equiv b \pmod n, if
n | (b-a).

For example, if are told that x \equiv 7 \pmod 3, then we can conclude:
3|(7-x) Ā (by the definition of congruence), and
7-x = 3k for some integer k (by the definition of divides)

Hope this helps! Ā Please write back and let me know if you have any questions.

Best of luck,
Prof. Reitz

Homework Hints: Set-theoretic notation

Hi everyone,

I wanted to give an example of writing a given set in set-theoretic notation – this should help out withĀ some of the problems on your first homework assignment (Section 1.1).

Example: Write in set-theoretic notation: Ā \{5,10,15,20,\ldots \}

In this case, you can see that the given set consists of all multiples of 5. Ā A good way toĀ approach problems like this is to start with one of the basic sets,Ā for example

  • Ā the natural numbers \mathbb{N} = \{1,2,3,4, \ldots \}
  • the integers \mathbb{Z} = \{\ldots,-3,-2,-1,0,1,2,3,\ldots\}

In this example, I can see that multiplying every natural number by 5 should give me the set that I want. Ā Therefore, I will use the formula 5n , and the conditionĀ n\in \mathbb{N}. Ā Combining these in set-theoretic notation gives the solution:

Solution \{ 5n : n\in \mathbb{N} \}

Here are two ways to read this solution aloud:

  • “the set of all 5n such that n is a natural number”, or
  • “for each n in the natural numbers, multiply n by 5 and include the result in the set”

I hope this helps – feel free to respond here if youĀ any questions.

Best,
Prof. Reitz