Maths Olympiad Prep

Library / /26 of 520

Algebra Difficulty 4.8 AIME Prove it

To an integer, we add one-third of the integer, half of the integer's square, and one-sixth of the integer's cube. Prove that we always get an integer.

We start with an integer n n . We need to show that the expression
n3+n22+n36 \frac{n}{3} + \frac{n^2}{2} + \frac{n^3}{6}
is always an integer.

First, let's find a common denominator for the fractions. The least common multiple of 3, 2, and 6 is 6. We rewrite the expression with a common denominator:
2n6+3n26+n36=2n+3n2+n36. \frac{2n}{6} + \frac{3n^2}{6} + \frac{n^3}{6} = \frac{2n + 3n^2 + n^3}{6}.

Next, we need to show that the numerator 2n+3n2+n3 2n + 3n^2 + n^3 is always divisible by 6. We can factor the numerator:
2n+3n2+n3=n(2+3n+n2). 2n + 3n^2 + n^3 = n(2 + 3n + n^2).

We need to show that n(2+3n+n2) n(2 + 3n + n^2) is divisible by 6. This means it must be divisible by both 2 and 3.

1. Divisibility by 2:
- If n n is even, then n n is divisible by 2, so n(2+3n+n2) n(2 + 3n + n^2) is divisible by 2.
- If n n is odd, then 2+3n+n2 2 + 3n + n^2 is even because:
- 2 2 is even.
- 3n 3n is odd (since n n is odd).
- n2 n^2 is odd (since n n is odd).
- The sum of an even number and two odd numbers is even.
- Therefore, n(2+3n+n2) n(2 + 3n + n^2) is divisible by 2.

2. Divisibility by 3:
- If n n is divisible by 3, then n n is divisible by 3, so n(2+3n+n2) n(2 + 3n + n^2) is divisible by 3.
- If n n is not divisible by 3, then n n can be either 1 1 or 2 2 modulo 3.
- If n1(mod3) n \equiv 1 \pmod{3} , then:
2+3n+n22+31+122+3+160(mod3). 2 + 3n + n^2 \equiv 2 + 3 \cdot 1 + 1^2 \equiv 2 + 3 + 1 \equiv 6 \equiv 0 \pmod{3}.
- If n2(mod3) n \equiv 2 \pmod{3} , then:
2+3n+n22+32+222+6+4120(mod3). 2 + 3n + n^2 \equiv 2 + 3 \cdot 2 + 2^2 \equiv 2 + 6 + 4 \equiv 12 \equiv 0 \pmod{3}.
- Therefore, n(2+3n+n2) n(2 + 3n + n^2) is divisible by 3.

Since n(2+3n+n2) n(2 + 3n + n^2) is divisible by both 2 and 3, it is divisible by 6. Therefore, the expression
2n+3n2+n36 \frac{2n + 3n^2 + n^3}{6}
is always an integer. This completes the proof.

Solution

The half of the square of an integer and one sixth of the cube of the same integer are added to one third of the same integer. Prove that the result is an integer.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.