Question 1098255

insert four geometric mean between 1/8 and 128
<pre>Common ratio: {{{matrix(1,7, sqrt(a[1] * a[n]), "=", sqrt((1/8) * 128), "=", sqrt(16), "=", 4)}}}
Inserting 4 geometric means will result in 6 (4 + 2) terms. You already have 2: the 1st and last, or the 6th term.
Use the common ratio to find these 4 means/terms.