Hi,
so i am working on some basic math problems and i get this problem about finding the next number in the sequence, and this is it:
25, 27, 30, 15, 5, 7, 10 __
I see the simple solution as +2, +3, divided by 2, divided by 3, +2, +3, divided by 2 and so on...
So given my...