Learn what the nth term rule is in math, how to find it for number sequences, and why it’s important, explained clearly for 14-year-old students.
The nth term rule in math is a formula that tells you the value of any term in a number sequence based on its position (n).
Think of a sequence as a list of numbers that follow a pattern, like:
2, 4, 6, 8, 10, ...
Here, the numbers are increasing by 2 each time. If you want to find the 5th term, you count 5 numbers and get 10. But what if you want the 100th term? Instead of counting, you use the nth term rule.
Look at how the numbers are changing. In our example, they increase by 2 each time.
For many sequences, the nth term rule looks like this:
nth term = a × n + b
Where:
In 2, 4, 6, 8, ... the difference a is 2.
Now, to find b, plug the first term (when n=1) into the formula:
Term 1 = 2 × 1 + b = 2 + b
But the first term is 2, so:
2 + b = 2 → b = 0
So, the nth term rule is:
nth term = 2n
If you want to find the 100th term:
100th term = 2 × 100 = 200