Given an increasing geometric progression such that: $$a_1+a_2+a_3+a_4+a_5=93\qquad\text{ and }\qquad a_2+a_4=30,$$ find $a_1$, $a_2$, $a_3$, $a_4$, $a_5$ without using the sum formula.
What I did: Let $q$ denote the common ratio of the geometric progression, so that $$a_1q+a_1q^3=30\qquad\text{ and }\qquad a_1+a_1q+a_1q^2+a_1q^3+a_1q^4=93.$$
Dividing the two equations yields $$\frac{1+q+q^2+q^3+q^4}{q+q^3}=\frac{93}{30},$$
but I don't know how to solve this equation.
Edit: I edited the question so that $a_1+a_2+a_3+a_4+a_5=93$ and NOT $a_1+a_2+a_3=93$.
Hint:
\begin{align} a_1+a_2+a_3+a_4+a_5&=93\\ a_1+(a_2+a_4)(1+q)&=93\\ a_1+30(1+q)&=93\\ a_1&=63-30q \end{align}
Then:
\begin{align} a_2+a_4&=30\\ a_1q(1+q^2)&=30\\ (63-30q)q(1+q^2)&=30\\ (21-10q)q(1+q^2)&=10\\ \iff 10q^4-21q^3+10q^2-21q+10&=0 \end{align}
Now try with the Rational Root Theorem.