honchos
The first and second numbers in a sequence of numbers are plotted as the x and y coordinates, respectively, of a point on the coordinate plane, as are the third and fourth numbers, and all subsequent pairs in the sequence, and a line is formed by connecting these points, what would be the slope of the line?
1.Except for the first number, the sequence of numbers is formed by doubling the previous number and then subtracting 1.
2. The first number in the sequence is 3.
From F.S 1, we have the series as x,2x-1,4x-3,8x-7 .. etc
Now, as per the question stem, the two co-ordinates will be : (x,2x-1) and (4x-3,8x-7) --> The slope of the line : \(\frac{(8x-7)-(2x-1)}{(4x-3)-x}\) = \(\frac{6(x-1)}{3(x-1)}\)
The slope will be 2, if \(x\neq{1}\) and undefined if x = 1. However, we don't know that. Insufficient.
From F.S 2, all we know is the first term, clearly Insufficient.
Taking both statements together, we know that \(x\neq{1}\) and hence, the slope is 2. Sufficient.
C.
The mistake in your solution is that you assumed that there are just 4 points. But the question does not say this. It says " and all subsequent pairs in the sequence" which means there are more than 4 terms in the sequence. In case of 2 points you will a straight line. But if the number of points is more than 2, you wont get a straight line. So both statements are not sufficient.
So E.