1

$$A = \{2m+ 1:m \text{ exists in } \mathbb{Z}\}$$

$$B= \{2n + 3:n \text{ exists in } \mathbb{Z}\}$$

For this question, it seems that $A=B$, and we know it's equal because we can just plug in numbers from the universe of all integers, but my question is if it is possible to REWRITE $B$ so that $A=B$ for $m=n$ from universe of all integers. Right now, it's only equal if I plug in different $m$ and $n$. In other words, is it possible to rewrite and simplify the equation $2n+3$ into $2n+1$?

Chris Brooks
  • 7,424
Belphegor
  • 1,268
  • 6
  • 27
  • 51

2 Answers2

0

Notice that $2(m-1)+3=2m-2+3=2m+1$.

evinda
  • 7,823
0

$$A=\{2m+1:m \in \mathbb{Z}\}=\{2(m-1)+3:m-1 \in \mathbb{Z}\}=\{2k+3:k \in \mathbb{Z}\}=B$$

Surb
  • 55,662