Ordered Pairs – Writing a Point's Address
An ordered pair is a pair of numbers, written as (x, y), that gives a point's exact address on the coordinate plane. The first number is always the x-coordinate (how far across), and the second is always the y-coordinate (how far up or down). It's called “ordered” because the order genuinely matters – (3, 5) and (5, 3) are two completely different points.
Think of an ordered pair like a street address: “3rd Street, 5th Avenue” means something different from “5th Street, 3rd Avenue.” The convention of always writing x first, then y, is what lets anyone in the world read a coordinate and instantly know exactly which point is meant, with zero ambiguity.
Reading and Writing Ordered Pairs
An ordered pair (x, y) always lists the x-coordinate first and the y-coordinate second. The x-coordinate tells you the horizontal position; the y-coordinate tells you the vertical position.
Right means positive x, down means negative y: the ordered pair is (6, −2).
No – order matters. (4, 9) is 4 across and 9 up; (9, 4) is 9 across and 4 up. They are different points entirely.
Real-Life Application
- Spreadsheets: cell references like column-then-row follow the same ordered logic.
- Battleship-style games: grid coordinates must be read in a fixed order to work.
- Data science: data points are frequently stored and plotted as ordered pairs.
Key Takeaways
- An ordered pair (x, y) always lists x first, then y.
- Swapping the order changes the point – (a, b) and (b, a) are generally different.
- Ordered pairs are the building blocks for plotting and reading every point in this section.
Practice: Ordered Pairs
Related Topics
Continue exploring related topics: