The next terms in a sequence 4, -20, 100, -500 is 2500 and -12500
Solution:
Need to find the next two term in a sequence. 4 , -20 , 100 , -500 ,
Four terms are given need to determine fifth and sixth term.
So lets expand each term to understand the logic

So logic says to get next term, multiply 5 by positive value of previous term and if the term is on even position then only multiply it by -1.
So fifth term as it is odd term, it will be positive value of fourth term multiplied by 5
=> 500 x 5 = 2500
And sixth term as it is even term, it will be positive value of fourth term multiplied by 5 multiplied by -1 = 2500 x 5 x (-1) = -12500
Hence next two terms in the given sequence 4 , -20 , 100 , -500 will be 2500 and -12500