Monthly Archives: January 2015

2n-1 problem

The problem says that if there are elements then the minimal number of elements in a set which guarantees that there will be exactly elements divisible by is

Posted in Famous Problem, Number Theory | Tagged | Leave a comment

3n Problem

I found this in Mathematical miniatures by Titu Andreescu. Suppose we have integers divided into three sets of each. Then one can alway pick an element from each of the three sets such that one can be expressed as the … Continue reading

Posted in Famous Problem, Number Theory | Tagged | Leave a comment

Among n integer one can choose several (possibly one) whose sum is divided by n

This is a classic problem in number theory which can be easily solved by Pigeon Hole principle. Let be the sum of first integers. Thus we have different sums. Suppose none of these sums are divisible by . However any number … Continue reading

Posted in Number Theory, Pegion Hole | Tagged | Leave a comment

Sundaram’s sieve and 2n+1 prime

If the number is present in sieve then not prime, else it is. The sieve is Let represents the term in the above sieve. So along the x-axis we have and along y-axis we have . The common difference along … Continue reading

Posted in Prime Numbers, Sequences | Tagged | Leave a comment

Existence of a real number such that when added to seq of real gives all irrationals

Let be arbitrary real numbers. Prove that there exists a real number such that each of the numbers is irrational. It’s easy to see that if all are rational numbers then any irrational number will do the job because the … Continue reading

Posted in Pegion Hole, Proof by Contradiction, Sequences | Tagged , | Leave a comment

Pythagorean Triplets

We all know the basic triplets or or some even . However what is the general recipe to concoct all these. Observe these two expansions and . Subtracting we get which is same as  or . Now choose different value … Continue reading

Posted in Combinatorics, Number Theory | Tagged | Leave a comment

Inductive Construction

Given numbers is it possible to arrange the numbers in a row so that the arithmetic mean of any two of these numbers is not equal to some number between them? Let’s begin with two numbers Three numbers or  or … Continue reading

Posted in Mathematical Induction, Number Theory, Sequences | Tagged | Leave a comment

Cyclic product of positive real numbers each less than 1 is less than 1/4

Let be non-negative real numbers that add up to or Prove that . Well its easy to see that it is true for Assume that they are all arranged about a circle, so that can be regarded as a pair … Continue reading

Posted in Mathematical Induction, Proof | Tagged | Leave a comment

Game of Nim

Nim is played with stacks of coins. One can pick any number of coins as one wish and the person who picks the last set of coins win.

Posted in Uncategorized | Leave a comment

n! as sum of n divisors, n bigger than 3

Prove that, for each , the number can be represented as the sum of distinct divisors of itself. Note for it does not work because the divisors but it does work for where the divisors are . Similarly for the … Continue reading

Posted in Mathematical Induction, Number Theory, Proof | Tagged | Leave a comment