Geometric Sequences Problem

44 Views Asked by At

The formula for geometric sequences is $a = (a1 * r^{n-1})$, right?

Why isn't it working for this problem? $400, 320, 256\cdots$ What is the $6$th term?

$a_6 = 400\times{4/5}^5$?