Section 1
Identify Relationships Between Patterns in a Table
Property
Given two numerical patterns, and , presented in a table, the relationship between their corresponding terms can often be described by an equation. If the difference between corresponding terms is constant, the relationship can be written as , where is the constant difference.
Examples
- Consider the table:
| Pattern A | 0 | 2 | 4 | 6 |
|---|---|---|---|---|
| Pattern B | 3 | 5 | 7 | 9 |
The relationship is , since each term in Pattern B is 3 more than the corresponding term in Pattern A.
- Consider the table:
| Pattern X | 5 | 10 | 15 | 20 |
|---|---|---|---|---|
| Pattern Y | 9 | 14 | 19 | 24 |
The relationship is , since each term in Pattern Y is 4 more than the corresponding term in Pattern X.
Explanation
A table is a useful tool for organizing and comparing two related numerical patterns. By looking at the corresponding terms in each row or column, you can identify a consistent relationship between them. This relationship often involves adding or subtracting a constant value, which is equal to the difference between the starting values of the two patterns.