Coordinates: (x, y) — always x first, then y. "Along the corridor, then up the stairs."
Every point on a grid is described by two numbers in brackets: \((x, y)\). The first number (x) tells you how far to go right along the horizontal axis. The second number (y) tells you how far to go up the vertical axis.
Example 1 — Read the coordinates of point A at (3, 5)
Step 1
Start at the origin (0, 0) — where the two axes cross.
Step 2
Count 3 units right along the x-axis (horizontal). This gives x = 3.
Step 3
Count 5 units up the y-axis (vertical). This gives y = 5.
Step 4
Write the coordinates: (3, 5) — x always first, y always second.
Example 2 — Plot the point (4, 2) on a coordinate grid
Step 1
Start at the origin (0, 0).
Step 2
Move 4 units right along the x-axis.
Step 3
From that point, move 2 units up parallel to the y-axis.
Step 4
Mark the point with a cross and label it (4, 2).
Memory tip: Always write (x, y) — x comes first. Remember: corridor first, stairs second.
Common mistake: Reading (y, x) instead of (x, y). The horizontal axis is ALWAYS x and comes first in the coordinate pair.
Answer each question, then click Check All to see how you did.
#
Question
Answer
Result
1
1. Plot (2, 3): which quadrant?
2
2. A point is 4 right and 1 up from origin. Its coordinates?
3
3. Which quadrant is (−1, 5)?
4
4. Which quadrant is (3, −2)?
5
5. A point is 5 left and 2 up from origin. Write its coordinates.
6
6. Which quadrant is (−4, −1)?
7
7. A point is on the x-axis, 3 units right. Write its coordinates.
8
8. Which quadrant is (6, −3)?
9
9. Which quadrant is (−2, −6)?
10
10. A point is 6 left and 2 down from origin. Write its coordinates.
⚠ Things to Watch Out For
Reading (x, y) in wrong order: Coordinates are ALWAYS (x, y) — horizontal first, vertical second. x tells you how far RIGHT (or left), y tells you how far UP (or down).
Confusing negative quadrants: Bottom-left quadrant: both negative (−,−). Top-left: (−,+). Bottom-right: (+,−). Top-right: (+,+). Sketch the axes to orient yourself.
Plotting (3, 5) as (5, 3): Go along the x-axis FIRST (3 right), then up the y-axis (5 up). Reversing plots a completely different point.
Negative coordinates — going the wrong direction: (−3, 4) means 3 LEFT on the x-axis, then 4 UP on the y-axis. Don't go right for negative x.