I don't want the answer to this question, rather just whether it is actually possible. So far I have found m = 10 and r = 2 (or alternatively m = 0 and r = -1/2) which gives the consecutive terms listed in the question values of 12, 24 and 48 (or -8, 4 and -2).
But to work out the summation of the first 10 elements (using the formula (a(r^10-1))/(r-1) ) then surely I need to know a. As the question states that the terms are consecutive but doesn't give information about where in the sequence they appear, is it even possible to work out a and hence the summation? If I understand this correctly then a could be 12, but it could as easily be 6 or 3 or . . . . .
NB I shouldn't assume anything - so I can't assume that 2m-8 is the first term.
HINT: solve the System $$2m+4=(2m-8)q$$ and $$5m-2=(2m-8)q^2$$ solving this System we get $$m=0,q=-\frac{1}{2}$$ or $$m=10,q=2$$