in a list of numbers, each number after the first is exactly one third the number immediately preceding it.if the seventh number in the list is 2,what is the 4th number in the list?
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.
Let the set be a, b, c, d, e , f, g, .......
So g = 2, this means f=3g and e = 3f and so on.
By this, d comes out to be 2 3 3*3 = 54