Number Sequence Review Tutorial and Practice Questions
- Posted by Brian Stocker MA
- Date June 20, 2014
- Comments 0 comment
Sequences
A sequence, in mathematics, is a string of objects, like numbers, that follow a pattern. The individual elements in a sequence are called terms.
Number sequence questions as for a particular term in the sequence, which can be calculated or reasons from the pattern.
Number sequences are College Level Math and appear on standardized tests
Review and Tutorial
A sequence of numbers is a set of numbers, but here they are in order. For example, we can represent the set of natural numbers N as a sequence 1, 2, 3,… A sequence can be finite or infinite. In our case of the sequence of the natural numbers, we have an infinite sequence.
If we have a sequence of numbers a1, a2, a3, … we denote that sequence by {an}. We can write, for example, the sequence of natural numbers like this:
an = an-1 + 1 or an+1 = an+1
From this formula, we can see that each number is greater than the previous number by one, which is true for the sequence of the natural numbers.
The first term (member) of the sequence is denoted by a0. So, if we know the first term of the sequence and we know the formula that describes the sequence, we can find any term of that sequence. Even if we know some other member of the sequence, we can find other members.
Let’s solve 2 examples for both cases:
1) If a0 = 2 and an = an-1 – 2, find the 4th member of the sequence {an}.
Let’s find 2nd and 3rd member, which we will use to find the 4th.
a1 = a0 – 2 = 2 – 2 = 0
a2 = a1 – 2 = 0 – 2 = -2
a3 = a2 – 2 = -2 – 2 = -4
So, our 4th member is number -4.
2) If a2 = 4 and an = 2an-1, find the 1st member of the sequence {an}.
a2 = 2a1 → 4 = 2a1 → a1 = 2
a1 = 2 a0 → 2 = 2a0 → a0 = 1
So, our first member is 1.
Practice Questions
1. If a0 = 3 and an = – an-1 + 3, find a3 of the sequence {an}.
A. 0
B. 1
C. 2
D. 3
2. If terms of the sequence {an} are represented by an = an-1/n and a1 = 1, find a4.
A. 1/2
B. 1/4
C. 1/16
D. 1/24
3. If a0 = 1/2 and an = 2an-12 , find a2 of the sequence {an}.
A. 1/2
B. 1/4
C. 1/16
D. 1/24
4. If members of the sequence {an} are represented by an = (-1)nan-1 and if a2 = 2, find a0.
A. 2
B. 1
C. 0
D. -2
5. If the sequence {an} is defined by an+1 = 1- an and a2 = 6, find a4.
A. 2
B. 1
C. 6
D. -1
6. If members of the sequence {an} are represented by an+1 = – an-1 and a2 = 3 and, find a3 + a4.
A. 2
B. 3
C. 0
D. -2
Try a FREE Algebra Quiz
Answer Key
1. A. 0
a0 = 3
an = – an-1 + 3
a1 = – a0 + 3 = -3 + 3 = 0
a2 = – a1 + 3 = 0 + 3 = 3
a3 = – a2 + 3 = -3 + 3 = 0
2. D. 1/24
an = an-1/n
a1 = 1
a2 = a1/2 = 1/2
a3 = a2/3 = (1/2)/3 = 1/6
a4 = a3/4 = (1/6)/4 = 1/24
3. A. 1/2
a0 = 1/2
an = 2an-12
a1 = 2a02 = 2·(1/2)2 = 2·(1/4) = 1/2
a2 = 2a12 = 2·(1/2)2 = 2·(1/4) = 1/2
4. D -2
an= (-1)nan-1
a2=2
2=a2= (-1)2a1= a1 ? a1=2
a1= (-1)1a0
2=- a0
a0=-2
5. C. 6
an+1 = 1 – an
a2 = 6
a3 = 1 – a2 = 1 – 6 = -5
a4 = 1 – a3 = 1 – (-5) = 1 + 5 = 6
6. C. 0
an+1 = – an-1
a2 = 3
a3 = – a2 = -3
a4 = – a3 = -(-3) = 3
a3 + a4 = -3 + 3 = 0
Date Published: Friday, June 20th, 2014
Date Modified: Thursday, April 18th, 2024