
William W. answered 12/30/19
Math and science made easy - learn from a retired engineer
There are two basic types of sequences, arithmetic (where you add a number to get to the next term of the sequence) or geometric (where you add a number to get to the next term of the sequence). You first need to know which type of sequence this is. For reasons I'll discuss later, I'm guessing this is an arithmetic sequence.
If we map out the sequence, it would look like this:
So I'm taking some number, let's call it "x", and adding it to 3, then adding it to the 2nd term, then adding it to the third term, then adding it to the 4th term and getting 31 as the answer. I can write that like this:
3 + x + x + x + x = 31 or
3 + 4x = 31 then subtracting 3 from both sides:
4x = 28 then dividing by 4:
x = 7
So the 2nd term is 10 (because 3 + 7 = 10), the third is 17 (because (10 + 7 = 17), and the 4th is 24 (because 17 + 7 = 24). Notice that if we add 7 to the 4th term (24), we get 31, our given 5th term.
If this were a geometric sequence, it would still be possible to compute the values of terms 2, 3, and 4 but it doesn't turn out to be a nice even number in this case. To do so we would have:
3*x*x*x*x = 31 or
3x4 = 31
x4 = 31/3
x = the 4th root of 31/3 which is a complicated number and probably not what this problem is about. To get each term, we would multiply by the 4th root of 31/3 to get the next term number.