Loading [MathJax]/jax/output/HTML-CSS/jax.js

Tuesday, 25 June 2024

Two Simple Number Properties

Reading through Achmad Damar's "104 Number Theory", there are two simple number properties that are mentioned early on that are easy to prove but the proofs are elegant to my eye at least. Let's look at them.

PROPERTY ONE

Let n be an integer greater than 1. Prove that 2n is the sum of two consecutive odd integers. 

Let's suppose that the statement is true and that:2n=(2k1)+(2k+1)2n=4kk=2n2thus 2n=(2n11)+(2n1+1)From this we can see how to quickly calculate the two odd consecutive numbers. Suppose n=10 and thus 210=1024. Because 29=512, it's easy to see that 1024=511+513.

PROPERTY TWO

Let n be an integer greater than 1. Prove that 3n is the sum of three consecutive integers.

Again, let's suppose that the statement is true and that:3n=(s1)+s+(s+1)3n=3ss=3n1thus 3n=(3n11)+3n+(3n1+1)Again it's easy to find these three numbers. Let's take n=3 so that 33=27 and 32=9. This gives 27=8+9+10.

No comments:

Post a Comment