194k views
5 votes
Show that any positive integer is of the form 3q or 3q+1 or 3q+2 for some integer q.

User Jebasuthan
by
6.0k points

1 Answer

6 votes
Euclid's Division Lemma : For any two positive integers a and b, there exists two unique integers q and r such that a = bq + r, 0 r < b.
If we take b = 3, the possible values of r will be 0, 1 and 2
Hence, either a = 3q or a = 3q + 1 or a = 3q + 2.
User DurgaDatta
by
5.3k points