You can put this solution on YOUR website! If the sixth term of a sequence is 128 and the common ratio is 2, what is the first term?
----
Form: a(n) = a*r^(n-1)
------------------------------
a(6) = a*2^5 = 128
----
a*32 = 128
----
a = 4 (That is the 1st term)
------------
Cheers,
Stan H.
---------------