161k views
3 votes
(True/False): For every integer n, n is a multiple of 3 if and only if n can be expressed as the sum of 3 consecutive integers.

User Bluetech
by
7.8k points

1 Answer

3 votes

Answer:

If n is a multiple of 3:

Let n = 3a, where a is an integer.

Then n - 1 + n + n + 1 = 3n = 3(3a) = 9a.

If n can be expressed as the sum of 3 consecutive integers:

n = a - 1 + a + a + 1 = 3a, so n is a multiple of 3.

User Alberto Scampini
by
8.4k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.