For a finite sequence of non zero numbers, the number of variations in sign is defined as the number...

For a finite sequence of non zero numbers, the number of variations in sign is defined as the number of pairs of consecutive terms of the sequence for which the product of the two consecutive terms is negative. What is the number of variations in sign for the sequence 3, -3, 2, 5, -4, -6 ?

Quiz

Answer/Solution

1

Steps/Work

Given sequence: {1, -3, 2, 5, -4, -6}
The questions basically asks: how manypairs of consecutive termsare there in the sequence such that the product of these consecutive terms is negative.
1*(-3)=-3=negative;
-3*2=-6=negative;
2*5=10=positive;
5*(-4)=-20=negative;
(-4)*(-6)=24=positive.
So there are 3 pairs of consecutive terms of the sequence for which the product is negative.
Answer: A.