Given each number of the set is a whole number and each number of the set can be represented as a difference of squares of two consecutive whole numbers. Then which type of numbers are there in set ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Each element can be represent as ( x + 1 ) 2 − ( x ) 2 = 2 x + 1 .
Which implies each element of set A is odd because odd numbers are of form 2 n + 1 for some n .