Prove algebraically that n^3 +3n -1 is odd for all positive integers n

There are 2 possible cases.

First when n is even, then let n = 2k where k is a positive integer.
Substituting n = 2k gives us:
(2k)3 + 3(2k) -1
= 8k3 + 6k - 1
[We are trying to prove that it is odd so try and write it in the form 2m + 1 or 2m - 1]
= 2(4k3 + 3k) - 1
Since 2(4k3 + 3k) is a multiple of 2 it is even so by taking away 1 makes it odd, therefore when n=2k the expression is odd.

The second case is when n is odd, then let n=2k + 1 where k is a positive integer (including 0).
Substituting n=2k + 1 gives us:
(2k+1)3 + 3(2k+1) -1
[use the binomial theorem to expand (2k+1)3]
(2k)3 + 3(2k)2(1) + 3(2k)(1)2 + (1)3 + 6k + 3 - 1
=8k3 + 12k2 + 6k + 1 + 6k + 2
=8k3 + 12k2 + 12k + 3
=2(4k3 + 6k2 + 6k) + 3
This is an even number + 3 which gives us and odd number, therefore when n=2k+1 the expression is odd.
Therefore we can conclude that for all n, n3 + 3n - 1 is odd.

Related Maths A Level answers

All answers ▸

How do you calculate the angle between two vectors?


A circle has the equation x^2 + y^2 - 4x + 10y - 115 = 0. Express the equation in the form (x - a)^2 + (y - b)^2 = k, and find the centre and radius of the circle.


A curve C is defined by the parametric equations x=(4-e^(2-6t))/4 , y=e^(3t)/(3t), t doesnt = 0. Find the exact value of dy/dx at the point on C where t=2/3 .


Given log3(3b + 1) - log3(a-2) = -1 for a > 2. Express b in terms of a.