SHSAT MATH • COORDINATE GEOMETRY

Coordinate Point Patterns — Interpret patterns in coordinate points.

Learn to spot hidden rules in ordered pairs so you can predict the next point every time.

Historical Context & Motivation

People have been looking for patterns in numbers for thousands of years. Long before anyone drew a graph, ancient mathematicians noticed that numbers could follow rules. The idea of placing numbers on a coordinate plane (a flat grid with an x-axis and a y-axis) came much later. It changed math forever because it let us see number patterns instead of just reading them.

~300 BC
Euclid's Geometry
The Greek mathematician Euclid wrote The Elements, laying the groundwork for shapes and spatial reasoning.
1637
Descartes Invents the Coordinate Plane
René Descartes combined algebra and geometry by creating the x-y grid. This let people plot points and see equations as lines and curves.
1800s
Graphs Become Standard Tools
Scientists and engineers began using coordinate graphs to track data, spot trends, and make predictions.
Today
SHSAT and Beyond
Standardized tests like the SHSAT ask you to find patterns in coordinate points. This skill also powers GPS, video game design, and data science.

So here is the big question: if someone gives you a list of coordinate points like (1, 3), (2, 6), (3, 9), can you figure out the rule that connects them? And can you use that rule to predict the next point? That is exactly what this lesson teaches you.

Core Principles & Definitions

Before we hunt for patterns, let's make sure you know the key vocabulary. Every point on a coordinate plane is written as an ordered pair (x, y). The first number tells you how far to go left or right. The second number tells you how far to go up or down.

1

Ordered Pair

A pair of numbers (x, y) that shows a location on the coordinate plane. The x-coordinate comes first, and the y-coordinate comes second.
2

Pattern Rule

A consistent relationship between the x-values and y-values. For example, "the y-value is always twice the x-value" is a pattern rule.
3

Constant Difference

When x goes up by the same amount each time and y also goes up (or down) by the same amount each time, we call that a constant difference. This creates a straight-line pattern.
4

Rate of Change

How much y changes each time x changes by 1. If y goes up by 3 every time x goes up by 1, the rate of change is 3.
5

Predicting the Next Point

Once you know the pattern rule, you can plug in the next x-value to find its matching y-value. This is how you extend a pattern.
KEY TAKEAWAY
Think of a coordinate point pattern like a vending machine. You put in an x-value (your coin) and out comes a y-value (your snack). The pattern rule is the machine's programming — it tells you exactly what y-value you get for every x-value you put in.

Visual Explanation

Let's plot a simple pattern on a coordinate plane so you can see how it looks. Consider the points (1, 2), (2, 4), (3, 6), (4, 8), and (5, 10). Notice anything? The y-value is always twice the x-value. When we plot these points, they form a straight line.

Each dot on the graph represents one ordered pair. Notice how the points form a straight line going up from left to right. That straight line tells you the pattern is linear — the y-value increases by the same amount (2) each time x goes up by 1.

Look at the graph above. Every time the x-value goes up by 1, the y-value goes up by 2. That steady jump of 2 is the rate of change. On the SHSAT, you will be asked to spot this kind of pattern from a table or a list of points.

Mathematical Framework

There are two main tools for finding a coordinate pattern. First, look at how the x-values change. Then look at how the y-values change. If both change at a steady rate, you can write a simple rule.

FINDING THE RATE OF CHANGE
Rate of Change = (change in y) ÷ (change in x)
Pick any two points. Subtract their y-values and divide by the difference in their x-values. Example: from (1, 3) to (2, 5), the rate is (5 − 3) ÷ (2 − 1) = 2.
WRITING THE PATTERN RULE
y = (rate of change) × x + (starting value)
The starting value is the y-value when x = 0. If the pattern starts at x = 1, you can work backwards to find it. For example, if y = 2x + 1, then when x = 0, y = 1.
MULTIPLICATIVE PATTERNS
y = x × (constant multiplier)
Some patterns don't add a starting value. If every y is just x multiplied by the same number, the rule is simpler: y = x × k. For (2, 6), (3, 9), (4, 12), the multiplier k = 3.
💡 SHSAT Tip
On the SHSAT, you might see the x-values jump by 2 or 3 instead of 1. Don't panic! Just divide the change in y by the change in x to get the rate of change per unit.

Types of Coordinate Point Patterns

Not every pattern on the SHSAT is the same. Let's look at the three most common types you will see. Understanding the differences helps you pick the right strategy quickly.

The three most common pattern types on the SHSAT: Adding patterns (y = x + k), Multiplying patterns (y = k × x), and Combined patterns (y = k × x + b). All three produce straight lines.
Common coordinate point pattern types on the SHSAT
Pattern TypeExample PointsRuleHow to Spot It
Adding(1, 4), (2, 5), (3, 6)y = x + 3y is always the same amount more than x
Multiplying(1, 5), (2, 10), (3, 15)y = 5 × xDivide y by x — you always get the same number
Combined(1, 5), (2, 8), (3, 11)y = 3x + 2y goes up by the same amount, but dividing y by x gives different results
Subtracting(1, 9), (2, 8), (3, 7)y = 10 − xy goes down as x goes up

