Given a sequence 32, 16, 4, 18, 9, 3, .... The next numbers are ....
A. 17, 8, 5
B. 17, 6
C. 17, 4
D. 16, 4
E. 14, 8
My train of thought was to group the sequence into three numbers, so we get (32, 16, 4) and (18, 9, 3).
32 is two times of 16 which is square of 4.
18 is two times of 9 which is...