PDA

View Full Version : Sequence


raku07
Mar 8, 2011, 12:57 AM
4 2 6 3 10 ?

galactus
Mar 8, 2011, 04:40 AM
Group the sequence in pairs. Look at the first number, then the second in each pair. Isn't the second one half the first?
So, what is half of 10?

Unknown008
Mar 8, 2011, 12:36 PM
Or it could be something like:

(4, 2), (6, 3), (10, )

Where the 'x' is increasing by 2, 4, 6, 8, etc and 'y' increasing by 1.