Worked Example

Let's walk through a full SHSAT-style problem together. Take your time with each step.

📝 PROBLEM
A pattern of coordinate points is: (1, 5), (2, 9), (3, 13), (4, 17). What is the y-value when x = 7?
Step-by-Step Solution
1
Step 1 — Find how x changesLook at the x-values: 1, 2, 3, 4. Each time, x goes up by 1. That's nice and simple.
Change in x = 1
2
Step 2 — Find how y changesLook at the y-values: 5, 9, 13, 17. From 5 to 9 is +4. From 9 to 13 is +4. From 13 to 17 is +4. The y-value goes up by 4 every time.
Change in y = 4
3
Step 3 — Find the rate of changeRate of change = change in y ÷ change in x = 4 ÷ 1 = 4. So the pattern multiplies x by 4.
Rate of change = 4
4
Step 4 — Find the starting valueIf the rule were just y = 4x, then when x = 1, y would be 4. But we know y = 5 when x = 1. That means there is an extra +1 added. Check: 4 × 1 + 1 = 5 ✓, 4 × 2 + 1 = 9 ✓, 4 × 3 + 1 = 13 ✓. It works!
Pattern rule: y = 4x + 1
5
Step 5 — Plug in x = 7Now substitute x = 7 into the rule: y = 4 × 7 + 1 = 28 + 1 = 29.
y = 29

Strategies, Strengths & Common Mistakes

Knowing the math is only half the battle. You also need to know what works best and what traps to avoid on test day.

Strategy comparison for coordinate point pattern problems
StrategyWhen to Use ItWatch Out For
Subtract y-valuesWhen x goes up by 1 each time. Just find the constant difference in y.Make sure the difference is the same every time. If it changes, the pattern is not linear.
Divide y by xWhen you think the rule is y = kx (multiplying only). If y ÷ x gives the same answer each time, you found k.This only works if the pattern has no added constant. If y ÷ x changes, there is probably a +b or −b.
Extend the tableWhen the missing x-value is close. Just keep adding to each row until you reach the answer.This is slow if x is far away. It also increases the risk of arithmetic errors.
Write the rule, then plug inWhen the missing x-value is far from the given points, like x = 20 or x = 100.Double-check your rule against at least two given points before plugging in.
KEY TAKEAWAY
Think of these strategies like tools in a toolbox. A screwdriver (extending the table) works great for a screw that is easy to reach. But if the screw is far away, you need a drill (writing the rule). The SHSAT rewards you for picking the fastest tool for each problem.

Connection to Advanced Patterns

Everything we have studied so far involves linear patterns — patterns that make straight lines. But as you move into algebra and beyond, you will meet patterns that curve. Here is a quick preview of how they compare.

Linear vs. non-linear coordinate patterns
FeatureLinear Pattern (This Lesson)Non-Linear Pattern (Future Topics)
Shape on graphStraight lineCurve (parabola, exponential, etc.)
Rate of changeStays the same (constant)Changes from point to point
Rule exampley = 3x + 2y = x² or y = 2ˣ
SHSAT likelihoodVery commonRare, but possible as a challenge

If you ever see a problem where the difference between y-values keeps changing, that is a sign of a non-linear pattern. For now, focus on mastering linear patterns. They make up the vast majority of SHSAT coordinate pattern questions.

Practice Problems

Try these five problems on your own before reading the answers. They start easy and get harder.

PROBLEM 1CONCEPTUAL
A set of coordinate points follows the rule y = x + 7. Without plotting, what can you say about the shape these points make on a graph? Why?
PROBLEM 2BASIC CALCULATION
Given the points (1, 6), (2, 12), (3, 18), (4, 24), what is the pattern rule? Use it to find y when x = 10.
PROBLEM 3INTERMEDIATE
The points (2, 11), (4, 19), (6, 27), (8, 35) follow a pattern. Find the rule and use it to determine y when x = 12.
PROBLEM 4APPLIED
A movie streaming service charges a $3 sign-up fee plus $2 for each movie. If x = number of movies and y = total cost, the first few points are (1, 5), (2, 7), (3, 9). A second service has no sign-up fee and costs $3 per movie, giving points (1, 3), (2, 6), (3, 9). At how many movies do both services cost the same?
PROBLEM 5CRITICAL THINKING
A pattern of points starts at (1, 2), (2, 5), (3, 10), (4, 17). Is this pattern linear? If not, can you spot a different kind of rule? (Hint: look at the differences between the y-values, and then look at the differences of those differences.)

Lesson Summary

Coordinate point patterns ask you to find the rule that connects a set of ordered pairs. Start by checking the change in y and the change in x. When the rate of change (change in y ÷ change in x) is constant, you have a linear pattern that forms a straight line. The three main types are adding patterns (y = x + k), multiplying patterns (y = kx), and combined patterns (y = kx + b).

To solve these on the SHSAT, use the fastest strategy: extend the table if the missing value is close, or write the pattern rule and plug in if the missing value is far away. Always verify your rule by checking it against at least two given points before choosing your answer.

Varsity Tutors • SHSAT Math • Coordinate Point Patterns — Interpret patterns in coordinate points.