Question 1158317
<br>
(1) It is not completely clear what the sequence is; and<br>
(2) in a problem like this, I don't know what "solve" means.<br>
I will treat the terms in the sequence simply as strings of characters, without trying to guess the meaning.<br>
The first item in each term is an integer; they start at 10 and increase by 2 each time.<br>
The remaining items in each term are the numbers 4 and 2, and the operators * and /.  The 4 and 2 are always in that order; the order of the two operators switches from one term to the next.<br>
If "solve" just means finding the next term in the sequence, my guess is that the new number is 16; and since the last term shown has * before /, the next term will have / before *.  And the 4 and 2 will be in the same order as always.<br>
Next term: (16 / 4*2)<br>