I’ve been trying to understand and solve for this question but I don’t know where to start.
The sum of the first and second terms of a convergent series is $60$. The sum of all the terms is $108$. Determine the common ratio $r$ with $r > 0$, and the first term $a$.
If the first term is called $a$ and the ratio $r$, then from this you have: $$a+ar=60 \tag{1}$$
You probably know that the sum of a convergent geometric sequence is given by $\tfrac{a}{1-r}$; so you have: $$\frac{a}{1-r} = 108 \tag{2}$$ Now combine equations $(1)$ and $(2)$ and solve for $a$ and $r$; can you take it from there?
Addition after comment; from $(2)$ you have $a=108(1-r)$ and plugging this into $(1)$ yields: $$108(1-r)+108(1-r)r=60 \iff \ldots \iff 9r^2=4 \iff r = \ldots$$ Now take the positive solution since it was given that $r>0$; then $a$ follows from $(2)$.