In a geometric progression, $S_2 = 7$ and $S_6 = 91$. Evaluate $S_4$. Alternatives: 28, 32, 35, 49, 84.
Here's what I tried so far:
$$ S_2 = \frac{a_1(1-r^2)}{1-r} \implies 1-r = \frac{a_1(1-r^2)}{7} \\ S_6 = \frac{a_1(1-r^6)}{1-r} \implies 1-r = \frac{a_1(1-r^6)}{91} $$
Then: $$ \frac{1-r^2}{1} = \frac{1-r^6}{13} \\ r^6 - 13r^2 + 12 = 0 $$
Now i can't solve this equation, perhaps there's an easier way…
Let $x=r^2$ then we see $$x^3-13x+12=0$$ so $$x^3-x-12x+12=0$$ so $$ x(x-1)(x+1)-12(x-1)=0$$ so $$ (x-1)(x^2+x-12)=0$$ so $$ (x-1)(x+4)(x-3)=0.$$